Hello,
I have been stucking an issue. Lets start with the diagram:
Quite simple on paper, but:
When I am on the laptop in Wifi in the 192.168.0.0/24 I can ping the interface LAN of my provider box 192.168.0.254 and google.fr
I am not able to ping 192.168.0.252 and 192.168.0.253
When I am on the laptop on 192.168.1.0/24 I can ping the interface LAN of my proxmox server 192.168.1.252
I am not able to ping 192.168.1.254 or 8.8.8.8 or no resolution with google.fr
By default on pfsense no rules.
On Proxmox:
If you have any suggestions
I have been stucking an issue. Lets start with the diagram:
Quite simple on paper, but:
When I am on the laptop in Wifi in the 192.168.0.0/24 I can ping the interface LAN of my provider box 192.168.0.254 and google.fr
I am not able to ping 192.168.0.252 and 192.168.0.253
When I am on the laptop on 192.168.1.0/24 I can ping the interface LAN of my proxmox server 192.168.1.252
I am not able to ping 192.168.1.254 or 8.8.8.8 or no resolution with google.fr
By default on pfsense no rules.
On Proxmox:
Code:
root@pve:~# ip route
default via 192.168.1.254 dev vmbr1 proto kernel onlink
192.168.1.0/24 dev vmbr1 proto kernel scope link src 192.168.1.252
root@pve:~#
root@pve:~# cat interfaces
auto lo
iface lo inet loopback
auto enp4s0
iface enp4s0 inet dhcp
iface wlp3s0 inet manual
auto enx041e64fc6878
iface enx041e64fc6878 inet manual
auto vmbr0
iface vmbr0 inet manual
bridge-ports enx041e64fc6878
bridge-stp off
bridge-fd 0
auto vmbr1
iface vmbr1 inet static
address 192.168.1.252/24
gateway 192.168.1.254
bridge-ports enp4s0
bridge-stp off
bridge-fd 0
root@pve:/etc/network#
If you have any suggestions