Portál AbcLinuxu, 14. července 2025 21:25
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth0 eth0.100 eth0.200 br0 br1
iface eth0 inet static
address 10.0.20.1
netmask 255.255.0.0
network 10.0.0.0
broadcast 10.0.255.255
dns-nameservers 8.8.8.8 8.8.4.4
gateway 10.0.0.1
iface eth.100 inet manual
vlan_raw_device eth0
iface br0 inet static
address 10.10.100.1
network 10.10.100.0
netmask 255.255.255.0
broadcast 10.10.100.255
bridge_ports eth0.100
bridge_stp off
bridge_fd 9
bridge_hello 2
bridge_maxage 12
iface eth.200 inet manual
vlan_raw_device eth0
iface br1 inet static
address 10.10.200.1
network 10.10.200.0
netmask 255.255.255.0
broadcast 10.10.200.255
gateway 10.10.200.1
bridge_ports eth0.200
bridge_stp off
bridge_fd 9
bridge_hello 2
bridge_maxage 12
ssh -v
", případně sshd
spuštěný s přepínačem "-d
"?
Tiskni
Sdílej:
ISSN 1214-1267, (c) 1999-2007 Stickfish s.r.o.