네트워크 설정 문제 (Gateway 밖으로 안나감) 도움 부탁 드립니다
안녕하세요
1달여가 넘게 틈틈히 인터넷으로 검색해가며 시도했지만 네트워크 관련 지식이 짧아서인지 해결 방법이 보이질 않아서 이렇게 질문 드립니다.
현재 내부 아이피로 (192.168.122.76, eth0) 운영되는 리눅스 서버가 있습니다. 사내 Gateway (192.168.122.1)를 통해서 인터넷으로 연결이 되는데요
얼마 전까지 서버의 eth1에 192.168.1.1을 할당하고 이를 노트북 (192.168.1.2)에 연결하여 인터넷을 같이 사용하고 있었습니다.
문제는 노트북을 사용하지 않으면서 eth1 설정을 없애고 eth0만 사용하여 서버만 운영하기 시작했는데요
이 때 우분투 apt-get upgrade를 간만에 한 것 같습니다
그 이후부터는 서버에서 인터넷이 안되고 Gateway까지 ping도 나가지 않고 있습니다.
다행히 192.168.122 네트워크 대역에 있는 pc들에는 ping이 나가고 그 분들도 서버에 접속이 됩니다.
대략적인 설정 내용들은 다음과 같습니다.
======= /etc/network/interface ==============
# The loopback network interface auto lo iface lo inet loopback # The primary network interface auto eth0 iface eth0 inet static address 192.168.122.76 netmask 255.255.255.0 gateway 192.168.122.1 dns-nameservers 210.219.43.11
====== ifconfig 실행시 ==================
eth0 Link encap:Ethernet HWaddr c8:60:00:46:bc:e3 inet addr:192.168.122.76 Bcast:192.168.122.255 Mask:255.255.255.0 inet6 addr: 2001:320:3107:1003:b5da:7359:4d4a:c334/64 Scope:Global inet6 addr: fe80::ca60:ff:fe46:bce3/64 Scope:Link inet6 addr: 2001:320:3107:1003:ca60:ff:fe46:bce3/64 Scope:Global UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:106855 errors:0 dropped:229 overruns:0 frame:0 TX packets:10165 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:8569285 (8.5 MB) TX bytes:1369333 (1.3 MB) Memory:cf200000-cf220000 lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:7488 errors:0 dropped:0 overruns:0 frame:0 TX packets:7488 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:4319593 (4.3 MB) TX bytes:4319593 (4.3 MB)
=============== ip route 실행시 ======================
default via 192.168.122.1 dev eth0 169.254.0.0/16 dev eth0 scope link metric 1000 192.168.122.0/24 dev eth0 proto kernel scope link src 192.168.122.76
=============== route -n 실행시 =====================
Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 0.0.0.0 192.168.122.1 0.0.0.0 UG 0 0 0 eth0 169.254.0.0 0.0.0.0 255.255.0.0 U 1000 0 0 eth0 192.168.122.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
고수님들의 조언 꼭 좀 부탁드립니다!!
혹시 더 필요한 정보가 있으시면 말씀 주세요
감사합니다.
라우팅은 맞는데 순서가 뭔가
라우팅은 맞는데 순서가 뭔가 이상하네요..
service network restart
로 네트워크 서비스를 재시작 해보시던지 재부팅하면 해결될듯 보입니다.
댓글 달기