Re: [hlds_linux] question on if this is normal (-ip/+ip)

2005-03-13 Thread Chris Jones
Original message from ploc:

> yeah gave me a error that it couldn't bind to that ip or something I
> figured it was just that im using cable threw a router so figured it
> couldn't bind it cause the ip wasn't actually accessable threw that
> computer or that computer didn't know the ip as its own

You cannot bind to an IP that isn't the IP of one of the interfaces on
the machine itself; this is a fundamental of the IP protocol, not a
limitation of the srcds/hlds.

If you are behind NAT, you need to forward the ports of the external IP
to one of your interfaces and bind to its IP.  If you are unable to do
this, you are not able to host anything the Internet can see and are
SOL.


--
Chris

___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux


Re: [hlds_linux] question on if this is normal (-ip/+ip)

2005-03-13 Thread ploc
yeah gave me a error that it couldn't bind to that ip or something I
figured it was just that im using cable threw a router so figured it
couldn't bind it cause the ip wasn't actually accessable threw that
computer or that computer didn't know the ip as its own
On Sun, 2005-03-13 at 17:31 -0600, List Keeper wrote:
> One thing I did noticed was that -port worked for HLDS, but -ip would not so 
> I figured it was just a bug.
>
>
> On Sunday, March 13, 2005 05:04 PM [GMT-06:00],
> David Fencik <[EMAIL PROTECTED]> wrote:
>
> > It was posted by Eric that the cl syntax was changed for srcds.  For
> > hl1, use +ip, +port, and +maxplayers.  For src, use -ip, -port, and
> > -maxplayers.
> >
> > Dave
> >
> > -Original Message-
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED] On Behalf Of List
> > Keeper
> > Sent: Sunday, March 13, 2005 5:54 PM
> > To: hlds_linux@list.valvesoftware.com; hlds@list.valvesoftware.com
> > Subject: Re: [hlds_linux] question on if this is normal (-ip/+ip)
> >
> > It certainly is for Source (SRCDS), but for HLDS you have to use +ip.
> >
> > Perhaps it's just a bug, but on Windows HLDS -ip would not bind to the
> > specified IP; instead it would bind to the primary/main IP on the
> > dedicated server.
> >
> > I know this is the Linux list, but perhaps my experiences with the
> > Windows side helped you.
> >
> >
> > On Sunday, March 13, 2005 04:00 PM [GMT-06:00],
> > Renzo Rosales <[EMAIL PROTECTED]> wrote:
> >
> >> Use the command line option '-ip x.x.x.x' to a bind the server to a
> >> certain IP.
> >>
> >> ___
> >> To unsubscribe, edit your list preferences, or view the list
> >> archives, please visit:
> >> http://list.valvesoftware.com/mailman/listinfo/hlds_linux
> > ___
> > To unsubscribe, edit your list preferences, or view the list archives,
> > please visit:
> > http://list.valvesoftware.com/mailman/listinfo/hlds_linux
> >
> >
> > ___
> > To unsubscribe, edit your list preferences, or view the list
> > archives, please visit:
> > http://list.valvesoftware.com/mailman/listinfo/hlds_linux
> ___
> To unsubscribe, edit your list preferences, or view the list archives, please 
> visit:
> http://list.valvesoftware.com/mailman/listinfo/hlds_linux


___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux


Re: [hlds_linux] question on if this is normal (-ip/+ip)

2005-03-13 Thread List Keeper
One thing I did noticed was that -port worked for HLDS, but -ip would not so I 
figured it was just a bug.


On Sunday, March 13, 2005 05:04 PM [GMT-06:00],
David Fencik <[EMAIL PROTECTED]> wrote:

> It was posted by Eric that the cl syntax was changed for srcds.  For
> hl1, use +ip, +port, and +maxplayers.  For src, use -ip, -port, and
> -maxplayers.
>
> Dave
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of List
> Keeper
> Sent: Sunday, March 13, 2005 5:54 PM
> To: hlds_linux@list.valvesoftware.com; hlds@list.valvesoftware.com
> Subject: Re: [hlds_linux] question on if this is normal (-ip/+ip)
>
> It certainly is for Source (SRCDS), but for HLDS you have to use +ip.
>
> Perhaps it's just a bug, but on Windows HLDS -ip would not bind to the
> specified IP; instead it would bind to the primary/main IP on the
> dedicated server.
>
> I know this is the Linux list, but perhaps my experiences with the
> Windows side helped you.
>
>
> On Sunday, March 13, 2005 04:00 PM [GMT-06:00],
> Renzo Rosales <[EMAIL PROTECTED]> wrote:
>
>> Use the command line option '-ip x.x.x.x' to a bind the server to a
>> certain IP.
>>
>> ___
>> To unsubscribe, edit your list preferences, or view the list
>> archives, please visit:
>> http://list.valvesoftware.com/mailman/listinfo/hlds_linux
> ___
> To unsubscribe, edit your list preferences, or view the list archives,
> please visit:
> http://list.valvesoftware.com/mailman/listinfo/hlds_linux
>
>
> ___
> To unsubscribe, edit your list preferences, or view the list
> archives, please visit:
> http://list.valvesoftware.com/mailman/listinfo/hlds_linux
___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux


RE: [hlds_linux] question on if this is normal (-ip/+ip)

2005-03-13 Thread David Fencik
It was posted by Eric that the cl syntax was changed for srcds.  For
hl1, use +ip, +port, and +maxplayers.  For src, use -ip, -port, and
-maxplayers.

Dave

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of List
Keeper
Sent: Sunday, March 13, 2005 5:54 PM
To: hlds_linux@list.valvesoftware.com; hlds@list.valvesoftware.com
Subject: Re: [hlds_linux] question on if this is normal (-ip/+ip)

It certainly is for Source (SRCDS), but for HLDS you have to use +ip.

Perhaps it's just a bug, but on Windows HLDS -ip would not bind to the
specified IP; instead it would bind to the primary/main IP on the
dedicated server.

I know this is the Linux list, but perhaps my experiences with the
Windows side helped you.


On Sunday, March 13, 2005 04:00 PM [GMT-06:00],
Renzo Rosales <[EMAIL PROTECTED]> wrote:

> Use the command line option '-ip x.x.x.x' to a bind the server to a
> certain IP.
>
> ___
> To unsubscribe, edit your list preferences, or view the list
> archives, please visit:
> http://list.valvesoftware.com/mailman/listinfo/hlds_linux
___
To unsubscribe, edit your list preferences, or view the list archives,
please visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux


___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux


Re: [hlds_linux] question on if this is normal (-ip/+ip)

2005-03-13 Thread List Keeper
It certainly is for Source (SRCDS), but for HLDS you have to use +ip.

Perhaps it's just a bug, but on Windows HLDS -ip would not bind to the 
specified IP; instead it would bind to the primary/main IP on the dedicated 
server.

I know this is the Linux list, but perhaps my experiences with the Windows side 
helped you.


On Sunday, March 13, 2005 04:00 PM [GMT-06:00],
Renzo Rosales <[EMAIL PROTECTED]> wrote:

> Use the command line option '-ip x.x.x.x' to a bind the server to a
> certain IP.
>
> ___
> To unsubscribe, edit your list preferences, or view the list
> archives, please visit:
> http://list.valvesoftware.com/mailman/listinfo/hlds_linux
___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux