[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:
Daniel STAN 2012-10-05 05:26:59 +02:00
parent 8b8ae19055
commit 351608c721

View file

@ -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