원격 서버에 원격 측정 데이터를 게시하는 장치가 있습니다. 장치는 Debian을 실행하며 지금까지 로컬 네트워크의 WiFi를 통해 SSH를 통해 디버깅했습니다. 현장에서 장치는 4G 모뎀을 사용하며 ISP는 원격 문제 해결을 위해 장치에 고정 IP를 할당하도록 했습니다. 4G 모뎀이 인터넷에 연결하기 위해 작동 중입니다. 웹사이트 등을 핑할 수 있지만 SSH를 통해 고정 IP에 연결하려고 할 때마다 시간이 초과됩니다. /etc/dhcpcd.conf 또는 /etc/network/interfaces를 잘못 구성했다고 확신하지만 어느 것이 확실하지 않습니다. 인터페이스는 eth1
.
구성된 경우:
eth1 Link encap:Ethernet HWaddr 00:15:ff:13:77:70
inet addr:166.123.123.123 Bcast:166.123.123.255 Mask:255.255.255.0
inet6 addr: fe80::deef:4034:ff93:d78/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:65 errors:0 dropped:0 overruns:0 frame:0
TX packets:153 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:5310 (5.1 KiB) TX bytes:21669 (21.1 KiB)
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:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
wlan0 Link encap:Ethernet HWaddr b8:27:eb:4d:e4:26
inet addr:10.0.1.90 Bcast:10.0.1.255 Mask:255.255.255.0
inet6 addr: fe80::29c6:be79:e368:d066/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:21633 errors:0 dropped:14440 overruns:0 frame:0
TX packets:1597 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:3120767 (2.9 MiB) TX bytes:259096 (253.0 KiB)
/etc/network/interfaces (/etc/network/interfaces.d가 비어 있음)
# Include files from /etc/network/interfaces.d:
source-directory /etc/network/interfaces.d
auto lo
iface lo inet loopback
iface eth0 inet manual
allow-hotplug wlan0
iface wlan0 inet manual
wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
allow-hotplug wlan1
iface wlan1 inet manual
wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
/etc/dhcpcd.conf
hostname
clientid
persistent
option rapid_commit
option domain_name_servers, domain_name, domain_search, host_name
option classless_static_routes
option ntp_servers
#option interface_mtu
require dhcp_server_identifier
slaac private
nohook lookup-hostname
라우팅 테이블:
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
default 123.sub-166-123 0.0.0.0 UG 204 0 0 eth1
default 10.0.1.1 0.0.0.0 UG 303 0 0 wlan0
10.0.1.0 * 255.255.255.0 U 303 0 0 wlan0
166.123.123.0 * 255.255.255.0 U 204 0 0 eth1
my.usb 123.sub-166-123 255.255.255.255 UGH 204 0 0 eth1
답변1
누구든지 Google에서 이 내용을 찾으면 후손을 위해 제공해주세요.
이 문제는 박스의 네트워크 구성과 관련이 없습니다. Verizon은 지난 2개월 동안 M2M 장치에서 들어오는 연결을 차단하는 정책을 제정했습니다. 셀룰러 연결을 통해 원격으로 장치에 액세스해야 하는 경우 Verizon과 협력하여 개인 네트워크를 설정해야 합니다.