抱歉,如果你们知道我是菜鸟的话,但我只知道网络的基本知识。现在一切都结束了……
我在 Vultr 上订阅了 Ivacy VPN 和 Ubuntu 16.04 VPS,并将其用于连接到 Google Suite 帐户的 Plex Media Server。我通常使用 SSH 和 VNC 连接它。
经过几天痛苦的经历后,我成功地使用 OpenVPN 配置了 Ivacy VPN,如果我使用 Vultr 网站上自己的 VNC 控制台连接到我的 VPS,它就能正常工作,但我无法再从我的电脑上使用 SSH 或 VNC 连接到它。
当我通过 Vultr (VNC) 控制台、Firefox、Deluge-web 打开它时,一切都运行良好,但在我的服务器之外,什么都不起作用。是的...我正在尝试连接到服务器的新 IP 地址。
我正在附加一些配置文件,就像其他人在类似帖子中所做的那样(这对 BT dubs 没有帮助)。如果需要任何其他日志或文件,请告诉我。不要问我用户名和密码文件,因为我仍然比电影《星际穿越》中的 TARS 和 CASE 聪明……或者不是!
VPN 之前的 ifconfig
ens3 Link encap:Ethernet HWaddr 56:00:01:65:1a:6b
inet addr:45.76.37.239 Bcast:45.76.37.255 Mask:255.255.254.0
inet6 addr: fe80::5400:1ff:fe65:1a6b/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:649 errors:0 dropped:0 overruns:0 frame:0
TX packets:472 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:295859 (295.8 KB) TX bytes:61162 (61.1 KB)
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)
VPN 之前 netstat -r
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
default 45.76.36.1 0.0.0.0 UG 0 0 0 ens3
45.76.36.0 * 255.255.254.0 U 0 0 0 ens3
169.254.169.254 45.76.36.1 255.255.255.255 UGH 0 0 0 ens3
VPN 之前先进行 ipconfig
-P INPUT ACCEPT
-P FORWARD ACCEPT
-P OUTPUT ACCEPT
-N f2b-sshd
-A INPUT -p tcp -m multiport --dports 22 -j f2b-sshd
-A f2b-sshd -j RETURN
VPN 之后的 ifconfig
ens3 Link encap:Ethernet HWaddr 56:00:01:65:1a:6b
inet addr:45.76.37.239 Bcast:45.76.37.255 Mask:255.255.254.0
inet6 addr: fe80::5400:1ff:fe65:1a6b/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:20470 errors:0 dropped:0 overruns:0 frame:0
TX packets:12551 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:25456961 (25.4 MB) TX bytes:3036507 (3.0 MB)
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:1199 errors:0 dropped:0 overruns:0 frame:0
TX packets:1199 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1
RX bytes:1030527 (1.0 MB) TX bytes:1030527 (1.0 MB)
tun0 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
inet addr:37.230.131.175 P-t-P:37.230.131.175 Mask:255.255.255.0
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1500 Metric:1
RX packets:22812 errors:0 dropped:0 overruns:0 frame:0
TX packets:18067 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:22808772 (22.8 MB) TX bytes:1261729 (1.2 MB)
VPN 之后的 netstat -r
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
default 37.230.131.5 128.0.0.0 UG 0 0 0 tun0
default 45.76.36.1 0.0.0.0 UG 0 0 0 ens3
37.230.131.0 * 255.255.255.0 U 0 0 0 tun0
37.230.131.2 45.76.36.1 255.255.255.255 UGH 0 0 0 ens3
45.76.36.0 * 255.255.254.0 U 0 0 0 ens3
128.0.0.0 37.230.131.5 128.0.0.0 UG 0 0 0 tun0
169.254.169.254 45.76.36.1 255.255.255.255 UGH 0 0 0 ens3
VPN 之后的 ipconfig
-P INPUT ACCEPT
-P FORWARD ACCEPT
-P OUTPUT ACCEPT
-N f2b-sshd
-A INPUT -p tcp -m multiport --dports 22 -j f2b-sshd
-A f2b-sshd -j RETURN
OpenVPN 的 ivacy.conf 文件
client
dev tun
proto tcp
remote netherlands-tcp.ivacy.net 80
persist-key
persist-tun
ca ca.crt
tls-auth Wdc.key 1
cipher AES-256-CBC
comp-lzo
verb 1
mute 20
route-method exe
route-delay 2
float
auth-user-pass login.conf
auth-retry interact
ifconfig-nowarn
dhcp-option DNS 8.8.8.8
redirect-gateway def1
script-security 2
up /etc/openvpn/update-resolv-conf
down /etc/openvpn/update-resolv-conf
<ca>
-----BEGIN CERTIFICATE-----
<I removed the certificate>
-----END CERTIFICATE-----
</ca>