|
hi i coul make server with a normal odem but now i changedof company and i have a ADSL modem and i now i cant create a server, i can but ppl can enter i port forwared 26016 and not funtion and tried anything bu no funtion can anyone help me please? thx alot best egards nectar :D
I love cows and monkeys including cookies :D
|
|
|
|
≡
|
2010 Mar 23 at 21:44 UTC
|
|
|
Rockbomb
Dog fucker (but in a good way now)
2009 Nov 14 • 2045
|
Check and see if your router has NAT. If it does... sorry.
|
|
|
|
≡
|
2010 Mar 23 at 22:16 UTC
— Ed. 2010 Mar 23 at 22:16 UTC
|
|
|
|
|
|
|
|
≡
|
2010 Mar 23 at 22:50 UTC
|
|
|
|
how i check if it have NAT and why whoa?
I love cows and monkeys including cookies :D
|
|
|
|
≡
|
2010 Mar 24 at 00:31 UTC
|
|
|
|
dont mind about the lastpost, i read sommething about NAT and i have this IP:
192.168.2.101 so i think i have a NAT T.T i cant make servr no!!!! does anyone know were i can get a server hoster, i mean like u pay per slot for a sevrer. thx alot rock and the whoa guy or sprinkles :D
I love cows and monkeys including cookies :D
|
|
|
|
≡
|
2010 Mar 24 at 00:35 UTC
|
|
|
|
You can do it even behind a NAT, if you can log into your router/modem.
Try going to:
http://192.168.2.1/
http://192.168.1.1/
http://192.168.0.1/
One of those might be your router. If not, your router does not have a web interface or it is on a different address.
|
|
|
|
≡
|
2010 Mar 24 at 00:44 UTC
— Ed. 2010 Mar 24 at 00:45 UTC
|
|
|
Rockbomb
Dog fucker (but in a good way now)
2009 Nov 14 • 2045
|
superjer said: You can do it even behind a NAT, if you can log into your router/modem.
Try going to:
http://192.168.2.1/
http://192.168.1.1/
http://192.168.0.1/
One of those might be your router. If not, your router does not have a web interface or it is on a different address.
I have a NAT'd router, and I have a lot of trouble with port forwarding. Its very limiting to which ports it will actually let me forward, it blocks most of my listening ports completely. And if I disable NAT, I lose my internet connection
This only way I have thought of to get around it is use a VPS, but those are expensive
|
|
|
|
≡
|
2010 Mar 24 at 01:40 UTC
|
|
|
|
Most routers are crap. I got fed up and bought this D-Link "Gaming Router" which actually has built in port mappings for a lot of games. It's pretty cool.
If you can get into your router it is worth a try to assign the needed ports to your computer and see if you can run the game. I think.
|
|
|
|
≡
|
2010 Mar 24 at 17:40 UTC
|
|
|
|
ok i got a TP-LINK one and my prot is 192.168.2.2 and i can port forward but after i port forward nothing happens i port forward 27016 all and the IP i got in HLDS if u want a image tell me i willg et one
I love cows and monkeys including cookies :D
|
|
|
|
≡
|
2010 Mar 24 at 21:16 UTC
|
|
|
Rockbomb
Dog fucker (but in a good way now)
2009 Nov 14 • 2045
|
nectar said: ok i got a TP-LINK one and my prot is 192.168.2.2 and i can port forward but after i port forward nothing happens i port forward 27016 all and the IP i got in HLDS if u want a image tell me i willg et one
Whats the exact model of your router? I'll take a look at it.
|
|
|
|
≡
|
2010 Mar 24 at 21:28 UTC
|
|
|
|
is a TP-LINK model TL-WR514G
I love cows and monkeys including cookies :D
|
|
|
|
≡
|
2010 Mar 25 at 20:32 UTC
|
|
|
|
so no one could solve it ? T.T
I love cows and monkeys including cookies :D
|
|
|
|
≡
|
2010 Mar 29 at 01:26 UTC
|
|
|
|
Can you post a screen of the configuration you set?
Unless your router just doesn't work, forwarding your PC.IP:27016 to ROUTER.IP:27016 should work perfectly.
Are you positive you chose the correct internal IP to match your PC? And did you verify it matches ipconfig?
Also, make sure to allow access in your firewall if you have one.
|
|
|
|
≡
|
2010 Mar 29 at 01:39 UTC
|
|
|
Rockbomb
Dog fucker (but in a good way now)
2009 Nov 14 • 2045
|
nectar said: so no one could solve it ? T.T
Sorry, I was gone since Thursday, just got back...
If you made a typo and its actually a TL-WR541G, then it does infact have NAT, and I hate to say it, but I don't know any way to get around that.
|
|
|
|
≡
|
2010 Mar 29 at 01:49 UTC
|
|
|
jrkookid
Half Irish, half NOT FUNNY
2007 May 27 • 1415
110 ₧
|
What does a NAT do exactly?
|
|
|
|
≡
|
2010 Mar 29 at 06:24 UTC
|
|
|
|
NAT means "Network Address Translation" and it is a way to get multiple computers on the Internet with just one IP address.
You only get one IP address at your house even if you have multiple computers. But every computer needs its own IP to communicate on the Internet.
With NAT, only your router is connected directly to the Internet. Your computers have to talk through it. In order to keep track of everything, the router assigns ports to each computer in your house every time they need to make a connection.
When a packet comes in from the Internet to your router, it knows which computer to forward it to by the port. Obviously, this means the same port (exposed to the Internet) can't be used by more than one computer on your network.
So in order to run a server behind a NAT'ing router, you need to tell the router that all incoming traffic, for example, into port 27016 needs to be forwarded to your game server computer. Because you are running the game server on port 27016 and that's where people connecting expect to find it.
Hope that wasn't too confusing.
|
|
|
|
≡
|
2010 Mar 29 at 07:18 UTC
— Ed. 2010 Mar 29 at 07:19 UTC
|
|
|
|
superjer said: Can you post a screen of the configuration you set?
Unless your router just doesn't work, forwarding your PC.IP:27016 to ROUTER.IP:27016 should work perfectly.
Are you positive you chose the correct internal IP to match your PC? And did you verify it matches ipconfig?
Also, make sure to allow access in your firewall if you have one.
What u mean? that i tae a screenshot of the IPCONFIG bat with the ther router page (port forward part) and/or the HLDS server thing?
I love cows and monkeys including cookies :D
|
|
|
|
≡
|
2010 Mar 29 at 23:56 UTC
|
|
|
|
So if no one replies i think theres no solution? so i will waste money, does anyone know how to fix this or a good C1.6 server hoster? i mea like xfactorservers or something that is cheap and cool
I love cows and monkeys including cookies :D
|
|
|
|
≡
|
2010 Apr 4 at 18:32 UTC
|
|
|
|
nectar said: What u mean? that i tae a screenshot of the IPCONFIG bat with the ther router page (port forward part) and/or the HLDS server thing?
Sorry -- I didn't see your post. Screenshot of router config web page might clear it up. Or maybe your router just sucks.
|
|
|
|
≡
|
2010 Apr 4 at 20:08 UTC
|
|
|
|
nectar said: What u mean? that i tae a screenshot of the IPCONFIG bat with the ther router page (port forward part) and/or the HLDS server thing?
What he means is those links he supplied you with above, one of them should give you your router page like this:
Sick vid
Take a screenshot of that and post it.
|
|
|
|
≡
|
2010 Apr 4 at 20:59 UTC
|
|
|
Rockbomb
Dog fucker (but in a good way now)
2009 Nov 14 • 2045
|
|
|
|
|
≡
|
2010 Apr 4 at 21:06 UTC
|
|
|
|
Yes i did those port forwards too before starting this topic, i port forwarded 27016 with the ip addres 192.168.2.102 and it doesnt funtions, i have tried with another ADSL modems and no but this router have funtion with a motorola modem, id ont know what happpen
I love cows and monkeys including cookies :D
|
|
|
|
≡
|
2010 Apr 5 at 01:32 UTC
|
|
|
|
Show us your config then.
|
|
|
|
≡
|
2010 Apr 5 at 01:50 UTC
|
|
|
|
What u eman with configs?
I love cows and monkeys including cookies :D
|
|
|
|
≡
|
2010 Apr 5 at 23:18 UTC
|
|
|
|
|
|
|
|
≡
|
2010 Apr 6 at 02:36 UTC
|
|
|
|