V
V
Vladislav2016-04-08 16:24:07
firewall
Vladislav, 2016-04-08 16:24:07

PFSense joining two networks how?

Good afternoon.
Need help setting up pfSense, namely merging two networks.
WAN - 192.168.0.1/24
LAN - 10.0.0.1/24
LAN2 - 192.168.5.1/24
LAN goes to the Internet, filtered using DHCP and binding to MAC.
LAN2 is a debug network, does not require Internet access, no DHCP.
Question: How to make packets go from LAN to LAN2 and back?
PS: using iptables I did like this
iptables -A POSTROUTING -t nat --dst 10.0.0.0/255.255.255.0 -j SNAT --to-source 10.0.0.5
iptables -A POSTROUTING -t nat --dst 192.168.5.0/ 255.255.255.0 -j SNAT --to-source 192.168.5.1
iptables -A FORWARD -i eth0 -o eth1 -j ACCEPT
iptables -A FORWARD -i eth1 -o eth0 -j ACCEPT
But after switching to pfSense, a plug appeared.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dmitry, 2016-04-08
@Tabletko

Allow firewall rules to allow traffic between LAN and LAN2 networks. Also check that private networks are not blocked on the interface.1ca09d0b0cec4d19a980420662311751.png

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question