I am having issues getting my Proxmox setup on my host machine to work with a public IP address.
I have the following setup for the LOCAL which is working fine:
iface lo inet loopback
iface enp0s31f6 inet manual
iface vmbr0 inet static
address 192.168.1.140
netmask 255.255.255.0
gateway 192.168.1.1
bridge_ports vmbr0
bridge_stp off
bridge_fd 0
I have the following setup for my PUBLIC, however, it doesn't work:
auto lo
iface lo inet loopback
iface enp0s31f6 inet manual
iface vmbr0 inet static
address xx.xx.7.206
netmask 255.255.255.252
gateway xx.xx.7.205
bridge_ports vmbr0
bridge_stp off
bridge_fd 0
I spoke with my ISP and they said the netmask and IP addresses, however, they couldn't tell me the default gateway. I assumed my default gateway is the WAN IP address of the router which is xx.xx.7.205. I then done a tracert to 8.8.8.8 from an internal system and the first hop is 62.24.254.204 which is a total different network ID all together.
I understand this may fall out of the scope of Proxmox, however, I am unsure where to go from here, so any help would be appreciated.
Kind regards,
Carl
I have the following setup for the LOCAL which is working fine:
iface lo inet loopback
iface enp0s31f6 inet manual
iface vmbr0 inet static
address 192.168.1.140
netmask 255.255.255.0
gateway 192.168.1.1
bridge_ports vmbr0
bridge_stp off
bridge_fd 0
I have the following setup for my PUBLIC, however, it doesn't work:
auto lo
iface lo inet loopback
iface enp0s31f6 inet manual
iface vmbr0 inet static
address xx.xx.7.206
netmask 255.255.255.252
gateway xx.xx.7.205
bridge_ports vmbr0
bridge_stp off
bridge_fd 0
I spoke with my ISP and they said the netmask and IP addresses, however, they couldn't tell me the default gateway. I assumed my default gateway is the WAN IP address of the router which is xx.xx.7.205. I then done a tracert to 8.8.8.8 from an internal system and the first hop is 62.24.254.204 which is a total different network ID all together.
I understand this may fall out of the scope of Proxmox, however, I am unsure where to go from here, so any help would be appreciated.
Kind regards,
Carl