Update 'Kanzlei-Kiel'.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user