Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - eddys

#1
16.1 Legacy Series / Re: NAT Routing
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]

> ping 192.168.2.5
... OK



HOSTy [192.168.2.5]

> ping 192.168.1.2
... OK






#2
16.1 Legacy Series / NAT Routing
May 17, 2016, 11:15:02 AM
Hello,

Is it possible to configure opnsense as a pure bi-directional NAT router?

Network[192.168.1.0/24] <---> [OpnSense]  <---> Network[192.168.2/24]

currently we use Linux with iptables and Masquerading. But I cannot find an option in the webinterface to do something similar.


Eddy