Re: lo0's IPv6 address overwritten

2009-04-10 Thread Bjoern A. Zeeb
On Fri, 10 Apr 2009, JAKO Andras wrote: I found that when I start a telnet in the jail to an arbitrary global IPv6 address, lo0's ::1 changes to the jail's IPv6 address. The routing table doesn't change. telnet to where? To the jail IP? To an IP of the base system? To world? I started telnet

Re: lo0's IPv6 address overwritten

2009-04-10 Thread JAKO Andras
> > I found that when I start a telnet in the jail to an arbitrary global IPv6 > > address, lo0's ::1 changes to the jail's IPv6 address. The routing table > > doesn't change. > > telnet to where? To the jail IP? To an IP of the base system? To world? I started telnet inside the jail, to the worl

Re: lo0's IPv6 address overwritten

2009-04-10 Thread Bjoern A. Zeeb
On Fri, 10 Apr 2009, JAKO Andras wrote: Hi, This works fine here too. Good. I wonder what's going onfor you. Can you check with netstat -rn -f inet6 that what you are seeing is indeed true? It's always the same: I cannot see the /128 on lo0 so that's fine too. Can you try st

Re: lo0's IPv6 address overwritten

2009-04-10 Thread JAKO Andras
> testing this on a bit older HEAD: > > ifconfig lo1 create inet6 2001:738:2001:1000::2/128 > ifconfig lo0 ; ifconfig lo1 > lo0: flags=8049 metric 0 mtu 16384 > options=3 > inet 127.0.0.1 netmask 0xff00 > inet6 ::1 prefixlen 128 > inet6 fe80::1%lo0 prefixlen 64

Re: lo0's IPv6 address overwritten

2009-04-10 Thread Bjoern A. Zeeb
On Fri, 10 Apr 2009, JAKO Andras wrote: Hi, Starting a jail with one IPv4 and one IPv6 address on a few days old RELENG_7 overwrites lo0's ::1 with the jail's IPv6 address. (The jail's addresses are preconfigured on lo1.) Is this expected behaviour? Or did I made something the wrong way? Here

lo0's IPv6 address overwritten

2009-04-10 Thread JAKO Andras
Hi, Starting a jail with one IPv4 and one IPv6 address on a few days old RELENG_7 overwrites lo0's ::1 with the jail's IPv6 address. (The jail's addresses are preconfigured on lo1.) Is this expected behaviour? Or did I made something the wrong way? Here's ifconfig(8)'s output before and after