[network/interfaces] route wifi partout
Ignore-this: ddd872334d02b6dc9573902322dd31f6 Parce que ça mange pas de pain. PS: et pour Michou hip hip hip et pour Michou hip hip hip, qui root-commit comme un gros moche :p darcs-hash:20121005032659-28565-53cb72fcc17db079660a370ce08765445d9f8b17.gz
This commit is contained in:
parent
8b8ae19055
commit
351608c721
1 changed files with 4 additions and 2 deletions
|
@ -30,8 +30,10 @@ iface %(interface)s inet static
|
|||
broadcast 138.231.143.255
|
||||
gateway 138.231.136.4
|
||||
dns-nameservers 138.231.136.98 138.231.136.9
|
||||
dns-search crans.org""" % { 'interface': interface, 'ip': pubip() }
|
||||
|
||||
dns-search crans.org
|
||||
post-up ip r add 138.231.144.0/21 dev %(interface)s via 138.231.136.247 src %(ip)s"""\
|
||||
% { 'interface': interface, 'ip': pubip() }
|
||||
|
||||
for line in additionnals:
|
||||
print " ", line
|
||||
print
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue