Hi there, i new using proxmox and i want to learn about proxmox.. i have some problem with proxmox networking please help..
i have 3 server A, B, C. And i have 5 IP for it, 10.0.0.18 - 10.0.0.22 (10.0.0.16/29, Useable 10.0.0.18 - 10.0.0.22)
this is the server A IP:
10.0.0.18 for eth0
10.0.0.20 for vmbr1 (bridge)
10.0.0.21 for VM
this is the server B IP:
10.0.0.19 for eth0
this is the server C IP:
10.0.0.22 for eth0
ping from server B to server A is work fine, also from C to B, A (18) to B, A (18) to C.
and my problem is, i can't ping from server B (19) to VM at server A (21).
and ping from VM at server A (21) to server B (19) is host unreachable.
and this is my network interface from server A:
how to make it can work?
waiting for advice, thank you
i have 3 server A, B, C. And i have 5 IP for it, 10.0.0.18 - 10.0.0.22 (10.0.0.16/29, Useable 10.0.0.18 - 10.0.0.22)
this is the server A IP:
10.0.0.18 for eth0
10.0.0.20 for vmbr1 (bridge)
10.0.0.21 for VM
this is the server B IP:
10.0.0.19 for eth0
this is the server C IP:
10.0.0.22 for eth0
ping from server B to server A is work fine, also from C to B, A (18) to B, A (18) to C.
and my problem is, i can't ping from server B (19) to VM at server A (21).
and ping from VM at server A (21) to server B (19) is host unreachable.
and this is my network interface from server A:
what i make some mistakes?# network interface settings
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 10.0.0.18
netmask 255.255.255.248
gateway 10.0.0.17
post-up echo 1 > /proc/sys/net/ipv4/conf/eth0/proxy_arp
iface eth1 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.1.1
netmask 255.255.255.0
bridge_ports none
bridge_stp off
bridge_fd 0
post-up echo 1 > /proc/sys/net/ipv4/ip_forward
post-up iptables -t nat -A POSTROUTING -s '192.168.1.0/24' -o eth0 -j MASQUERADE
post-down iptables -t nat -D POSTROUTING -s '192.168.1.0/24' -o eth0 -j MASQUERADE
auto vmbr1
iface vmbr1 inet static
address 10.0.0.20
netmask 255.255.255.248
bridge_ports none
bridge_stp off
bridge_fd 0
up ip route add 10.0.0.21/32 dev vmbr1
how to make it can work?
waiting for advice, thank you