Suggest using /etc/services entry rather than a

number in the "ipfw add divert" example.
This commit is contained in:
Brian Somers 1997-06-24 10:49:44 +00:00
parent 7367854ebc
commit 46b2c55966
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=26891
2 changed files with 10 additions and 8 deletions

View File

@ -330,13 +330,14 @@ script to taste. If you're not interested in having a firewall, the
following lines will do:
/sbin/ipfw -f flush
/sbin/ipfw add divert 6668 all from any to any via ed0
/sbin/ipfw add divert natd all from any to any via ed0
/sbin/ipfw add pass all from any to any
The second line depends on your interface and assumes that you've updated
The second line depends on your interface (change ed0 as appropriate)
and assumes that you've updated
.Pa /etc/services
as above. If you specify real firewall rules, it's best to specify
line 2 at the start of the script so that
with the natd entry as above. If you specify real firewall rules, it's
best to specify line 2 at the start of the script so that
.Nm natd
sees all packets before they are dropped by the firewall. The firewall
rules will be run again on each packet after translation by

View File

@ -330,13 +330,14 @@ script to taste. If you're not interested in having a firewall, the
following lines will do:
/sbin/ipfw -f flush
/sbin/ipfw add divert 6668 all from any to any via ed0
/sbin/ipfw add divert natd all from any to any via ed0
/sbin/ipfw add pass all from any to any
The second line depends on your interface and assumes that you've updated
The second line depends on your interface (change ed0 as appropriate)
and assumes that you've updated
.Pa /etc/services
as above. If you specify real firewall rules, it's best to specify
line 2 at the start of the script so that
with the natd entry as above. If you specify real firewall rules, it's
best to specify line 2 at the start of the script so that
.Nm natd
sees all packets before they are dropped by the firewall. The firewall
rules will be run again on each packet after translation by