Please help, i read a lot information about this and cant resolve this task
myserver pve on address https://192.168.1.10:8006
File on pve /etc/network/interfaces contains:
auto lo
iface lo inet loopback
iface eth0 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.1.10 #main address hipervizor
netmask 255.255.255.0
gateway 192.168.1.2
bridge_ports eth0
bridge_stp off
bridge_fd 0
My vm - winxp, use bridge mode, driver network card i use - virtio, drivers is installed
configure network manualy on vm:
ip address 192.168.1.11
netmask 255.255.255.0
gateway 192.168.1.2
and problem in- i cant ping other subnet ip adress from my vm, except 192.168.1.10 -thats all
from my VM winxp i can ping only 192.168.1.10, other hosts is ureacheable
from my pve i can ping 192.168.1.11 and other subnet hosts
from other hosts in subnet i cant ping my VM
myserver pve on address https://192.168.1.10:8006
File on pve /etc/network/interfaces contains:
auto lo
iface lo inet loopback
iface eth0 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.1.10 #main address hipervizor
netmask 255.255.255.0
gateway 192.168.1.2
bridge_ports eth0
bridge_stp off
bridge_fd 0
My vm - winxp, use bridge mode, driver network card i use - virtio, drivers is installed
configure network manualy on vm:
ip address 192.168.1.11
netmask 255.255.255.0
gateway 192.168.1.2
and problem in- i cant ping other subnet ip adress from my vm, except 192.168.1.10 -thats all
from my VM winxp i can ping only 192.168.1.10, other hosts is ureacheable
from my pve i can ping 192.168.1.11 and other subnet hosts
from other hosts in subnet i cant ping my VM