> -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Justin > Sent: 03 November 2005 22:19 > To: [email protected] > Subject: Re: [hlds] changing the port > > -- > -- > [ Picked text/plain from multipart/alternative ] ok yes it is > DSL and it is to a modem its westel 6100 > > it says the ip is 192.168.1.46:27034 on the computer the
This is inside the lan, your external IP will always be the same as what is show to you at http://www.whatismyip.org > server is running on but when i connect to it on my other > computer ( Diffrent internet > (notlan)) > this ip is 138.89.241.81:50615 This is a NAT bust. Get your ports forwarded from the outer most router, to each router along the way until your server. A simplistic shorthand ascii diagram: {INTERNET (ANY:ANY)} -> [GATEWAY (138.89.241.81:27034 + 192.168.1.1?)] -> [POSSIBLY MORE ROUTERS HERE] -> [SERVER (192.168.1.46:27034)] To find out about routers on the way, do a tracert to somewhere, i.e. google. One of the hops will contain your gateway router. You can most likely make a rapid judgement which is your gateway router from the packet latency, as you see here, the gateway is my first hop, the next hop (first ISP IP hardware) takes a full 12ms average. $tracert -d 83.146.21.27 Tracing route to 83.146.21.27 over a maximum of 30 hops 1 <1 ms <1 ms <1 ms 192.168.200.1 2 11 ms 12 ms 13 ms 83.146.18.100 3 10 ms 10 ms 9 ms 83.146.16.62 4 11 ms 11 ms 11 ms 83.146.19.22 5 11 ms 10 ms 11 ms 83.146.21.253 6 12 ms 11 ms 12 ms 83.146.21.27 Trace complete. $ In the worst case scenario, you will find that the first internet IP is not on a router you have access to, in this case you will just have to suffer the port selection you are given. > > i have no clue what to do > -justin > > -------Original Message------- > > From: Ook > Date: 11/02/05 22:36:09 > To: [email protected] > Subject: Re: [hlds] changing the port > > Verizon. Probably DSL. What kind of modem do you have? Follow > the network cable that comes out of the back of your computer > (server). Where does it go? What is it plugged into? Describe > it for us. > > ----- Original Message ----- > From: "Justin" <[EMAIL PROTECTED]> > To: <[email protected]> > Sent: Wednesday, November 02, 2005 3:40 PM > Subject: Re: [hlds] changing the port > > > > -- > > -- > > [ Picked text/plain from multipart/alternative ] ok well i have > > Verizon for my server i put the port as 27034 but when i go on my > > other computer the ip is like 50372 i have two computers with 2 > > internets > > > > -------Original Message------- > > > > From: [EMAIL PROTECTED] > > Date: 11/02/05 16:58:23 > > To: [email protected] > > Subject: Re: [hlds] changing the port > > > > How are you connected to the Internet? If your machines IP > address is > > 192.168.xxx.xxx, then you are behind a router. It's only a > question of > > where the router is, and is quite likely built into your > modem. What > > kind of Internet connection do you have, what kind of Modem do you > > have? > > > > To answer your question, the -port 27035 goes on the > command line you > > use to start your server. If you have a shortcut on your > desktop, then > > edit the shortcut and add it to the end of the target field, so you > > have something like this: > > > > hlds.exe -game cstrike -port 27035 > > > > ----- Original Message ----- > > From: "Justin" <[EMAIL PROTECTED]> > > To: <[email protected]> > > Sent: Wednesday, November 02, 2005 12:48 PM > > Subject: Re: [hlds] changing the port > > > > > >> -- > >> -- > >> [ Picked text/plain from multipart/alternative ] i dont have a > >> roughter but were to i put -port 27035 > >> > >> > >> -------Original Message------- > >> > >> From: [EMAIL PROTECTED] > >> Date: 11/01/05 11:03:00 > >> To: [email protected] > >> Subject: Re: [hlds] changing the port > >> > >> And forward the port from your router to the box running > the server. > >> And check router and modem firewall settings. > >> > >>> You add to the command line -port 27035 or whatever you will use. > >>> > >>> Mark, > >>> www.TeamRtb.co.uk > >>> > >>> > >>>> how do i change the server's port its like 57036 and i > want it to > >>>> be like > >>>> 27018 or 27035 > >>>> > >>>> please help its for cs 1.6 > >>>> -- > >>>> [ BackGrnd.jpg of type image/jpeg deleted ] > >>> > >>> > >>> _______________________________________________ > >>> To unsubscribe, edit your list preferences, or view the list > >>> archives, please visit: > >>> http://list.valvesoftware.com/mailman/listinfo/hlds > >> > >> > >> _______________________________________________ > >> To unsubscribe, edit your list preferences, or view the list > >> archives, please visit: > >> http://list.valvesoftware.com/mailman/listinfo/hlds > >> > >> -- > >> [ BackGrnd.jpg of type image/jpeg deleted ] > >> -- > >> > >> > >> > >> _______________________________________________ > >> To unsubscribe, edit your list preferences, or view the list > >> archives, please visit: > >> http://list.valvesoftware.com/mailman/listinfo/hlds > > > > > > _______________________________________________ > > To unsubscribe, edit your list preferences, or view the > list archives, > > please visit: > > http://list.valvesoftware.com/mailman/listinfo/hlds > > > > -- > > [ BackGrnd.jpg of type image/jpeg deleted ] > > -- > > > > > > > > _______________________________________________ > > To unsubscribe, edit your list preferences, or view the > list archives, > > please visit: > > http://list.valvesoftware.com/mailman/listinfo/hlds > > > _______________________________________________ > To unsubscribe, edit your list preferences, or view the list > archives, please visit: > http://list.valvesoftware.com/mailman/listinfo/hlds > > -- > [ BackGrnd.jpg of type image/jpeg deleted ] > -- > > > > _______________________________________________ > To unsubscribe, edit your list preferences, or view the list > archives, please visit: > http://list.valvesoftware.com/mailman/listinfo/hlds _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlds

