Update 'Kanzlei-Kiel'.

This commit is contained in:
2019-05-31 13:40:39 +02:00
parent 0d7da00786
commit d95848426f
1164 changed files with 41953 additions and 125 deletions

View File

@ -24,13 +24,14 @@ iface eth0 inet static
# eth1 - LAN
#-----------------------------
auto eth1 eth1:0
auto eth1 eth1:ns
iface eth1 inet static
address 192.168.100.254
network 192.168.100.0
netmask 255.255.255.0
broadcast 192.168.100.255
iface eth1:0 inet static
iface eth1:ns inet static
address 192.168.100.1
network 192.168.100.1
netmask 255.255.255.255
@ -60,12 +61,12 @@ iface eth2 inet static
network 172.16.100.0
netmask 255.255.255.0
broadcast 172.16.100.255
post-up vconfig add eth2 7
post-down vconfig rem eth2.7
auto dsl-ah
iface dsl-ah inet ppp
pre-up /sbin/ifconfig eth2 up # line maintained by pppoeconf
pre-up /sbin/ifconfig eth2.7 up # line maintained by pppoeconf
provider dsl-ah
gateway 172.16.100.254
#post-up vconfig add eth2 7
#post-down vconfig rem eth2.7
#auto dsl-ah
#iface dsl-ah inet ppp
# pre-up /sbin/ifconfig eth2 up # line maintained by pppoeconf
# pre-up /sbin/ifconfig eth2.7 up # line maintained by pppoeconf
# provider dsl-ah