No Internet Access Proxmox w/ VMWare and NAT

kroyz

New Member
Sep 1, 2022
2
0
1
Hello,
I am constantly trying to connect my Proxmox VMWare Instance with internet, I've searched and searched but can't find anything to really help me...
This is my NAT Configuration:
1662067244360.png1662067262533.png

When I try to ping 8.8.8.8 on the VM it shows this:
1662067302123.png

My interfaces config looks like this:
Code:
auto lo
auto enp2so
iface lo inet loopback

iface ens33 inet manual

auto vmbr0
iface vmbr0 inet static
        address 192.168.232.128/24
        gateway 192.168.232.2
        bridge-ports ens33
        bridge-stp off
        bridge-fd 0


Any help would be apprieciated!
Regards,
Alex
 
Hey,

could you post ip a and ip r? Can you reach the WebUI? The IP in port forwarding section seems off, shouldn't it be .128(like in the config). Also maybe take a look at a VMware forum, since this might very well be related to VMware.
 
Hey,

could you post ip a and ip r? Can you reach the WebUI? The IP in port forwarding section seems off, shouldn't it be .128(like in the config). Also maybe take a look at a VMware forum, since this might very well be related to VMware.
Hello Hannes,
Here you go!
1662104533608.png
1662104551273.png
Also yes,
I can reach the Web UI from the host computer with localhost:9909 or 192.168.232.128:8006

Regards,
Alex