Hello all, I have a working ipv6-router that routes a a:b:c::/64 subnet to my internal network. The autoconf ipv6-addresses work fine, all of the clients in my network are resolvable from outside. The problem occurs when I manually want to add an ip. This ip isn't resolvable from outside, and although I can make it work by messing around a bit, I'd rather hear the proper way with rationale from somebody who is experienced in this matter, so that I know and understand it good for once and for all. So, how does one manually configure an ipv6 ip on a linux client (end-host) machine (autoconf/rtadvd off, no advertissements, only static routes)? These are the commands I used until now (not working): /sbin/ifconfig eth0 add a:b:c::2/64 /sbin/route -A inet6 add default gw fe80::200:e8ff:feee:d04d dev eth0 /sbin/route -A inet6 add a:b:c::2 gw fe80::200:e8ff:feee:d04d dev eth0 (where a:b:c:: is my assigned subnet, and fe80::... the link-local address of my router's 'internal' nic). I'm gonna disable rtadvd, so assume a blank nic/route table concerning ipv6... Cheers, Marc -- Sent through GMX FreeMail - http://www.gmx.net -- Sent through GMX FreeMail - http://www.gmx.net --------------------------------------------------------------------- The IPv6 Users Mailing List Unsubscribe by sending "unsubscribe users" to [EMAIL PROTECTED]
