08/09/20 14:19:24 5PCHJczY
>>686
デフォルトゲートウェイをいじってみましたがかわりませんでした
interfacesの中身は以下のようになっています
# Used by ifup(8) and ifdown(8). See the interfaces(5) manpage or
# /usr/share/doc/ifupdown/examples for more information.
iface eth0 inet static
address 192.168.11.3
network 192.168.11.0
netmask 255.255.255.0
broadcast 192.168.11.255
gateway 192.168.24.1
pre-up sysctl -w net.ipv6.conf.eth0.accept_ra=0
pre-up sysctl -w net.ipv6.conf.default.accept_ra=0
iface eth0:1 inet static
address 192.168.0.100
network 192.168.0.0
netmask 255.255.255.0
broadcast 192.168.0.255
iface lo inet loopback
auto eth0 lo