실행 중인데 네트워크 관리자를 설치하고 싶지 않습니다.
네트워크 인터페이스에 문제가 있습니다. 인터페이스를 다시 시작하면 더 이상 연결을 사용할 수 없습니다.
동일한 서브넷의 인터넷이나 IP 주소에 액세스할 수 없습니다.
다시 시작하기 전의 , 및 ifconfig
dns route
명령은 다음과 같습니다.ping
eth0 Link encap:Ethernet HWaddr 90:59:af:51:17:c3
inet addr:192.168.1.30 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::9259:afff:fe51:17c3/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:33873 errors:0 dropped:479 overruns:0 frame:0
TX packets:952 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:4125488 (3.9 MiB) TX bytes:113565 (110.9 KiB)
Interrupt:56
route -n
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 192.168.1.10 0.0.0.0 UG 0 0 0 eth0
192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
ping google.com
PING google.com (173.194.112.36) 56(84) bytes of data.
64 bytes from fra07s28-in-f4.1e100.net (173.194.112.36): icmp_req=1 ttl=55 time=30.1 ms
64 bytes from fra07s28-in-f4.1e100.net (173.194.112.36): icmp_req=2 ttl=55 time=29.8 ms
도메인 명 시스템
nameserver 8.8.8.8
nameserver 8.8.4.4
달리 service networking restart
거나 /etc/init.d/networking restart
멈추고 다시 시작한 후에 서비스를 받습니다 Destination Host Unreachable
. 작동하려면 시스템을 재부팅해야했습니다.
왜 이런 일이 발생하는지 아시나요?
인터페이스 파일 내용은 다음과 같습니다.
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 192.168.1.30
netmask 255.255.255.0
network 192.168.1.0
dns-nameservers 8.8.8.8 8.8.4.4
gateway 192.168.1.10
metric 0