LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   ipv6 routing problem (https://www.linuxquestions.org/questions/linux-networking-3/ipv6-routing-problem-167980/)

hurryon 04-08-2004 11:21 PM

ipv6 routing problem
 
plz...help...

ipv6 routing, i want ipv6 nat...

ipv6 host --- ipv6 linux router (2 ethernet) --- ipv6 host

Code:

[root@zecca init.d]# ip6tables -t nat -A POSTROUTING -s fec0:106:2700::/64 -o eth0 -j SNAT --to fec0:106:2300::2
Code:

ip6tables v1.2.9: Unknown arg `--to' Try `ip6tables -h' or 'ip6tables --help' for more information.
how to ipv6 routing ???

chort 04-09-2004 01:05 AM

Have you tried --to-source ?

Titou_FT 06-09-2004 03:28 AM

Re: ipv6 routing problem
 
Quote:

Originally posted by hurryon
plz...help...

ipv6 routing, i want ipv6 nat...

ipv6 host --- ipv6 linux router (2 ethernet) --- ipv6 host

Code:

[root@zecca init.d]# ip6tables -t nat -A POSTROUTING -s fec0:106:2700::/64 -o eth0 -j SNAT --to fec0:106:2300::2
Code:

ip6tables v1.2.9: Unknown arg `--to' Try `ip6tables -h' or 'ip6tables --help' for more information.
how to ipv6 routing ???


Hi Hurryon,

why do you need NAT with IPv6?
I thought one of the interests of IPv6 was to stop doing NAT :confused: Am I wrong?

Titou_FT


All times are GMT -5. The time now is 07:50 AM.