add old route fixing script
Signed-off-by: Nico Schottelius <nico@ikn.ethz.ch>
This commit is contained in:
parent
0a58324a02
commit
9df0649308
1 changed files with 5 additions and 0 deletions
5
old/umts-orange-fix-routing.sh
Executable file
5
old/umts-orange-fix-routing.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
ip route add 62.65.141.133 dev ppp0
|
||||
ip route replace default via 62.65.149.150 dev tun1
|
||||
echo 'search nshq.ch.netstream.com intx.ch.netstream.com netstream.ch' > /etc/resolv.conf
|
||||
echo nameserver 62.65.128.15 >> /etc/resolv.conf
|
||||
cp /etc/resolv.conf /home/server/postfix/etc/resolv.conf
|
Loading…
Reference in a new issue