hi
I have two network interfaces eth0 and ppp0. I want to use ppp0 as default network interface in my computer. Note also that ppp0 has an ipv6 IP address. Any idea?
thanks in advance
ip route replace default dev ppp0 (as root or with sudo)
sorry, since it's ipv6 you might have to say: ip -6 route replace default dev ppp0
ip route replace default dev
ip route replace default dev ppp0 (as root or with sudo)
sorry, since it's ipv6 you
sorry, since it's ipv6 you might have to say:
ip -6 route replace default dev ppp0