No routing from pfSence to proxmox.

Sujan

New Member
Jun 4, 2021
5
0
1
45
Hi Experts,

My current lab setup as follows:

Home router with internet access.
A laptop with Ethernet and Wireless Card.
Proxmox as hypervisor
pfSence for firewall and VLANs.

My 5G router don't have any ethernet port. So i enabled wireless lan interface in proxmox. My configuration as below.

auto lo
iface lo inet loopback

auto eth0
iface eth0 inet manual

#auto wlan0
#iface wlan inet static
post-up echo 1 > /proc/sys/net/ipv4/ip_forward
post-up echo 1 > /proc/sys/net/ipv4/conf/wlan0/proxy_arp

auto vmbr0
iface vmbr0 inet dhcp
address 192.168.8.104/24
gateway 192.168.8.1
bridge-ports eth0
bridge-stp off
bridge-fd 0

post-up echo 1 > /proc/sys/net/ipv4/ip_forward
post-up iptables -t nat -A POSTROUTING -s '192.168.8.0/24' -o wlan0 -j MASQUERADE
post-down iptables -t nat -D POSTROUTING -s '192.168.8.0/24' -o wlan0 -j MASQUERADE

auto vmbr1
iface vmbr1 inet manual
bridge-ports none
bridge-stp off
bridge-fd 0



Based on above configuration, i can access the proxmox ui.
I have installed pfSence successfully with 2 network interface vmbr0 and vmbr1.

Now i am trying to configure WAN and LAN in pfSence. but not getting ip for WAN. Tried with static and DHCP method. But noticed that no routing to proxmox or router IPs? Hence pfSense UI is not accessible.

Kindly assist to solve this issue.


Best Regards,

Sujan
 
Last edited:
Is your pfSense a VM or an external machine? What settings do you have in it?

Generally, using tcpdump -i <interface> on the various interfaces should give you an overview of where your packages are going to or not going to.
 

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!