SSH/Web access from proxmox with opnsense guest

Started by Gargamel, July 05, 2024, 05:14:40 PM

Previous topic - Next topic
Hi, i have opnSense setup as a guest in proxmox, on hetzner.
em0 has the public ip, and internet from the opnsense guest works (currently updating)

But i cannot access the ssh server, or web interface on the opnSense (with the lan ip)

Any idea?

Lan on proxmox is set:
auto vmbr1
iface vmbr1 inet static
        address 192.168.0.254/32
        bridge-ports none
        bridge-stp off
        bridge-fd 0

Lan on opnsense is set to 192.168.0.1
proxmox host cannot ping opnsense guest, nor can opnsense (via pve console) ping proxmox host on the 192-addresses.

Any ideas?

Quote from: Gargamel on July 05, 2024, 05:14:40 PM
        address 192.168.0.254/32

Hi, the IP address with slash 32 is the same as an IP address without network mask. I think it should say /24 to indicate the IP address and a standard class C network. I assume that you are using a standard class C network without subneting.
After changing that you should be able to ping.