On Thursday 29 September 2005 01:10, you wrote: > On Wed, 28 Sep 2005, Edwin Pauli wrote: > > To share the connection, i've added this line to the ipnat-configuration: > > map xl0 192.168.1.9/24 -> 0.0.0.0/32 > > You haven't show the rest of the lines you have for ipnat however i would > suggest yoou try the following; > > map xl0 192.168.1.0/24 -> 0.0.0.0/32
The same problem happens with that line. This are the rest of the lines: # The same as above, but for wireless network map xl0 192.168.2.1/28 -> 0.0.0.0/32 # Redirect to webservers on port 81 and 86. rdr xl0 0.0.0.0/0 port 81 -> 192.168.1.22 port 80 tcp/udp rdr xl0 0.0.0.0/0 port 86 -> 192.168.2.7 port 80 tcp/udp # Two redirects for transparent Squid Proxy rdr xl1 0/0 port 80 -> 127.0.0.1 port 3128 tcp rdr sis0 0/0 port 80 -> 127.0.0.1 port 3128 tcp # Redirect for SSH server on 192.168.1.2 rdr xl0 0.0.0.0/0 port 2322 -> 192.168.1.2 port 22 tcp/udp > > Larry. -- Edwin
