Good day
PVE:
VM:
current STATE and problem:
BUT from internet i cannot reach VM 185.244.30.37.........
If someone can help me and tell what is bad or what is corrections for mentioned config to make it working, i will be very gretafull for such help
regards Milos
PVE:
Code:
allow-hotplug ens3
iface ens3 inet static
address 185.244.30.26/24
pointopoint 185.244.30.1
gateway 185.244.30.1
post-up echo 1 > /proc/sys/net/ipv4/ip_forward
post-up echo 1 > /proc/sys/net/ipv4/conf/ens3/proxy_arp
auto vmbr0
iface vmbr0 inet static
address 185.244.30.26/24
bridge_ports none
bridge_stp off
bridge_fd 0
#VM IP:
up ip route add 185.244.30.37/32 dev vmbr0
VM:
Code:
allow-hotplug ens18
iface ens18 inet static
address 185.244.30.37/32
pointopoint 185.244.30.26
gateway 185.244.30.26
current STATE and problem:
- PVE 185.244.30.26 can reach VM 185.244.30.37
- VM 185.244.30.37 can reach PVE 185.244.30.26
- VM 185.244.30.37 can reach internet
BUT from internet i cannot reach VM 185.244.30.37.........
If someone can help me and tell what is bad or what is corrections for mentioned config to make it working, i will be very gretafull for such help
regards Milos