|
||||||||
I'm trying to enroute to two different networks, one through opt1 and the other through opt2. Each networks requires a specific IP address for security reasons, so I need to perform a 1:1 NAT for each interface. Could I do this? Thank you very much. David On 4/6/06, David Sabo <dsabo at valeven dot com> wrote: > > When I tried to set this configuration the application throws > the following error: "Another 1:1 rule overlaps with the specified internal > subnet." > Yeah, 1:1 NAT is just that, only 1 to 1. You're trying to do 2 to 1. What you're attempting is likely possible, just not by using 1:1 NAT. What specifically are you wanting to accomplish with this setup? The most suitable configuration depends on what you're trying to do. -Chris _____ From: David Sabo [mailto:dsabo at valeven dot com] Sent: Thursday, April 06, 2006 11:11 AM To: 'm0n0wall at lists dot m0n0 dot ch' Subject: NAT OPT1, OPT2 Same internal IP Hello, I got two optional ports. OP1 and OPT2. I need that my server NAT with different IP for each network. Example: NAT 1:1 Interface External IP Internal IP OPT1 172.X.X.1 192.168.1.1 OPT2 192.168.X.100 192.168.1.1 When I tried to set this configuration the application throws the following error: "Another 1:1 rule overlaps with the specified internal subnet." How could I accomplish this task? Thank you very much David Sabo |