Counter Strike Dedicated server
-
Hello,
I want to setup dedicated server for cs. I already open udp port 1200,27000 to 27015 and tcp port 27030 to 27039 (NAT). All port pointing to my internal dedicated server at 192.168.1.100:27010. I also set the outbound NAT to static to port 27010(http://forum.pfsense.org/index.php/topic,6982.0.html). For LAN rules, i open all port for this server. But i still cannot list my dedicated server on the internet. Is there any configuration that i miss?
Internet<–----->PFSENSE(1.2-BETA-1)<------------------------------------>Dedicated server
External IP(STATIC):61.x.xxx.xxx IP:192.168.1.100/24
Internal IP: 192.168.1.1 windows firewall is not
Firewall: NAT: Port Forward: UDP 1200,27000 to 27015 active.
: TCP 27030 to 27039
Firewall: NAT: Outbound: STATIC 27010 192.168.1.0/24
Firewall: Rules: LAN: * 192.168.1.100 * * * *
Firewall: Rules: WAN: TCP * * 192.168.1.100 27030 - 27039 *
UDP * * 192.168.1.100 27000 - 27015 *
UDP * * 192.168.1.100 1200 * -
IP:192.168.1.100/24
Hmm… to be sure, did you assign the lan interface to 192.168.1.1/24 as 192.168.1.100 is a /32
else it's looks fine though i never played cs -
Thank you for quick reply :) .I confirm there is no issue with those ip address.
Should i upgrade my PFsense?Dedicated server
IP:192.168.1.100
subnet mask:255.255.255.0 = /24
GW:192.168.1.1
windows firewall is not
active.PFsense
External IP:61.x.xxx.xxx
External subnet mask: 255.255.255.252 = /30
External GW:61.x.xxx.1
Internal IP: 192.168.1.1
Internal subnet mask: 255.255.255.0 = /24 -
Maybe it's more clear if you post screenshots of the rules you created (on LAN, on WAN, the NAT-forwardings and the AoN rules)
Per text it's kind of hard to see if something's missconfigured.
-
-
The first 3 look good.
On the 4th is something i'm not sure it's correct.
Are you sure that the traffic originates on port 27010 on your server and that not the destination is 27010?Maybe you could try as a test if it works:
1: delete the static port rule.
2: change the second rule to static port
–> effectively applying static port to everything.If it works after this changes we know that your own AoN rule was wrong and can start finding the right rule :)
-
-
Can you describe how it "does not work"?
Are you sure that you followed the manual correctly on configuring your server to register himself on the public list?