Re: loopback and IP source

2023-11-15 Thread Benoit Chesneau
This makes sense. Thanks for the links! BenoƮt On Saturday, November 11th, 2023 at 12:03, Zhenlei Huang wrote: >> On Nov 11, 2023, at 5:56 PM, Benoit Chesneau >> wrote: >> >> Is there a way to ensure that the IP set in loopback on the rc.conf is >> always used as source for routing. I setup

Re: loopback and IP source

2023-11-11 Thread Zhenlei Huang
> On Nov 11, 2023, at 5:56 PM, Benoit Chesneau > wrote: > > Is there a way to ensure that the IP set in loopback on the rc.conf is always > used as source for routing. I setup it like this: > > ``` > cloned_interfaces="lo1" > ifconfig_lo1="inet 195.24.245.226/32 up" > ifconfig_lo1_ipv6="inet

loopback and IP source

2023-11-11 Thread Benoit Chesneau
Is there a way to ensure that the IP set in loopback on the rc.conf is always used as source for routing. I setup it like this: ``` cloned_interfaces="lo1" ifconfig_lo1="inet 195.24.245.226/32 up" ifconfig_lo1_ipv6="inet6 2a12:5541:1:1::3/128" ``` and others IP are set on interfaces or vlans. Al