Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
06-10-2001, 01:04 AM
|
#1
|
LQ Newbie
Registered: May 2001
Posts: 8
Rep:
|
*Newbie Alert*
Hi, everyone. I've finally made the Linux plunge. I've got a rudimentary OpenLinux web server sitting behind a DSL router. I'm now trying to set up a CounterStrike server, but I can't get the thing to authenticate with the WON servers. I'm told it's because it's sitting behind a firewall/proxy, and that I need to "open" the default port (27015) for CounterStrike.
How?
Any help will be appreciated...
Thanks!
|
|
|
06-10-2001, 01:22 AM
|
#2
|
Senior Member
Registered: May 2001
Location: Left Coast - Canada
Distribution: s l a c k w a r e
Posts: 2,731
Rep:
|
Quote:
Originally posted by Yawmark
*Newbie Alert*
Hi, everyone. I've finally made the Linux plunge. I've got a rudimentary OpenLinux web server sitting behind a DSL router. I'm now trying to set up a CounterStrike server, but I can't get the thing to authenticate with the WON servers. I'm told it's because it's sitting behind a firewall/proxy, and that I need to "open" the default port (27015) for CounterStrike.
How?
Any help will be appreciated...
Thanks!
|
Does your router implement any firewalling? (What kind is it?)
Is your OpenLinux acting as a firewall (ipchains or iptables)
If you're using ipchains you can see what's being firewalled/redirected by using 'ipchains -L'.
BTW - what's counterstrike?
|
|
|
06-10-2001, 01:36 AM
|
#3
|
LQ Newbie
Registered: May 2001
Posts: 8
Original Poster
Rep:
|
It's a Cisco 678 - no firewall.
ipchains -L barfs out a bunch of info I don't understand. Nothing appears to be firewalled or redirected. How does one "delete" an entry from ipchains?
Counterstrike is a modification to Half-Life, a popular 1st-person shooter game.
|
|
|
06-10-2001, 01:38 AM
|
#4
|
LQ Newbie
Registered: May 2001
Posts: 8
Original Poster
Rep:
|
Okay, I RTFM'd and figured out how to delete, but I'm still unsure how to configure incoming and outgoing :27105.
|
|
|
08-23-2001, 03:20 PM
|
#5
|
Member
Registered: Aug 2001
Location: Salt Lake City, UT
Distribution: REDHAT 7.1
Posts: 32
Rep:
|
FIREWALL
RED HAT Has an RPM called firewall config. It's a graphical interface to manage your firewall. I also host a CS server and have going through everything you have. Drop me an e-mail.
Ryan
|
|
|
10-11-2001, 12:12 AM
|
#6
|
LQ Newbie
Registered: Oct 2001
Location: Montreal, Quebec
Posts: 2
Rep:
|
Quote:
Originally posted by Yawmark
It's a Cisco 678 - no firewall.
ipchains -L barfs out a bunch of info I don't understand. Nothing appears to be firewalled or redirected. How does one "delete" an entry from ipchains?
Counterstrike is a modification to Half-Life, a popular 1st-person shooter game.
|
The following example adds an entry to the NAT table that routes external requests destined for IP address 192.168.0.100 on port 322 to the internal station at IP address 10.10.10.100 on port 211.
set nat entry add 10.10.10.100 211 192.168.0.100 322 tcp
In your case, replace port 322 for port 27015. I didn't have the chance of working with this piece of hardware yet (i work with routers & switches, IOS & CatOS) but if it's like the regular Cisco stuff, you should logon in privileged mode (enable + return), enter the privileged password & go into config mode (config t + return). After, you enter the NAT command(s) and finally quit + enter. Save your config with the "write" command.
Hope this help.
|
|
|
10-11-2001, 07:27 AM
|
#7
|
LQ Newbie
Registered: Oct 2001
Distribution: Redhat 7.1
Posts: 11
Rep:
|
ok from your question I am asuming the linux box is running the counterstrike server and is behing a DSL router and when you fire up the counterstrike server it isn't getting the responce from WON.
you should not have to do anything with your linux box it is the router that is stoping the responce forward the ports in the router to the linux box and all should be fine
|
|
|
10-11-2001, 09:05 AM
|
#8
|
LQ Newbie
Registered: Oct 2001
Location: Montreal, Quebec
Posts: 2
Rep:
|
Quote:
Originally posted by crimson69666
The following example adds an entry to the NAT table that routes external requests destined for IP address 192.168.0.100 on port 322 to the internal station at IP address 10.10.10.100 on port 211.
set nat entry add 10.10.10.100 211 192.168.0.100 322 tcp
In your case, replace port 322 for port 27015. I didn't have the chance of working with this piece of hardware yet (i work with routers & switches, IOS & CatOS) but if it's like the regular Cisco stuff, you should logon in privileged mode (enable + return), enter the privileged password & go into config mode (config t + return). After, you enter the NAT command(s) and finally quit + enter. Save your config with the "write" command.
Hope this help.
|
I forgot to say that games usually use UDP instead of TCP.
|
|
|
All times are GMT -5. The time now is 03:27 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|