Thread: Script to add routes...
i created file commands inside:
#!/bin/bash
ip route add 10.13.58.0/24 dev ppp0
ip route add 10.13.57.0/24 dev ppp0
ip route add 10.13.56.0/24 dev ppp0
ip route add 10.13.54.0/24 dev ppp0
ip route add 192.168.76.0/24 dev ppp0
, named it: vpn-routes , saved in home folder, when start using command:
sudo ./vpn-routes doesnt create new routes.
doing wrong?
i solved thanks:
http://rado3105.blogspot.com/2012/03...client-in.html
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] Script to add routes...
Ubuntu
Comments
Post a Comment