Date: Fri, 09 Apr 2004 16:36:31 +0900 From: Rob <nospam@users.sourceforge.net> To: freebsd-questions@freebsd.org Subject: rc.firewall question on 'simple' and 'client' setup. Message-ID: <4076527F.1060902@users.sourceforge.net>
next in thread | raw e-mail | index | archive | help
Hi,
In /etc/rc.firewall, the 'simple' and 'client' options
have following that needs adjusted:
# set these to your outside interface network and netmask and ip
oif="ed0"
onet="192.0.2.0"
omask="255.255.255.240"
oip="192.0.2.1"
# set these to your inside interface network and netmask and ip
iif="ed1"
inet="192.0.2.16"
imask="255.255.255.240"
iip="192.0.2.17"
What is the difference between "onet" and "oip", and same for "inet"
and "iip"?
Or are they in most common router setups the same (I mean, onet = iop,
and inet = iip)?
Thanks,
Rob.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4076527F.1060902>
