Displaying 3 results from an estimated 3 matches for "masquearded".
Did you mean:
  masquearde
  
2007 Jun 11
24
multiple routing tables for internal router programs
Maybe a strange request, I''ll try to explain this as clearer as I can 
(forgive my bad english, please  :-)  ).
I''m setting a linux box as a router. My router uses multiple routing 
tables, so I can address the traffic from specific ip addresses of my 
lan to distinct ISPs providers (specifying a different default gateway 
fo r each table), marking packets with iptables
2001 Feb 28
0
ipmasqadm and default route on masqueraded host
...redirect 
incoming packets on 111.111.111.111 port 80 to the remote address of the 
tunnel interface (192.168.1.20)
Things are running. Packets are redirected from the public address to the 
private one and then , via tun interface, reach the "private server".
BUT packets are arriving un-masquearded, that''s to say with the address of 
the host that requested the connection.
So to get things working I have to set as default route for
I have ot set the public server as default route on the masqueraded one, the 
thing it''s not so good for me, ''cause the masqueraded serv...
2001 Mar 05
2
[REPOST] Help me: ipmasqadm and default gatway...
...incoming packets on 1.1.1.1 port 80 to the remote address of 
the tunnel interface (192.168.1.20) on the same port.
Things are running. Packets are redirected from the public address to the 
private one and then, via tun interface, reach the "private server".
*BUT* packets are arriving un-masquearded, that''s to say with the address of 
the host that requested the connection.
So to get things working I have to set the public server as default route on 
the masqueraded one, the thing it''s not so good for me, ''cause the 
masqueraded server act as gateway for a sub-net an...