Hello,
My adsl connection being slow, I bought a usb 4G key and each ip is provided by dhcp.
To be able to register both default gateways and use them in a next step, I wrote /etc/rc.conf.d/networking like so:
But
does never return a default gateway.
Only
does.
I tried from several computers, and the default gateway is always the same on a computer, but not the same between 2 different computers.
My questions are :
My adsl connection being slow, I bought a usb 4G key and each ip is provided by dhcp.
To be able to register both default gateways and use them in a next step, I wrote /etc/rc.conf.d/networking like so:
Code:
ifconfig_igb0="DHCP fib 0"
ifconfig_ue0="SYNCDHCP fib 1"
But
Code:
setfib 1 netstat -rn
Only
Code:
netstat -rn
I tried from several computers, and the default gateway is always the same on a computer, but not the same between 2 different computers.
My questions are :
- why is fib 1 not filled up with a default gateway ?
- how is the "default default" gateway (the one from fib 0) chosen ?
- Is it possible to force the choice of this "default default" gateway ?