I am at my wits end trying to get vpro working which is fairly common after all the forums I have scoured seeing a solution. I have tried every setup configuration I have been able to find and just cannot get the ip to be accessible. Vpro set to dhcp, static, various configs enabled/disabled, local windows pc and proxmox firewalls disables, and more.
Pings to the ip result in:
Both my router and nmap fails as well. The only avenue I have left to explore is proxmox somehow blocking the ip. I found one source saying "enabling the port in /etc/network/interfaces" fixed the issue but did not explain what they did. "port" in this instance may be referring to the vpro web ui port 16992?
Could this be causing an issue? Anyone have other ideas? While eventually I aim to use MechCommander at the moment all I care about is accessing the web ui.
Pings to the ip result in:
Code:
Pinging <set static ip> with 32 bytes of data:
Reply from <local pc ip>: Destination host unreachable.
Both my router and nmap fails as well. The only avenue I have left to explore is proxmox somehow blocking the ip. I found one source saying "enabling the port in /etc/network/interfaces" fixed the issue but did not explain what they did. "port" in this instance may be referring to the vpro web ui port 16992?
Code:
auto lo
iface lo inet loopback
iface enp4s0 inet manual
auto vmbr0
iface vmbr0 inet static
address <ip>/24
gateway 10.0.0.1
bridge-ports enp4s0
bridge-stp off
bridge-fd 0
iface enp3s0 inet manual
Could this be causing an issue? Anyone have other ideas? While eventually I aim to use MechCommander at the moment all I care about is accessing the web ui.
Last edited: