Re: [OpenIndiana-discuss] masquerade solved, thank you

2016-03-10 Thread Volker A. Brandt
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

[OpenIndiana-discuss] masquerade solved, thank you

2016-03-10 Thread jay
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.

Re: [OpenIndiana-discuss] masquerade

2016-03-10 Thread Jonathan Adams
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

Re: [OpenIndiana-discuss] masquerade

2016-03-10 Thread Peter Tribble
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

Re: [OpenIndiana-discuss] masquerade

2016-03-09 Thread Jason Matthews
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

Re: [OpenIndiana-discuss] masquerade

2016-03-09 Thread Jacob Ritorto
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

Re: [OpenIndiana-discuss] masquerade

2016-03-09 Thread Jacob Ritorto
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

[OpenIndiana-discuss] masquerade

2016-03-09 Thread jay
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