I want to configure PFsense a my lab virtual firewall.
My physical server has 4 nics but for this purpose I'm using only two with LACP.
My Cisco config:
Proxmox config:
My VM config:
My PFSense Config
I set rules of "any any allow" to all the interfaces so pfsense is only routing now.
Problem, I can't get the trunk to work. For instance, I can't ping 192.168.200.1 neither 192.168.201.1.
SOMETIMES it starts working, other times just vlan 200 works, other times only vlan 201 works, sometimes both work and MOST of the times none work...
Wan Interface (em0 on pfsense, net0 on proxmox) always work.
Any hint?
NOTE: This is a LAB for my own fun to test proxmox + pfsense to evaluate both as possible production tools...
My physical server has 4 nics but for this purpose I'm using only two with LACP.
My Cisco config:
Code:
!
interface FastEthernet0/45
switchport trunk native vlan 192
switchport mode trunk
channel-group 1 mode passive
end
!
interface FastEthernet0/46
switchport trunk native vlan 192
switchport mode trunk
channel-group 1 mode passive
end
interface Port-channel1
switchport trunk native vlan 192
switchport mode trunk
!
Proxmox config:
Code:
# network interface settings
auto lo
iface lo inet loopback
iface eth0 inet manual
iface eth1 inet manual
iface eth2 inet manual
iface eth3 inet manual
auto bond0
iface bond0 inet manual
slaves eth0 eth1
bond_miimon 100
bond_mode 802.3ad
auto vmbr0
iface vmbr0 inet static
address 192.168.192.9
netmask 255.255.255.0
gateway 192.168.192.253
bridge_ports bond0
bridge_stp off
bridge_fd 0
auto vmbr1
iface vmbr1 inet manual
bridge_ports eth2
bridge_stp off
bridge_fd 0
My VM config:
My PFSense Config
I set rules of "any any allow" to all the interfaces so pfsense is only routing now.
Problem, I can't get the trunk to work. For instance, I can't ping 192.168.200.1 neither 192.168.201.1.
SOMETIMES it starts working, other times just vlan 200 works, other times only vlan 201 works, sometimes both work and MOST of the times none work...
Wan Interface (em0 on pfsense, net0 on proxmox) always work.
Any hint?
NOTE: This is a LAB for my own fun to test proxmox + pfsense to evaluate both as possible production tools...
Last edited: