In my case, my client has two interface eth0 and eth1, i'd like to use eth1 instead eth0, tried to write ip route rules / change iptables rules / modify netplan / but these don't work, is there any easy way to specify an outway network interface or ip for tun0?
In my case, my client has two interface
eth0
andeth1
, i'd like to useeth1
insteadeth0
, tried to writeip route
rules / changeiptables
rules / modifynetplan
/ but these don't work, is there any easy way to specify an outway network interface or ip fortun0
?