1
16.1 Legacy Series / Re: NAT Routing
« on: May 17, 2016, 11:48:39 am »
Hi Franco,
yes the "normal" NAT mode is working.
LAN [192.168.1.0/24] ---> [OpnSense] ---> WAN[192.168.2/24]
But what I want to do is bi-directional. So basically both sides of [OpnSense] are LANs and I want to be able to access both Networks from the other Network.
LAN [192.168.1.0/24] <---> [OpnSense] <---> LAN[192.168.2/24]
HOSTx [192.168.1.2]
HOSTy [192.168.2.5]
yes the "normal" NAT mode is working.
LAN [192.168.1.0/24] ---> [OpnSense] ---> WAN[192.168.2/24]
But what I want to do is bi-directional. So basically both sides of [OpnSense] are LANs and I want to be able to access both Networks from the other Network.
LAN [192.168.1.0/24] <---> [OpnSense] <---> LAN[192.168.2/24]
HOSTx [192.168.1.2]
Code: [Select]
> ping 192.168.2.5
... OK
HOSTy [192.168.2.5]
Code: [Select]
> ping 192.168.1.2
... OK