there is only 1 node. proxmox vm can access internet and also ping host and proxmox management ip but cannot ping anything else.
There is no subnetting or vlans or routing or anything fancy. I keep everything on 192.168.1.0/24
firewall on windows vm has been disabled.
firewall on proxmox has no rules.
________________________
root@b:~# iptables -L -v
Chain INPUT (policy ACCEPT 315K packets, 256M bytes)
pkts bytes target prot opt in out source destination
Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
Chain OUTPUT (policy ACCEPT 303K packets, 452M bytes)
pkts bytes target prot opt in out source destination
___________________
root@b:~# cat /etc/network/interfaces
auto lo
iface lo inet loopback
iface enp4s0f0 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.1.206/24
gateway 192.168.1.1
bridge-ports enp4s0f0
bridge-stp off
bridge-fd 0
iface enp4s0f1 inet manual
There is no subnetting or vlans or routing or anything fancy. I keep everything on 192.168.1.0/24
firewall on windows vm has been disabled.
firewall on proxmox has no rules.
________________________
root@b:~# iptables -L -v
Chain INPUT (policy ACCEPT 315K packets, 256M bytes)
pkts bytes target prot opt in out source destination
Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
Chain OUTPUT (policy ACCEPT 303K packets, 452M bytes)
pkts bytes target prot opt in out source destination
___________________
root@b:~# cat /etc/network/interfaces
auto lo
iface lo inet loopback
iface enp4s0f0 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.1.206/24
gateway 192.168.1.1
bridge-ports enp4s0f0
bridge-stp off
bridge-fd 0
iface enp4s0f1 inet manual
Last edited: