Change network interface from eth0 to ppp0

Submitted by developer
on November 24, 2008 - 6:24am

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

Anonymous (not verified)
on
November 26, 2008 - 10:28am

ip route replace default dev ppp0 (as root or with sudo)

sorry, since it's ipv6 you

Anonymous (not verified)
on
November 26, 2008 - 10:38am

sorry, since it's ipv6 you might have to say:
ip -6 route replace default dev ppp0

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.