j...@m5.chicago.il.us writes:
> map net0 172.16.0.0/16 -> 0/32 portmap tcp/udp auto
> map net0 172.16.0.0/16 -> 0/32
> map net0 192.168.1.0/24 -> 0/32 portmap tcp/udp auto
> map net0 192.168.1.0/24 -> 0/32
>
> is now what my /etc/ipf/ipnet.conf file looks like. One needs to name
> the pub
Thanks to this mailing list, my masquerade problem has been solved:
map net0 172.16.0.0/16 -> 0/32 portmap tcp/udp auto
map net0 172.16.0.0/16 -> 0/32
map net0 192.168.1.0/24 -> 0/32 portmap tcp/udp auto
map net0 192.168.1.0/24 -> 0/32
is now what my /etc/ipf/ipnet.conf file looks like.
Hi Peter, sorry for hijacking this thread.
I forgot about the "set-ifprop" thing ... I was just wondering if you know
of a way of doing the same thing for OpenVPN tun connections, so that it
remembers the state, at the moment I have to rely on an init.d script that
runs "ifconfig tun0 router"
Jon
On Thu, Mar 10, 2016 at 2:11 AM, wrote:
>
> This should be a simple and short thread.
>
> How do I configure packet filter on my computer, with two network
> interfaces, to masquerade from my private LAN to the outside world, so
> machines on my private LAN can have conversations with machines th
here is an example from one my hosts that NATs addresses for outbound
postback connections for a number of zones on the same machine. the data
is routed over a etherstub and lands on a vnic in the rfc1918 subnet.
jason@jobs011:~jason# cat /etc/ipf/ipnat.conf
map net1 172.16.254.0/24 -> 198.1
Check out NAT (network address translation)
On Wed, Mar 9, 2016 at 9:11 PM, wrote:
>
> This should be a simple and short thread.
>
> How do I configure packet filter on my computer, with two network
> interfaces, to masquerade from my private LAN to the outside world, so
> machines on my private
Check out NAT (network address translation)
On Wed, Mar 9, 2016 at 9:11 PM, wrote:
>
> This should be a simple and short thread.
>
> How do I configure packet filter on my computer, with two network
> interfaces, to masquerade from my private LAN to the outside world, so
> machines on my private
This should be a simple and short thread.
How do I configure packet filter on my computer, with two network
interfaces, to masquerade from my private LAN to the outside world, so
machines on my private LAN can have conversations with machines that
have public IP addresses? Astonishingly, search