You need to give us some more information...
What does your /etc/network/interfaces look like?
It is a homeserver or somewhere in a datacenter?
How does your network look like?
Are any firewalls active?
Does the host got a valid gateway entry?
...
Thanks for responding. Sorry it took me so long to get back to you. It's been a crazy week. For my proxmox system, it's a home server (see diagram). I pull internet service from Verizon Fios and I'm using their cable modem. the Verizon cable modem has the wireless turned off and is connected to a Netgear Orbit wireless mesh router running in Wireless Access Point Mode. The orbit is connected to an unmanaged 24 port gigabit switch. The Proxmox server is directly connected tot he unmanaged switch.
The /etc/network/interface for the Proxmox if below
auto lo
iface lo inet loopback
auto enp4s0
iface enp4s0 inet manual
address 192.168.1.200
netmask 255.255.255.0
gateway 192.168.1.1
auto vmbr0
iface vmbr0 inet static
address 192.168.1.15/24
gateway 192.168.1.1
bridge-ports enp4s0
bridge-stp off
bridge-fd 0
The /etc/network/interface for the MineCraft Server is as below
auto lo
iface lo net loopback
auto etc0
iface eth0 net static
address 192.168.1.200
net mask 255.255.255.0
gateway 192.168.1.1
dns-nameservers 192.168.1.1
Pinging results:
Ping from MineOs to Proxmox Host: good
Ping from MineOs to Verizon router (gateway): bad
Ping from MineOs to Netgear Orbi router : bad
Ping from Proxmox to Verizon Router (gateway) good
Ping from Proxmox to MineOs Hosed server: good
Ping from other computer on network to Proxmox server: good
Ping from other computer on network to MineOs hosted server: bad
I have the firewall on the Verizon router set to it's lowest level. the Firewall on Proxmox is off.
Thanks again for your help.