Re: [IPv6 Users] IPv6 tunneling program

2008-09-05 Thread Ed Kapitein
Hi Robert, If you build an ssh tunnel, with pty-redir, you can create a point-to-point tunnel, capable of all transports. I use it a my self and for me it works just fine. Hope it helps. Kind regards, Ed On Fri, 2008-09-05 at 09:58 -0400, Robert Moskowitz wrote: I am looking for a tunneling

Re: [IPv6 Users] ipv4 only communication over ipv6 only networks

2008-05-13 Thread Ed Kapitein
Hi Daniel, If it was just two ipv4 networks over an ipv6 backbone, you could use SSH tunneling. (http://freshmeat.net/projects/pty-redir/) If there are more then two ipv4 networks you could setup a concentrator as a tunnel endpoint for all your tunnels and route ipv4 traffic over the ipv6

Re: [IPv6 Users] ipv6 routing, problem with neighbour solicitation

2007-06-22 Thread Ed Kapitein
Hi Volker, I am missing the mask you use for the various networks. i think you would get it to work with a setup like this: A has Ipv6-Address 2001:1::1 B has Ipv6-Address 2001:2::1 C has Ipv6-Address 2001:3::1 and a /64 mask I think in your setup al ip addresses are in the same subnet, so

Re: Tcpdump doesn't print all dhcp6 info

2005-09-20 Thread Ed Kapitein
You can take your dumpfile and analyze it with ethereal. I am not sure if it will show exactly what you want but it has a really rich set of protocol decoders onboard. You might want to try that. Good luck, @ On Tuesday 20 September 2005 16:27, Steven Latre wrote: Hi again, Sorry that I'm

Re: Problems with IPv6 DNS :-(

2005-04-11 Thread Ed Kapitein
Hi Sharmila, I am not sure i can anwer all your questions, but i think i can answer some of them. I have a working ipv6 dns server running, so i will cut and paste from it. in named.conf i have: (leaving out the irelevant parts) listen-on-v6 { any; }; allow-query { any; }; zone

Re: testing dns server for ipv6

2005-04-06 Thread Ed Kapitein
Hi Wong, As far as i can see it looks fine, but there are a bit to many unreachables for my taste. but nevermind about that. I would rather see the output of ip route show . just the normal ipv4 route table. Does the trace ever work, or does it always fail? does it always fail at the same

Re: testing dns server for ipv6

2005-04-05 Thread Ed Kapitein
It looks like your internet conection is lost somehow. The lookup starts at root level, then finds a server in the GTLD domain and then nothing . strange. Are there any specific routes you defined? ( mail the ouput of ip route show please) Does the trace always ends in failure or does

re: v6 - v4 redirection?

2005-04-04 Thread Ed Kapitein
Hi Mike, Did you try ssh port forwarding? ssh is ipv6 capable and might just do what you want. good luck, @ I'm looking for an application that will open a listening v6 socket and open a v4 socket to a pre-defined remote host/port. The application would pass all input data from the v6 client

Re: IPv6 forwarding and routing in linux

2005-03-30 Thread Ed Kapitein
Hi Pedro, I cut and paste some of your output and comment in between AP stuff: result of ifconfig eth0 Link encap:Ethernet HWaddr 00:01:29:D0:8B:59 inet addr:172.20.72.4 Bcast:172.20.255.255 Mask:255.255.255.0 You ipv4 netmask and broadcast are not correct. this has nothing to

DNS servers and anycast addresses

2005-03-22 Thread Ed Kapitein
Hi Lawrence, I can't give you answers to all your questions, but to tell a (linux/unix) host which DNS server to use, you would enter the ipv6 address in the /etc/resolv.conf file. And then i doesn't matter if the DNS server is on a different subnet, as long as you can route traffic to that

Re: 6to4 question

2005-03-18 Thread Ed Kapitein
Hi Mike, If you use a tunnel to connect to ipv6 land i would expect that you ping6 tun0/sit0 or the other end of the tunnel, not your eth0 interface. If you are using a tunnel, eth0 should only have an ipv4 address, not a ipv6 address. Hope this helps. Kind rgards, @ Forwarding is turned on.

Re: 6to4 question

2005-03-18 Thread Ed Kapitein
somewhere and send a link to the list. Kind regards, @ On Friday 18 March 2005 15:17, Bellino, Phil wrote: Ed, eth0 can(and does) have the autoconfigured Native Link-Local address fe80:..... address. Thanks. -Original Message- From: Ed Kapitein [mailto

Re: 6to4 question

2005-03-17 Thread Ed Kapitein
Well, with ipv6 there is no need to NAT anymore, you have plenty of addresses to chooce from. Your hosts wil have two addresses, 1 for ipv4 (10.0.10.x) and one for ipv6 2001:a:b::x routing to ipv6 land will be done using the 2001:a:b::x and routing to ipv4 land will be done by the 10.0.10.x