openresolv entfernt

This commit is contained in:
Jörg Thalheim 2013-11-02 17:50:02 +01:00
parent 78d3ecef56
commit 91624791d8
3 changed files with 2 additions and 4 deletions

View File

@ -4,13 +4,13 @@ Installation
Debian/Ubuntu Debian/Ubuntu
------------- -------------
apt-get install openresolv git tinc apt-get install git tinc
Archlinux Archlinux
--------- ---------
pacman -S openresolv git tinc pacman -S git tinc
MacOS X MacOS X
------- -------

View File

@ -1,3 +1,2 @@
#!/bin/sh #!/bin/sh
ifconfig $INTERFACE down ifconfig $INTERFACE down
#printf "nameserver 10.42.16.1\ndomain vpn" | resolvconf -d "$INTERFACE.inet"

View File

@ -1,7 +1,6 @@
#!/bin/sh #!/bin/sh
ifconfig $INTERFACE <DEINE IP> netmask 255.255.0.0 ifconfig $INTERFACE <DEINE IP> netmask 255.255.0.0
# printf "nameserver 10.42.16.1\nsearch vpn" | resolvconf -a "$INTERFACE.inet"
# MacOS X # MacOS X
#ifconfig $INTERFACE <DEINE IP> 10.42.0.0 mtu 1500 netmask 255.255.0.0 #ifconfig $INTERFACE <DEINE IP> 10.42.0.0 mtu 1500 netmask 255.255.0.0