Comment 6 for bug 771148

Revision history for this message
TJ (tj) wrote :

Correction! I mistyped the PPP directory name as "iF-up.d" when it should be "iP-up.d". The instructions should be:

I've attached the shell script for PPP so it can be downloaded. It should be put in the directory /etc/ppp/ip-up.d/ and given execute permissions:

sudo mv ~/Downloads/default-gateway /etc/ppp/ip-up.d/
sudo chmod +x /etc/ppp/ip-up.d/default-gateway

This also suggests another script is needed for Ipv6. I'll investigate.