no route to gateway, but I do not know why.
from h1=PVE (192.168.10.2) I can not ping r2=OPNsense=Gateway of internal network (192.168.10.1)
This means I can not update PVE.
I use OPNsense as Router from vmbr10 (LAN) to vmbr0 (WLAN, connected to a DSL-Router).
But I can ping from any other client 192.168.10.x to the gateway/router (192.168.10.1) and they have normal access to the internet.
======
/etc/network/interfaces
auto lo
iface lo inet loopback
iface enp0s31f6 inet manual
#WAN Uplink Mainboard
iface enp1s0 inet manual
#LAN PCIe-Card
iface enp2s0 inet manual
#LAN-Backup PCIe-Card
auto vmbr0
iface vmbr0 inet manual
bridge-ports enp0s31f6
bridge-stp off
bridge-fd 0
#WAN OPNsense
auto vmbr10
iface vmbr10 inet static
address 192.168.10.2/24
gateway 192.168.10.1
bridge-ports enp1s0
bridge-stp off
bridge-fd 0
#LAN 192.168.10.1
auto vmbr11
iface vmbr11 inet manual
bridge-ports none
bridge-stp off
bridge-fd 0
#backup
auto vmbr12
iface vmbr12 inet manual
bridge-ports none
bridge-stp off
bridge-fd 0
#openwrt
====
/etc/hosts
127.0.0.1 localhost.localdomain localhost
192.168.10.2 h1.in.botree.eu
192.168.10.2 h1.in
192.168.10.2 h1
192.168.10.3 h2.in.botree.eu
192.168.10.3 h2.in
192.168.10.3 h2
# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
=====
from h1=PVE (192.168.10.2) I can not ping r2=OPNsense=Gateway of internal network (192.168.10.1)
This means I can not update PVE.
I use OPNsense as Router from vmbr10 (LAN) to vmbr0 (WLAN, connected to a DSL-Router).
But I can ping from any other client 192.168.10.x to the gateway/router (192.168.10.1) and they have normal access to the internet.
======
/etc/network/interfaces
auto lo
iface lo inet loopback
iface enp0s31f6 inet manual
#WAN Uplink Mainboard
iface enp1s0 inet manual
#LAN PCIe-Card
iface enp2s0 inet manual
#LAN-Backup PCIe-Card
auto vmbr0
iface vmbr0 inet manual
bridge-ports enp0s31f6
bridge-stp off
bridge-fd 0
#WAN OPNsense
auto vmbr10
iface vmbr10 inet static
address 192.168.10.2/24
gateway 192.168.10.1
bridge-ports enp1s0
bridge-stp off
bridge-fd 0
#LAN 192.168.10.1
auto vmbr11
iface vmbr11 inet manual
bridge-ports none
bridge-stp off
bridge-fd 0
#backup
auto vmbr12
iface vmbr12 inet manual
bridge-ports none
bridge-stp off
bridge-fd 0
#openwrt
====
/etc/hosts
127.0.0.1 localhost.localdomain localhost
192.168.10.2 h1.in.botree.eu
192.168.10.2 h1.in
192.168.10.2 h1
192.168.10.3 h2.in.botree.eu
192.168.10.3 h2.in
192.168.10.3 h2
# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
=====