Simple Install Proxmox & Pfsense

rjcab

Member
Mar 1, 2021
61
1
13
44
Hello,

I have been stucking an issue. Lets start with the diagram:

réseau.png

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.

pfsense.png

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 :)
 
I tried to remove the IP of the virtual bridge 0 but it didn't change anything, except that I could see the IP 192.168.0.252 from the internet box.
 
After passing days, it was the firewall of PVE. But within the same subnet it prevents traffic ...
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!