Re: How to configure another loopback device?

2016-12-25 Thread Hiroki Sato
John Dison wrote in <788296467.1718144.1482676705...@mail.yahoo.com>: jd> Also one more thing which looks strange: if I use jd> ifconfig_lo1_ipv6="inet6 auto_linklocal", then ipv6 aliases on lo1 are jd> configured correctly, but there is no link-local address. If I jd>

Fw: How to configure another loopback device?

2016-12-25 Thread John Dison via freebsd-net
jd> > Does adding ifconfig_lo0="inet 127.0.0.1/8" to /etc/rc.conf work? jd> jd> Yes, adding ifconfig_lo0="inet 127.0.0.1/8" helps indeed. jd> jd> Interesting is that if I also add ifconfig_lo0_ipv6="inet6 ::1/128" jd> then ::1/128 will be on lo1. If I do not add that line, it will be on lo0. jd>

Re: How to configure another loopback device?

2016-12-24 Thread Hiroki Sato
John Dison wrote in <252311393.1502179.1482604113...@mail.yahoo.com>: jd> > Does adding ifconfig_lo0="inet 127.0.0.1/8" to /etc/rc.conf work? jd> jd> Yes, adding ifconfig_lo0="inet 127.0.0.1/8" helps indeed. jd> jd> Interesting is that if I also add ifconfig_lo0_ipv6="inet6

RE: How to configure another loopback device?

2016-12-24 Thread John Dison via freebsd-net
m...@sentex.net" <m...@sentex.net> Sent: Saturday, December 24, 2016 5:25 PM Subject: Re: How to configure another loopback device? fr> > if your first IPs are say 192.168.1.1-2/32 and 2001:550:2:8::1e-f fr> fr> > Try without an alias0 for the first

Re: How to configure another loopback device?

2016-12-24 Thread Hiroki Sato
John Dison via freebsd-net wrote in <1404669989.1370681.1482573468...@mail.yahoo.com>: fr> > if your first IPs are say 192.168.1.1-2/32 and 2001:550:2:8::1e-f fr> fr> > Try without an alias0 for the first set of IPs fr> fr> > ifconfig_lo1="inet 192.168.1.1/32" fr> >

Re: How to configure another loopback device?

2016-12-24 Thread John Dison via freebsd-net
> if your first IPs are say 192.168.1.1-2/32 and 2001:550:2:8::1e-f > Try without an alias0 for the first set of IPs > ifconfig_lo1="inet 192.168.1.1/32" > ifconfig_lo1_ipv6="inet6 2001:550:2:8::1e prefixlen 126" > ifconfig_lo1_alias0="inet 192.168.1.2/32" > ifconfig_lo1_ipv6_alias0="inet6

Re: How to configure another loopback device?

2016-12-23 Thread Mike Tancsa
On 12/23/2016 9:10 AM, John Dison via freebsd-net wrote: > Sorry, just noticed damn yahoo mailer eat all line breaks. Resending in > plain text (I hope): > > I want to configure lo1 loopback device and assign aliases to it via rc.conf > system (at boot). > I also want loopback addresses to

Re: How to configure another loopback device?

2016-12-23 Thread John Dison via freebsd-net
> I don't have much experiences with IPv6. > Can you post 'ifconfig' output with right (manual) settings and the > second one with the wrong settings you have from rc.conf? With these rc.conf settings I get: lo0: flags=8049 metric 0 mtu 16384

Re: How to configure another loopback device?

2016-12-23 Thread Miroslav Lachman
John Dison via freebsd-net wrote on 2016/12/23 15:10: Sorry, just noticed damn yahoo mailer eat all line breaks. Resending in plain text (I hope): I want to configure lo1 loopback device and assign aliases to it via rc.conf system (at boot). I also want loopback addresses to remain on lo0.

Re: How to configure another loopback device?

2016-12-23 Thread John Dison via freebsd-net
Sorry, just noticed damn yahoo mailer eat all line breaks. Resending in plain text (I hope): I want to configure lo1 loopback device and assign aliases to it via rc.conf system (at boot). I also want loopback addresses to remain on lo0. What I have: ipv6_activate_all_interfaces="YES"

How to configure another loopback device?

2016-12-23 Thread John Dison via freebsd-net
Hello, I want to configure lo1 loopback device and assign aliases to it via rc.conf system (at boot).I also want loopback addresses to remain on lo0. What I have:ipv6_activate_all_interfaces="YES"ifconfig_lo1_alias0="inet IP4/32"ifconfig_lo1_alias1="inet6