Author Topic: How to host a G-mod server  (Read 2452 times)

then it won't work. Get a lynksis e300.
You're stupid, just because a website doesn't have the guide for it doesn't mean it will not work.

You're stupid, just because a website doesn't have the guide for it doesn't mean it will not work.
Witht taht being said, any tutorial for my router?

If you look at other routers' guides you might be able to understand how to do it for your own. it's all basically the same.

Okay so i went with the closest router they had, so i got this.
Code: [Select]
#
# Telnet to Router and enter provided username and password
# Then follow these steps to setup port forwards
#

#
# To enter Admin Mode ( will require root password )
#

Type enable at the prompt

#
# To show currently configured Interfaces ( there could be several )
#

Type show ip interface at the prompt.

#
# To show Current Port Forwards on Router

Type show ip nat translations at the prompt.

#
# To Enter Configuation Mode
#

Type configure at the prompt.

#
# To add Port Forwarding rules modify then type the following commands at the prompt.
# Note: "BVI1" was the found interface name from running command "show ip interface"
#

ip nat inside source static (TCPorUDP) (YourCompsIP) (PortToForward) interface BVI1 (PortToForward)

#
# To forward port 3389 TCP to the computer that had the 172.16.2.60 ip address you would do the following.
#

ip nat inside source static tcp 172.16.2.60 3389 interface BVI1 3389

#
# End Configure Session
#

Press CTRL-Z

#
# Once you have entered the config, test it out and if it works,
# issue this command to make it persistent:
#

copy run start

#
# When it says
#
# Destination filename [startup-config]?
# just press enter.

Thanks goes out to

Aaron Saunders
Senior Software Developer
BodyShop Management Systems

for writing and submitting this guide!


To test if your port has been properly forwarded, you can use our Port Checker tool.
I must be handicapped because i don't get it where to start or anything...


Go to
http://192.168.1.1
If it asks for username/password, put in admin as the password, keep username blank, and enter it.
Find portforwarding stuff, then forward the required ports by entering them in the forms/blanks you need.

my PC, ps3, games, tablet, and video camera....... next will be my Zune HD :D

You're pretty loving spoiled.


Go to
http://192.168.1.1
If it asks for username/password, put in admin as the password, keep username blank, and enter it.
Find portforwarding stuff, then forward the required ports by entering them in the forms/blanks you need.
What are the required ports though and like what do i fill out in the prt forwarding box and stuff.... i knew how to get to that...
You're pretty loving spoiled.


Your an idiot i pay for them but i dont do it in full i make a thing called payments.... where i pay amounts of it over time...

What are the required ports though and like what do i fill out in the prt forwarding box and stuff.... i knew how to get to that..

What I have forwarded...
Quote
TCP     27000-27015
TCP    27020-27039
UDP    1200
UDP    27015
UDP    27020

What I have forwarded...
K but like what would i put for where it says the programs name or whatever?

That doesn't really matter at all, you should just put "GMod".

K but like what would i put for where it says the programs name or whatever?

nevermind i got it this router is different then our old one...

What I have forwarded...
for the UDP umm is that external or internal?

edit-nevermind again..
« Last Edit: May 23, 2010, 05:47:23 PM by duke 838 »