Recent content by mymindstorm

  1. M

    [SOLVED] VM cannot respond to port forwarded traffic

    Thanks, that was it. Changing the metric yielded no results, but I was able to ignore the routes using networkmanager like so: nmcli con modify "System eth0" ipv4.never-default yes
  2. M

    [SOLVED] VM cannot respond to port forwarded traffic

    Yes: default via 192.168.100.1 dev eth0 proto dhcp metric 100 default via 192.168.150.1 dev eth1 proto dhcp metric 101 default via 192.168.1.1 dev eth2 proto dhcp metric 102 192.168.1.0/24 dev eth2 proto kernel scope link src 192.168.1.206 metric 102 192.168.100.0/24 dev eth0 proto kernel...
  3. M

    [SOLVED] VM cannot respond to port forwarded traffic

    Hi, I have a bit of a confusing issue. My guest vms are currently connected to my LAN using the default bridged mode. I have a VM serving http requests on vmbr0, and I can access its http server from another device in the same subnet. I have turned off all firewalls on the vm and proxmox except...