설치된 Ubuntu 16.04 서버는 AirVPN(Eddie)이 충돌할 때까지 정상적으로 실행되었습니다. 이제 정상적으로 인터넷에 접속할 수 없습니다. (다양한 배경화면 앱)은 여전히 작동합니다. 설명할 수 없습니다. 하지만 인터넷에 접속할 수 있는 다른 방법은 없습니다. 인트라넷(LAN)이 잘 작동합니다. 경로를 확인하고 손상되었다고 생각합니다. IPtables 및 resolvconf를 제거하여 작동하도록 시도했습니다. Windows에서 VNC 및 Putty를 통해 액세스할 수 있지만 인터넷을 업데이트하거나 작동할 수는 없습니다. 아래는 관련 파일의 출력물입니다.
Ping은 내부(LAN 내)에서만 작동하며 WAN에서는 작동하지 않습니다. 이름과 번호를 시도했지만 100% 손실되었습니다.
PS 모든 것은 AirVPN 충돌로 시작되었습니다. 이제 AirVPN에 액세스할 수 없습니다(인터넷이 제한되어 로그인할 수 없지만 방화벽으로는 로그인할 수 없습니다. 비활성화되고 제거되었습니다.).
그 밖에 무엇을 확인/변경해야 할지 모르겠나요? ? ?
경로-n:
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 192.168.10.1 0.0.0.0 UG 100 0 0 enp4s0
192.168.10.0 0.0.0.0 255.255.255.0 U 100 0 0 enp4s0
ifconfig -a:
enp4s0 Link encap:Ethernet HWaddr 74:d4:35:e4:e6:96
inet addr:192.168.10.10 Bcast:192.168.10.255 Mask:255.255.255.0
inet6 addr: fe80::2172:c8b8:68b0:e8cf/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:16964718 errors:0 dropped:0 overruns:0 frame:0
TX packets:177959938 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1775612207 (1.7 GB) TX bytes:256255723804 (256.2 GB)
Interrupt:18
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:80980 errors:0 dropped:0 overruns:0 frame:0
TX packets:80980 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1
RX bytes:6332206 (6.3 MB) TX bytes:6332206 (6.3 MB)
/etc/네트워크/인터페이스:
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
source /etc/network/interfaces.d/*
# The loopback network interface
auto lo enp4s0
iface lo inet loopback
# The primary network interface
auto enp4s0
# iface enp4s0 inet dhcp
# gateway 192.168.10.1
# address 192.168.10.10
# netmask 255.255.255.0
# dns-nameservers 96.90.175.167 208.67.222.222
#Multicast for UPNP/DLNA Server
up route add -net 239.0.0.0 netmask 255.0.0.0 dev enp4s0
networkmanager.conf:
[main]
plugins=ifupdown,keyfile
dns=dnsmasq
[ifupdown]
managed=true
편집: 6/12
글쎄요, 다양한 배경화면 앱도 인터넷에 접속할 수 없습니다. 인터넷이 작동하는 동안 하드 드라이브에서 이미지(이전에 저장한)를 가져옵니다.
답변1
좋아, 해결되었습니다. DNS가 엉망이 되었습니다...resolveconf를 다시 설치하고 네트워크 관리자 서비스를 다시 시작했습니다...올바른 방향을 알려주셔서 감사합니다.
긴 한 주.
청구서