Typo in firewall article #39

Closed
opened 2024-08-30 08:36:16 +00:00 by BlakeRain · 0 comments
Owner

Somebody has told me of an error in the article:

In section 3.2 (Router Configuration) you have the following two lines,

# sysctl net.inet.ip.forwarding=1
# echo 'net.inet.ip.fowrarding=1' >> /etc/sysctl.conf

The second line was the cause as you have "fowrarding", not "forwarding". So it should read,

# echo 'net.inet.ip.forwarding=1' >> /etc/sysctl.conf
Somebody has told me of an error in the article: > In section 3.2 (Router Configuration) you have the following two lines, > > ``` > # sysctl net.inet.ip.forwarding=1 > # echo 'net.inet.ip.fowrarding=1' >> /etc/sysctl.conf > ``` > > The second line was the cause as you have "fowrarding", not "forwarding". So it should read, > > ``` > # echo 'net.inet.ip.forwarding=1' >> /etc/sysctl.conf > ```
BlakeRain added the
bug
label 2024-08-30 08:36:16 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: BlakeRain/blakerain.com#39
No description provided.