Date: Sun, 11 Mar 2018 13:04:19 +0700 From: Eugene Grosbein <eugen@grosbein.net> To: Grzegorz Junka <list1@gjunka.com>, freebsd-net@freebsd.org Subject: Re: Incorrect route interface Message-ID: <5AA4C6E3.2050909@grosbein.net> In-Reply-To: <21e1b380-4d4a-cd26-5694-fac51cc0dfa2@gjunka.com> References: <9dd657bc-ad58-f5cb-327a-572a561f1d6b@gjunka.com> <5AA45F89.7090800@grosbein.net> <21e1b380-4d4a-cd26-5694-fac51cc0dfa2@gjunka.com>
next in thread | previous in thread | raw e-mail | index | archive | help
11.03.2018 7:01, Grzegorz Junka wrote: >> Just do not assign addresses from same network 10.20.0.0/16 to different network interfaces >> and you will be fine. Assign them all to right interface: >> >> ifconfig_em0="inet 10.20.2.14 netmask 255.255.0.0" >> ifconfig_em0_alias0="inet 10.20.2.15/32" >> ifconfig_igb0_alias0="inet 10.20.2.16/32" Interfaces meant to be all equal, last line should be: ifconfig_em0_alias1="inet 10.20.2.16/32"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5AA4C6E3.2050909>