我有一台运行ubuntu 16.04的计算机。机器只能访问1台远程服务器(也正在运行ubuntu)。远程服务器可以完全访问Internet。
root@localmachine:~# ifconfig usb0
usb0 Link encap:Ethernet HWaddr 02:1e:10:1f:00:00
inet addr:10.1.0.94 Bcast:10.1.0.95 Mask:255.255.255.252
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:4366027 errors:0 dropped:0 overruns:0 frame:0
TX packets:1813925 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:669835698 (669.8 MB) TX bytes:265999026 (265.9 MB)
root@localmachine:~# ping 10.0.0.1
PING 10.0.0.1 (10.0.0.1) 56(84) bytes of data.
64 bytes from 10.0.0.1: icmp_seq=1 ttl=62 time=58.4 ms
64 bytes from 10.0.0.1: icmp_seq=2 ttl=62 time=59.2 ms
我需要通过apt-get在此本地计算机上安装一些软件包。
是否可以通过10.0.0.1的公共服务器访问Internet?
谢谢您的回复。
是。我可以运行ssh root@10.0.0.1并访问公共服务器
—
Tran Ngu Dang
ssh
访问该服务器吗?