PDA

View Full Version : OpenBSD Firewalls


spalthi
10-14-2008, 07:27 PM
running pf, you likely have the following entry in your /etc/pf.conf file:
(these are in addition the standard port forwarding rules with port 9000...)

binat on $ext_if from 10.0.0.4 to 12.129.18.0/24 -> $ext_if

whereas $ext_if is the external inferface
whereas 10.0.0.4 is the internal ip address of the machine that does the playing.
whereas 12.129.18.0/24 was the known subnet for the game servers.

with the server move, the entry will need to be updated to:

binat on $ext_if from 10.0.0.4 to 8.8.137.192/27 -> $ext_if

Changing this now allows me to connect, update, and get into the game for all servers.

I'd like to get feedback from Turbine on whether or not this subnet is static, complete, or overly broad.