i'm losing access to Internet every few minutes, so i restart my ASUS AM602 ADSL modem and then everything works again until next interruption. i don't have this problem on Windows.
/etc/network/interfaces:
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 192.168.1.100
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
gateway 192.168.1.1
dns-nameservers 192.168.1.1
/etc/resolv.conf:
nameserver 192.168.1.1
what might cause the problem?
/etc/network/interfaces:
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 192.168.1.100
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
gateway 192.168.1.1
dns-nameservers 192.168.1.1
/etc/resolv.conf:
nameserver 192.168.1.1
what might cause the problem?
Comment