Add new comment

Do you like HowtoForge? Please consider supporting us by becoming a subscriber.
Submitted by Anonymous (not registered) on Fri, 2008-12-05 20:42.

I have used netcat to expirement with IPv6.  I initially tried version 1.10 that came with my Linux distro, but had to upgrade to version 2.  I configured the interfaces on my 2 test machines as:
 

  ifconfig eth0 inet6 add fec0:0:0:1::10/64

   ifconfig eth0 inet6 add fec0:0:0:1::11/64


 Then I gave them hostnames in /etc/hosts:
 

  fec0:0:0:1::10 myhost10

  fec0:0:0:1::11 myhost11
 

Then I could send data thru IPv6:
 

  netcat -l -p 5000

  netcat -6 myhost11 5000
 

Later . . .   Jim

Please do not use the comment function to ask for help! If you need help, please use our forum.
Comments will be published after administrator approval.

Reply

*
*
The content of this field is kept private and will not be shown publicly.


*

  • Images can be added to this post.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <img> <div>
  • Lines and paragraphs break automatically.