Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 03-18-2005, 01:45 AM   #1 (permalink)
 
Newb Techie

Join Date: Mar 2005

Posts: 5

Brettshizzal

Send a message via AIM to Brettshizzal
Unhappy Ip address!!! :'( cs server

Im trying to run a Dedicated Server for counter-strike:source and.. the ip address is always 192.xxx.xxx.xxx:27015 or 168.xxx.xxx.xxx:27015 I want my IP to be accessable for others that arent on my LAN so maybe like a 68.xxx.xxx.xxx:27015 I running Comcast Cable and a D-LINK DI-604 and I just wanna know how to set it up so the IP's work outside the house... thanks. .... MSG me on aim or post here doesnt matter but I need this pretty quick any help will be appreciated.
Brettshizzal is offline  
Old 03-18-2005, 11:41 AM   #2 (permalink)
 
True Techie

Join Date: Jan 2005

Posts: 240

bigbmxdave

Default

that doesnt look like your IP is static. you need to sort that out with your ISP otherwise you;ll need to tell everyone the IP of your server everytime you shut it on and off.
__________________
Cure for Boredom
bigbmxdave is offline  
Old 03-18-2005, 12:11 PM   #3 (permalink)
 
Newb Techie

Join Date: Feb 2005

Posts: 29

jirwin

Default

For Win2000 or WinXP
Click on Start
Click on Run
Type: cmd and then press enter
Type in ipconfig and press enter
Verify if user is receiving a valid IP Address – If Not
Type ipconfig /release and press enter
Then type ipconfig /renew and press enter
Wait until the renew finishes and Verify if user received a valid IP back
Check for connectivity

For Win95, 98, & ME
Click on Start
Click on Run
Type: winipcfg and then press enter
Select the Ethernet adapter from the drop down menu
Verify if user is receiving a valid IP Address – If Not
Click Release All, then Click Renew All
Click on OK and check for connectivity (Valid IP)
jirwin is offline  
Old 03-18-2005, 12:18 PM   #4 (permalink)
 
Newb Techie

Join Date: Feb 2005

Posts: 26

langers

Send a message via ICQ to langers
Default

I am guess that you are actually seeing your IP as 192.168.XXX.XXX etc. this is a non internet routable address so it sounds like you are NATing your internet address to the real IP your IP assigns to you, is this correct?
If this is the case you will need to setup a form of port forwarding in your internet router that will translate your real internet IP (currently assigned to your router) to the internal 192.168 IP address of your server.
This is usually easy to do

if you are receiving the default 169 type address this usualy implies that you are receiving no IP address at all, the 169 type address is the default assigned by windows when no DHCP address or static IP is configured... check your cabling and make sure everything is happy on your network
langers is offline  
Old 03-18-2005, 05:18 PM   #5 (permalink)
 
True Techie

Join Date: Dec 2004

Posts: 116

B34ST1Y

Send a message via AIM to B34ST1Y
Default

As langers said, yes you will need to access your router ( http://192.168.0.1 if it's a linksys but check your user manual for the actual IP if that isn't it ) and access a feature called "port\IP forwarding." That tells the router that if any computer outside attempts to access that data, then it will forward it to your internal address on your LAN.
__________________
Minneapolis Computer Repair http://altrepair.com
B34ST1Y is offline  
Old 03-18-2005, 05:38 PM   #6 (permalink)
 
Newb Techie

Join Date: Mar 2005

Posts: 5

Brettshizzal

Send a message via AIM to Brettshizzal
Default

You mean this???? i dont know how to configure this... maybe you could post wat i need to type the server will run off of Port 27015

LOOK AT THIS SCREEN SHOT!!! please :-)

Brettshizzal is offline  
Old 03-18-2005, 06:30 PM   #7 (permalink)
 
Lord Techie

Join Date: Jan 2005

Posts: 8,025

DJ-CHRIS is on a distinguished road

Send a message via AIM to DJ-CHRIS
Default

I will help ya with settings on this a bit later. You can add me to my msn or aim which should be in my profile.

I am going to port foward a CS server in a DI-514 which is basicly the same as yours.
DJ-CHRIS is offline  
Old 03-18-2005, 11:12 PM   #8 (permalink)
Capricorn's Avatar
 
Super Techie

Join Date: Aug 2004

Location: Northern VA

Posts: 372

Capricorn

Default

That page is similar to mine, so I would bet you click on the radio button "Enabled" to enable port forwarding (a.k.a. virtual server, I guess).

The fields on the top let you create new virtual servers (i.e., new firewall rules). You'll need to add (at least) one for CS.

The Name is just any name you want to appear in that list you see at the bottom. It's there so you'll later know why you added it. Try something like "CS Server Setting 1" for that.

Private IP is the IP address of the machine you are hosting the server on. That's the 192.168.x.x address you have.

Protocol is TCP, UDP, or Both - at least on mine. CS uses UDP, but you can try Both is DLink has that.

Private port is the port number you run CS at on your internal server machine. 27015 is fine.

Public port is the port you want the rest of the world to contact your CS server on. 27015 is probably expected.

Click the radio button "Always" unless you want to set up a schedule.

Press Apply to add the new rule to the list.

You might have to check it to turn the rule on or maybe that's done automatically when you hit Apply.

For CS, I think you might need to port forward 27020, too as well as 27015. It seems that I had to do that. Just add a second rule like "CS Server Setting 2" and enable it.

Browse to WhatIsMyIP to find out what your pubic IP address is. If you are using dynamic IP addressing with your ISP, which I think you are, that will change from time to time. This is the address that you tell your friends to connect to.

If DJ-Chris has a DLink router, he can probably give you more specifics. What's above should be close.
__________________
Case: Enermax CS-A106USB
P/S: OCZ OCZ700GXSSLI 700W
Motherboard: ASUS P5N32-E SLI
CPU: Intel E6300(idle 35C/load 39C)
RAM: OCZ Platinum Rev 2 DDR2 800 MHz (4 x 1GB) 4-4-4-15-T1 (2.1v)
Hard Disk: Seagate 2x250GB SATA ST3250620AS in RAID1
Monitor: Mitsubishi DP900u
Graphics: BFG GeForce 8800GT PCI-E
Sound: SoundBlaster X-Fi Fatal1ty
Speakers: Klipsch ProMedia v.2-400 4.1 speakers
Optical: LiteOn 16X DVD-ROM; Sony DRU-710A DVD-RW
Capricorn is offline  
Old 03-20-2005, 04:13 PM   #9 (permalink)
 
Newb Techie

Join Date: Mar 2005

Posts: 5

Brettshizzal

Send a message via AIM to Brettshizzal
Default

Thanks guys i got it working :-D u guys are the best...

67.168.112.131:27015
if u wanna play :-D
or visit the site www.t3k9.tk
Brettshizzal is offline  
Old 03-22-2005, 09:17 PM   #10 (permalink)
 
Newb Techie

Join Date: Mar 2005

Posts: 39

decrypted

Send a message via AIM to decrypted
Default

Quote:
Originally posted by B34ST1Y
As langers said, yes you will need to access your router ( http://192.168.0.1 if it's a linksys but check your user manual for the actual IP if that isn't it ) and access a feature called "port\IP forwarding."
i've tried to do this but i can't get into the site in order to configure anything! why won't it let me in?
decrypted is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On