请帮忙解决静态 IP

请帮忙解决静态 IP

Ubuntu 社区我遇到了这种情况我的 ISP 给我发送了静态 IP 75.108.xxx.xxx 我需要从我的网络外部访问我的服务器我使用 Google DNS 208.180.42.68 和 208.180.42.100 我按照我在网络位中找到的所有说明进行操作仍然无法从 Putty 或任何其他方式访问我的 VP 所以请帮助这里我的设置

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface  
# auto enp4s0
# iface enp4s0 inet dhcp

# Static IP Address Assignment
auto enp4s0
iface enp4s0 inet static
address 209.33.xx.xx
subnet 255.255.255.0
gateway 209.33.xx.x
dns-nameservers 8.8.8.8 8.8.4.4

相关内容