Re: [hlds] "couldn't allocate any server IP port" when specifying my public IP address

2010-02-09 Thread Saul Rennison
It broadcasts a packet to the subnet, which then all servers in your subnet
respond with.

Thanks,
- Saul.


On 9 February 2010 02:47, Jerod Bennett  wrote:

> How does the list determine LAN?
>
> My Server is 10.10.10.10 / 70.169.247.109
> My IP is 172.17.0.80
>
> I don't see how it would know I'm on the same network.
>
> -Jerry
>
> On Feb 8, 2010, at 6:41 PM, Matthew Gottlieb wrote:
>
> > You will never see your own server if it's on the LAN.  Others,
> > however, should be able to see and connect to it.  Just because no one
> > joins doesn't mean it's not listed.
> >
> > ~ Matt
> > SRCDS.com
> >
> > On Mon, Feb 8, 2010 at 8:25 PM, Jerod Bennett  wrote:
> >> That's really strange.
> >>
> >> And I don't want to hijack this thread, but when I posted a similar
> question before about the server list, I was given the impression that I was
> SOL.
> >>
> >> My server shows up here:
> http://www.game-monitor.com/search.php?search=jerry
> >>
> >> But, it has never showed up in the Server List even though the following
> is in my log:
> >>
> >> Adding master server 68.142.72.250:27011
> >> Adding master server 72.165.61.189:27011
> >> Connection to Steam servers successful.
> >>   VAC secure mode is activated.
> >>
> >> Thoughts?
> >>
> >> -Jerry
> >>
> >>
> >> On Feb 8, 2010, at 5:25 PM, Michael Krasnow wrote:
> >>
> >>> Yep matt is right
> >>>
> >>> On Mon, Feb 8, 2010 at 8:18 PM, Matthew Gottlieb <
> >>> matthew.j.gottl...@gmail.com> wrote:
> >>>
>  That's not true.  The master server recognizes the external IP, even
>  if the server is bound to a local IP.  As long as nothing is blocking
>  the heart beat, the server should show up.
> 
>  ~ Matt
>  srcds.com
> 
>  On Mon, Feb 8, 2010 at 7:02 PM, Jerod Bennett 
> wrote:
> > I think the real problem here is lack of the server showing up in the
>  server list.
> >
> > Because the server binds to a non-routeable IP like 192.168.1.100,
> when
>  it tells the master server it's IP the master server goes
> "non-routeable,
>  ignore".
> >
> > Has anyone on the list come up with a solution to get around this
>  problem?
> >
> > -Jerry
> >
> > On Feb 8, 2010, at 4:47 PM, Michael Krasnow wrote:
> >
> >> + and - are the samething in this case and yes you can only use the
> ip
> >> commandline for your lan ip unless you have no router (i have stuff
> like
> >> hamachi installed so i have to specify +ip 192.168.1.107)
> >>
> >> Mike
> >>
> >> On Mon, Feb 8, 2010 at 7:29 PM, Matthew Gottlieb <
> >> matthew.j.gottl...@gmail.com> wrote:
> >>
> >>> It's -ip not +ip.
> >>> Have you forwarded your ports? You can only set the IP to an IP the
> >>> computer actually has (in this case only your Local IP).
> >>>
> >>> On Mon, Feb 8, 2010 at 6:12 PM, Saul Rennison <
> saul.renni...@gmail.com
> >
> >>> wrote:
>  You can't bind NAT machines to public IPs. You need to forward
> Steam
>  and srcds ports on your router. +ip is for users with multiple IP
>  addresses available and want to host numerous instances of SRCDS,
> all
>  on different IPs.
> 
>  On Tuesday, February 9, 2010, Rich Allen 
> wrote:
> > Help!
> >
> > I'm trying to run a dedicated TF2 server from my home server.
>  It's a
> > dedicated server, hosting my domains and my weather station.  The
>  only
> > difference between this machine and a for-pay host is that it's
>  sittin
> > ghere in my house, behind my router, just like the rest of my
>  computers.
> >
> > I have the TF2 server set to run off of port 27016, and I have
> that
>  port
> > and 27020 both being forwarded to the server's IP using TCP and
> UDP.
> >
> > When I run srcds without the +ip option, the server starts up
> fine
>  but
> > it isn't visible on the server list (I have a buddy check for it
> from
> > his house).
> > When I run srcds with the +ip option, specifying my external IP
>  address,
> > I get the "couldn't allocate any server IP port" error message
> and
>  the
> > server won't start.
> >
> > What am I missing?
> >
> > Rich Allen
> >
> >
> > ___
> > To unsubscribe, edit your list preferences, or view the list
>  archives,
> >>> please visit:
> > http://list.valvesoftware.com/mailman/listinfo/hlds
> >
> 
>  --
> 
>  Thanks,
>  - Saul.
> 
>  ___
>  To unsubscribe, edit your list preferences, or view the list
> archives,
> >>> please visit:
>  http://list.valvesoftware.com/mailman/listinfo/hlds
> 
> >>>
> >>> _

Re: [hlds] "couldn't allocate any server IP port" when specifying my public IP address

2010-02-08 Thread Matthew Gottlieb
It's -port 27016
-hostpost doesn't work anymore afaik.

On Tue, Feb 9, 2010 at 12:46 AM, Alexander Baade  wrote:
> I also have my servers set up behind a router and had a fun time getting
> them up and visible.  Here is what works for me, hope it helps.
>
> Add the following line to your command line. You are not going to want to
> use +ip unless your server is on it's own vlan with a static IP.
>
> -hostport 27016
>
> Open these ports in your router:
>
> Ports:
> UDP 1200
> T&U 27016
> UDP 27020
>
> Ranges:
> UDP 27000 - 27014
> TCP 27030 - 27039
>
>
> On Mon, Feb 8, 2010 at 5:02 PM, Rich Allen  wrote:
>
>> Help!
>>
>> I'm trying to run a dedicated TF2 server from my home server.  It's a
>> dedicated server, hosting my domains and my weather station.  The only
>> difference between this machine and a for-pay host is that it's sittin
>> ghere in my house, behind my router, just like the rest of my computers.
>>
>> I have the TF2 server set to run off of port 27016, and I have that port
>> and 27020 both being forwarded to the server's IP using TCP and UDP.
>>
>> When I run srcds without the +ip option, the server starts up fine but
>> it isn't visible on the server list (I have a buddy check for it from
>> his house).
>> When I run srcds with the +ip option, specifying my external IP address,
>> I get the "couldn't allocate any server IP port" error message and the
>> server won't start.
>>
>> What am I missing?
>>
>> Rich Allen
>>
>>
>> ___
>> 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
>

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


Re: [hlds] "couldn't allocate any server IP port" when specifying my public IP address

2010-02-08 Thread Alexander Baade
I also have my servers set up behind a router and had a fun time getting
them up and visible.  Here is what works for me, hope it helps.

Add the following line to your command line. You are not going to want to
use +ip unless your server is on it's own vlan with a static IP.

-hostport 27016

Open these ports in your router:

Ports:
UDP 1200
T&U 27016
UDP 27020

Ranges:
UDP 27000 - 27014
TCP 27030 - 27039


On Mon, Feb 8, 2010 at 5:02 PM, Rich Allen  wrote:

> Help!
>
> I'm trying to run a dedicated TF2 server from my home server.  It's a
> dedicated server, hosting my domains and my weather station.  The only
> difference between this machine and a for-pay host is that it's sittin
> ghere in my house, behind my router, just like the rest of my computers.
>
> I have the TF2 server set to run off of port 27016, and I have that port
> and 27020 both being forwarded to the server's IP using TCP and UDP.
>
> When I run srcds without the +ip option, the server starts up fine but
> it isn't visible on the server list (I have a buddy check for it from
> his house).
> When I run srcds with the +ip option, specifying my external IP address,
> I get the "couldn't allocate any server IP port" error message and the
> server won't start.
>
> What am I missing?
>
> Rich Allen
>
>
> ___
> 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


Re: [hlds] "couldn't allocate any server IP port" when specifying my public IP address

2010-02-08 Thread Jerod Bennett
How does the list determine LAN?

My Server is 10.10.10.10 / 70.169.247.109
My IP is 172.17.0.80

I don't see how it would know I'm on the same network.

-Jerry

On Feb 8, 2010, at 6:41 PM, Matthew Gottlieb wrote:

> You will never see your own server if it's on the LAN.  Others,
> however, should be able to see and connect to it.  Just because no one
> joins doesn't mean it's not listed.
> 
> ~ Matt
> SRCDS.com
> 
> On Mon, Feb 8, 2010 at 8:25 PM, Jerod Bennett  wrote:
>> That's really strange.
>> 
>> And I don't want to hijack this thread, but when I posted a similar question 
>> before about the server list, I was given the impression that I was SOL.
>> 
>> My server shows up here: http://www.game-monitor.com/search.php?search=jerry
>> 
>> But, it has never showed up in the Server List even though the following is 
>> in my log:
>> 
>> Adding master server 68.142.72.250:27011
>> Adding master server 72.165.61.189:27011
>> Connection to Steam servers successful.
>>   VAC secure mode is activated.
>> 
>> Thoughts?
>> 
>> -Jerry
>> 
>> 
>> On Feb 8, 2010, at 5:25 PM, Michael Krasnow wrote:
>> 
>>> Yep matt is right
>>> 
>>> On Mon, Feb 8, 2010 at 8:18 PM, Matthew Gottlieb <
>>> matthew.j.gottl...@gmail.com> wrote:
>>> 
 That's not true.  The master server recognizes the external IP, even
 if the server is bound to a local IP.  As long as nothing is blocking
 the heart beat, the server should show up.
 
 ~ Matt
 srcds.com
 
 On Mon, Feb 8, 2010 at 7:02 PM, Jerod Bennett  wrote:
> I think the real problem here is lack of the server showing up in the
 server list.
> 
> Because the server binds to a non-routeable IP like 192.168.1.100, when
 it tells the master server it's IP the master server goes "non-routeable,
 ignore".
> 
> Has anyone on the list come up with a solution to get around this
 problem?
> 
> -Jerry
> 
> On Feb 8, 2010, at 4:47 PM, Michael Krasnow wrote:
> 
>> + and - are the samething in this case and yes you can only use the ip
>> commandline for your lan ip unless you have no router (i have stuff like
>> hamachi installed so i have to specify +ip 192.168.1.107)
>> 
>> Mike
>> 
>> On Mon, Feb 8, 2010 at 7:29 PM, Matthew Gottlieb <
>> matthew.j.gottl...@gmail.com> wrote:
>> 
>>> It's -ip not +ip.
>>> Have you forwarded your ports? You can only set the IP to an IP the
>>> computer actually has (in this case only your Local IP).
>>> 
>>> On Mon, Feb 8, 2010 at 6:12 PM, Saul Rennison  
>>> wrote:
 You can't bind NAT machines to public IPs. You need to forward Steam
 and srcds ports on your router. +ip is for users with multiple IP
 addresses available and want to host numerous instances of SRCDS, all
 on different IPs.
 
 On Tuesday, February 9, 2010, Rich Allen  wrote:
> Help!
> 
> I'm trying to run a dedicated TF2 server from my home server.  It's a
> dedicated server, hosting my domains and my weather station.  The
 only
> difference between this machine and a for-pay host is that it's
 sittin
> ghere in my house, behind my router, just like the rest of my
 computers.
> 
> I have the TF2 server set to run off of port 27016, and I have that
 port
> and 27020 both being forwarded to the server's IP using TCP and UDP.
> 
> When I run srcds without the +ip option, the server starts up fine
 but
> it isn't visible on the server list (I have a buddy check for it from
> his house).
> When I run srcds with the +ip option, specifying my external IP
 address,
> I get the "couldn't allocate any server IP port" error message and
 the
> server won't start.
> 
> What am I missing?
> 
> Rich Allen
> 
> 
> ___
> To unsubscribe, edit your list preferences, or view the list
 archives,
>>> please visit:
> http://list.valvesoftware.com/mailman/listinfo/hlds
> 
 
 --
 
 Thanks,
 - Saul.
 
 ___
 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
>>> 
>> ___
>> To unsubscribe, edit your list preferences, or view the list archives,
 please visit:
>> http://list.valvesoftware.com/mailman/listinfo/hlds
> 
> 
> _

Re: [hlds] "couldn't allocate any server IP port" when specifying my public IP address

2010-02-08 Thread Matthew Gottlieb
You will never see your own server if it's on the LAN.  Others,
however, should be able to see and connect to it.  Just because no one
joins doesn't mean it's not listed.

~ Matt
SRCDS.com

On Mon, Feb 8, 2010 at 8:25 PM, Jerod Bennett  wrote:
> That's really strange.
>
> And I don't want to hijack this thread, but when I posted a similar question 
> before about the server list, I was given the impression that I was SOL.
>
> My server shows up here: http://www.game-monitor.com/search.php?search=jerry
>
> But, it has never showed up in the Server List even though the following is 
> in my log:
>
> Adding master server 68.142.72.250:27011
> Adding master server 72.165.61.189:27011
> Connection to Steam servers successful.
>   VAC secure mode is activated.
>
> Thoughts?
>
> -Jerry
>
>
> On Feb 8, 2010, at 5:25 PM, Michael Krasnow wrote:
>
>> Yep matt is right
>>
>> On Mon, Feb 8, 2010 at 8:18 PM, Matthew Gottlieb <
>> matthew.j.gottl...@gmail.com> wrote:
>>
>>> That's not true.  The master server recognizes the external IP, even
>>> if the server is bound to a local IP.  As long as nothing is blocking
>>> the heart beat, the server should show up.
>>>
>>> ~ Matt
>>> srcds.com
>>>
>>> On Mon, Feb 8, 2010 at 7:02 PM, Jerod Bennett  wrote:
 I think the real problem here is lack of the server showing up in the
>>> server list.

 Because the server binds to a non-routeable IP like 192.168.1.100, when
>>> it tells the master server it's IP the master server goes "non-routeable,
>>> ignore".

 Has anyone on the list come up with a solution to get around this
>>> problem?

 -Jerry

 On Feb 8, 2010, at 4:47 PM, Michael Krasnow wrote:

> + and - are the samething in this case and yes you can only use the ip
> commandline for your lan ip unless you have no router (i have stuff like
> hamachi installed so i have to specify +ip 192.168.1.107)
>
> Mike
>
> On Mon, Feb 8, 2010 at 7:29 PM, Matthew Gottlieb <
> matthew.j.gottl...@gmail.com> wrote:
>
>> It's -ip not +ip.
>> Have you forwarded your ports? You can only set the IP to an IP the
>> computer actually has (in this case only your Local IP).
>>
>> On Mon, Feb 8, 2010 at 6:12 PM, Saul Rennison >>>
>> wrote:
>>> You can't bind NAT machines to public IPs. You need to forward Steam
>>> and srcds ports on your router. +ip is for users with multiple IP
>>> addresses available and want to host numerous instances of SRCDS, all
>>> on different IPs.
>>>
>>> On Tuesday, February 9, 2010, Rich Allen  wrote:
 Help!

 I'm trying to run a dedicated TF2 server from my home server.  It's a
 dedicated server, hosting my domains and my weather station.  The
>>> only
 difference between this machine and a for-pay host is that it's
>>> sittin
 ghere in my house, behind my router, just like the rest of my
>>> computers.

 I have the TF2 server set to run off of port 27016, and I have that
>>> port
 and 27020 both being forwarded to the server's IP using TCP and UDP.

 When I run srcds without the +ip option, the server starts up fine
>>> but
 it isn't visible on the server list (I have a buddy check for it from
 his house).
 When I run srcds with the +ip option, specifying my external IP
>>> address,
 I get the "couldn't allocate any server IP port" error message and
>>> the
 server won't start.

 What am I missing?

 Rich Allen


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

>>>
>>> --
>>>
>>> Thanks,
>>> - Saul.
>>>
>>> ___
>>> 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
>>
> ___
> 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

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

Re: [hlds] "couldn't allocate any server IP port" when specifying my public IP address

2010-02-08 Thread Jerod Bennett
That's really strange.

And I don't want to hijack this thread, but when I posted a similar question 
before about the server list, I was given the impression that I was SOL.

My server shows up here: http://www.game-monitor.com/search.php?search=jerry

But, it has never showed up in the Server List even though the following is in 
my log:

Adding master server 68.142.72.250:27011
Adding master server 72.165.61.189:27011
Connection to Steam servers successful.
   VAC secure mode is activated.

Thoughts?

-Jerry


On Feb 8, 2010, at 5:25 PM, Michael Krasnow wrote:

> Yep matt is right
> 
> On Mon, Feb 8, 2010 at 8:18 PM, Matthew Gottlieb <
> matthew.j.gottl...@gmail.com> wrote:
> 
>> That's not true.  The master server recognizes the external IP, even
>> if the server is bound to a local IP.  As long as nothing is blocking
>> the heart beat, the server should show up.
>> 
>> ~ Matt
>> srcds.com
>> 
>> On Mon, Feb 8, 2010 at 7:02 PM, Jerod Bennett  wrote:
>>> I think the real problem here is lack of the server showing up in the
>> server list.
>>> 
>>> Because the server binds to a non-routeable IP like 192.168.1.100, when
>> it tells the master server it's IP the master server goes "non-routeable,
>> ignore".
>>> 
>>> Has anyone on the list come up with a solution to get around this
>> problem?
>>> 
>>> -Jerry
>>> 
>>> On Feb 8, 2010, at 4:47 PM, Michael Krasnow wrote:
>>> 
 + and - are the samething in this case and yes you can only use the ip
 commandline for your lan ip unless you have no router (i have stuff like
 hamachi installed so i have to specify +ip 192.168.1.107)
 
 Mike
 
 On Mon, Feb 8, 2010 at 7:29 PM, Matthew Gottlieb <
 matthew.j.gottl...@gmail.com> wrote:
 
> It's -ip not +ip.
> Have you forwarded your ports? You can only set the IP to an IP the
> computer actually has (in this case only your Local IP).
> 
> On Mon, Feb 8, 2010 at 6:12 PM, Saul Rennison >> 
> wrote:
>> You can't bind NAT machines to public IPs. You need to forward Steam
>> and srcds ports on your router. +ip is for users with multiple IP
>> addresses available and want to host numerous instances of SRCDS, all
>> on different IPs.
>> 
>> On Tuesday, February 9, 2010, Rich Allen  wrote:
>>> Help!
>>> 
>>> I'm trying to run a dedicated TF2 server from my home server.  It's a
>>> dedicated server, hosting my domains and my weather station.  The
>> only
>>> difference between this machine and a for-pay host is that it's
>> sittin
>>> ghere in my house, behind my router, just like the rest of my
>> computers.
>>> 
>>> I have the TF2 server set to run off of port 27016, and I have that
>> port
>>> and 27020 both being forwarded to the server's IP using TCP and UDP.
>>> 
>>> When I run srcds without the +ip option, the server starts up fine
>> but
>>> it isn't visible on the server list (I have a buddy check for it from
>>> his house).
>>> When I run srcds with the +ip option, specifying my external IP
>> address,
>>> I get the "couldn't allocate any server IP port" error message and
>> the
>>> server won't start.
>>> 
>>> What am I missing?
>>> 
>>> Rich Allen
>>> 
>>> 
>>> ___
>>> To unsubscribe, edit your list preferences, or view the list
>> archives,
> please visit:
>>> http://list.valvesoftware.com/mailman/listinfo/hlds
>>> 
>> 
>> --
>> 
>> Thanks,
>> - Saul.
>> 
>> ___
>> 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
> 
 ___
 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
>>> 
>> 
>> ___
>> 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


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

Re: [hlds] "couldn't allocate any server IP port" when specifying my public IP address

2010-02-08 Thread Michael Krasnow
Yep matt is right

On Mon, Feb 8, 2010 at 8:18 PM, Matthew Gottlieb <
matthew.j.gottl...@gmail.com> wrote:

> That's not true.  The master server recognizes the external IP, even
> if the server is bound to a local IP.  As long as nothing is blocking
> the heart beat, the server should show up.
>
> ~ Matt
> srcds.com
>
> On Mon, Feb 8, 2010 at 7:02 PM, Jerod Bennett  wrote:
> > I think the real problem here is lack of the server showing up in the
> server list.
> >
> > Because the server binds to a non-routeable IP like 192.168.1.100, when
> it tells the master server it's IP the master server goes "non-routeable,
> ignore".
> >
> > Has anyone on the list come up with a solution to get around this
> problem?
> >
> > -Jerry
> >
> > On Feb 8, 2010, at 4:47 PM, Michael Krasnow wrote:
> >
> >> + and - are the samething in this case and yes you can only use the ip
> >> commandline for your lan ip unless you have no router (i have stuff like
> >> hamachi installed so i have to specify +ip 192.168.1.107)
> >>
> >> Mike
> >>
> >> On Mon, Feb 8, 2010 at 7:29 PM, Matthew Gottlieb <
> >> matthew.j.gottl...@gmail.com> wrote:
> >>
> >>> It's -ip not +ip.
> >>> Have you forwarded your ports? You can only set the IP to an IP the
> >>> computer actually has (in this case only your Local IP).
> >>>
> >>> On Mon, Feb 8, 2010 at 6:12 PM, Saul Rennison  >
> >>> wrote:
>  You can't bind NAT machines to public IPs. You need to forward Steam
>  and srcds ports on your router. +ip is for users with multiple IP
>  addresses available and want to host numerous instances of SRCDS, all
>  on different IPs.
> 
>  On Tuesday, February 9, 2010, Rich Allen  wrote:
> > Help!
> >
> > I'm trying to run a dedicated TF2 server from my home server.  It's a
> > dedicated server, hosting my domains and my weather station.  The
> only
> > difference between this machine and a for-pay host is that it's
> sittin
> > ghere in my house, behind my router, just like the rest of my
> computers.
> >
> > I have the TF2 server set to run off of port 27016, and I have that
> port
> > and 27020 both being forwarded to the server's IP using TCP and UDP.
> >
> > When I run srcds without the +ip option, the server starts up fine
> but
> > it isn't visible on the server list (I have a buddy check for it from
> > his house).
> > When I run srcds with the +ip option, specifying my external IP
> address,
> > I get the "couldn't allocate any server IP port" error message and
> the
> > server won't start.
> >
> > What am I missing?
> >
> > Rich Allen
> >
> >
> > ___
> > To unsubscribe, edit your list preferences, or view the list
> archives,
> >>> please visit:
> > http://list.valvesoftware.com/mailman/listinfo/hlds
> >
> 
>  --
> 
>  Thanks,
>  - Saul.
> 
>  ___
>  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
> >>>
> >> ___
> >> 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
> >
>
> ___
> 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


Re: [hlds] "couldn't allocate any server IP port" when specifying my public IP address

2010-02-08 Thread Matthew Gottlieb
That's not true.  The master server recognizes the external IP, even
if the server is bound to a local IP.  As long as nothing is blocking
the heart beat, the server should show up.

~ Matt
srcds.com

On Mon, Feb 8, 2010 at 7:02 PM, Jerod Bennett  wrote:
> I think the real problem here is lack of the server showing up in the server 
> list.
>
> Because the server binds to a non-routeable IP like 192.168.1.100, when it 
> tells the master server it's IP the master server goes "non-routeable, 
> ignore".
>
> Has anyone on the list come up with a solution to get around this problem?
>
> -Jerry
>
> On Feb 8, 2010, at 4:47 PM, Michael Krasnow wrote:
>
>> + and - are the samething in this case and yes you can only use the ip
>> commandline for your lan ip unless you have no router (i have stuff like
>> hamachi installed so i have to specify +ip 192.168.1.107)
>>
>> Mike
>>
>> On Mon, Feb 8, 2010 at 7:29 PM, Matthew Gottlieb <
>> matthew.j.gottl...@gmail.com> wrote:
>>
>>> It's -ip not +ip.
>>> Have you forwarded your ports? You can only set the IP to an IP the
>>> computer actually has (in this case only your Local IP).
>>>
>>> On Mon, Feb 8, 2010 at 6:12 PM, Saul Rennison 
>>> wrote:
 You can't bind NAT machines to public IPs. You need to forward Steam
 and srcds ports on your router. +ip is for users with multiple IP
 addresses available and want to host numerous instances of SRCDS, all
 on different IPs.

 On Tuesday, February 9, 2010, Rich Allen  wrote:
> Help!
>
> I'm trying to run a dedicated TF2 server from my home server.  It's a
> dedicated server, hosting my domains and my weather station.  The only
> difference between this machine and a for-pay host is that it's sittin
> ghere in my house, behind my router, just like the rest of my computers.
>
> I have the TF2 server set to run off of port 27016, and I have that port
> and 27020 both being forwarded to the server's IP using TCP and UDP.
>
> When I run srcds without the +ip option, the server starts up fine but
> it isn't visible on the server list (I have a buddy check for it from
> his house).
> When I run srcds with the +ip option, specifying my external IP address,
> I get the "couldn't allocate any server IP port" error message and the
> server won't start.
>
> What am I missing?
>
> Rich Allen
>
>
> ___
> To unsubscribe, edit your list preferences, or view the list archives,
>>> please visit:
> http://list.valvesoftware.com/mailman/listinfo/hlds
>

 --

 Thanks,
 - Saul.

 ___
 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
>>>
>> ___
>> 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
>

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


Re: [hlds] "couldn't allocate any server IP port" when specifying my public IP address

2010-02-08 Thread Jerod Bennett
I think the real problem here is lack of the server showing up in the server 
list.

Because the server binds to a non-routeable IP like 192.168.1.100, when it 
tells the master server it's IP the master server goes "non-routeable, ignore".

Has anyone on the list come up with a solution to get around this problem?

-Jerry
 
On Feb 8, 2010, at 4:47 PM, Michael Krasnow wrote:

> + and - are the samething in this case and yes you can only use the ip
> commandline for your lan ip unless you have no router (i have stuff like
> hamachi installed so i have to specify +ip 192.168.1.107)
> 
> Mike
> 
> On Mon, Feb 8, 2010 at 7:29 PM, Matthew Gottlieb <
> matthew.j.gottl...@gmail.com> wrote:
> 
>> It's -ip not +ip.
>> Have you forwarded your ports? You can only set the IP to an IP the
>> computer actually has (in this case only your Local IP).
>> 
>> On Mon, Feb 8, 2010 at 6:12 PM, Saul Rennison 
>> wrote:
>>> You can't bind NAT machines to public IPs. You need to forward Steam
>>> and srcds ports on your router. +ip is for users with multiple IP
>>> addresses available and want to host numerous instances of SRCDS, all
>>> on different IPs.
>>> 
>>> On Tuesday, February 9, 2010, Rich Allen  wrote:
 Help!
 
 I'm trying to run a dedicated TF2 server from my home server.  It's a
 dedicated server, hosting my domains and my weather station.  The only
 difference between this machine and a for-pay host is that it's sittin
 ghere in my house, behind my router, just like the rest of my computers.
 
 I have the TF2 server set to run off of port 27016, and I have that port
 and 27020 both being forwarded to the server's IP using TCP and UDP.
 
 When I run srcds without the +ip option, the server starts up fine but
 it isn't visible on the server list (I have a buddy check for it from
 his house).
 When I run srcds with the +ip option, specifying my external IP address,
 I get the "couldn't allocate any server IP port" error message and the
 server won't start.
 
 What am I missing?
 
 Rich Allen
 
 
 ___
 To unsubscribe, edit your list preferences, or view the list archives,
>> please visit:
 http://list.valvesoftware.com/mailman/listinfo/hlds
 
>>> 
>>> --
>>> 
>>> Thanks,
>>> - Saul.
>>> 
>>> ___
>>> 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
>> 
> ___
> 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


Re: [hlds] "couldn't allocate any server IP port" when specifying my public IP address

2010-02-08 Thread Michael Krasnow
+ and - are the samething in this case and yes you can only use the ip
commandline for your lan ip unless you have no router (i have stuff like
hamachi installed so i have to specify +ip 192.168.1.107)

Mike

On Mon, Feb 8, 2010 at 7:29 PM, Matthew Gottlieb <
matthew.j.gottl...@gmail.com> wrote:

> It's -ip not +ip.
> Have you forwarded your ports? You can only set the IP to an IP the
> computer actually has (in this case only your Local IP).
>
> On Mon, Feb 8, 2010 at 6:12 PM, Saul Rennison 
> wrote:
> > You can't bind NAT machines to public IPs. You need to forward Steam
> > and srcds ports on your router. +ip is for users with multiple IP
> > addresses available and want to host numerous instances of SRCDS, all
> > on different IPs.
> >
> > On Tuesday, February 9, 2010, Rich Allen  wrote:
> >> Help!
> >>
> >> I'm trying to run a dedicated TF2 server from my home server.  It's a
> >> dedicated server, hosting my domains and my weather station.  The only
> >> difference between this machine and a for-pay host is that it's sittin
> >> ghere in my house, behind my router, just like the rest of my computers.
> >>
> >> I have the TF2 server set to run off of port 27016, and I have that port
> >> and 27020 both being forwarded to the server's IP using TCP and UDP.
> >>
> >> When I run srcds without the +ip option, the server starts up fine but
> >> it isn't visible on the server list (I have a buddy check for it from
> >> his house).
> >> When I run srcds with the +ip option, specifying my external IP address,
> >> I get the "couldn't allocate any server IP port" error message and the
> >> server won't start.
> >>
> >> What am I missing?
> >>
> >> Rich Allen
> >>
> >>
> >> ___
> >> To unsubscribe, edit your list preferences, or view the list archives,
> please visit:
> >> http://list.valvesoftware.com/mailman/listinfo/hlds
> >>
> >
> > --
> >
> > Thanks,
> >  - Saul.
> >
> > ___
> > 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
>
___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds


Re: [hlds] "couldn't allocate any server IP port" when specifying my public IP address

2010-02-08 Thread Matthew Gottlieb
It's -ip not +ip.
Have you forwarded your ports? You can only set the IP to an IP the
computer actually has (in this case only your Local IP).

On Mon, Feb 8, 2010 at 6:12 PM, Saul Rennison  wrote:
> You can't bind NAT machines to public IPs. You need to forward Steam
> and srcds ports on your router. +ip is for users with multiple IP
> addresses available and want to host numerous instances of SRCDS, all
> on different IPs.
>
> On Tuesday, February 9, 2010, Rich Allen  wrote:
>> Help!
>>
>> I'm trying to run a dedicated TF2 server from my home server.  It's a
>> dedicated server, hosting my domains and my weather station.  The only
>> difference between this machine and a for-pay host is that it's sittin
>> ghere in my house, behind my router, just like the rest of my computers.
>>
>> I have the TF2 server set to run off of port 27016, and I have that port
>> and 27020 both being forwarded to the server's IP using TCP and UDP.
>>
>> When I run srcds without the +ip option, the server starts up fine but
>> it isn't visible on the server list (I have a buddy check for it from
>> his house).
>> When I run srcds with the +ip option, specifying my external IP address,
>> I get the "couldn't allocate any server IP port" error message and the
>> server won't start.
>>
>> What am I missing?
>>
>> Rich Allen
>>
>>
>> ___
>> To unsubscribe, edit your list preferences, or view the list archives, 
>> please visit:
>> http://list.valvesoftware.com/mailman/listinfo/hlds
>>
>
> --
>
> Thanks,
>  - Saul.
>
> ___
> 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


Re: [hlds] "couldn't allocate any server IP port" when specifying my public IP address

2010-02-08 Thread Saul Rennison
You can't bind NAT machines to public IPs. You need to forward Steam
and srcds ports on your router. +ip is for users with multiple IP
addresses available and want to host numerous instances of SRCDS, all
on different IPs.

On Tuesday, February 9, 2010, Rich Allen  wrote:
> Help!
>
> I'm trying to run a dedicated TF2 server from my home server.  It's a
> dedicated server, hosting my domains and my weather station.  The only
> difference between this machine and a for-pay host is that it's sittin
> ghere in my house, behind my router, just like the rest of my computers.
>
> I have the TF2 server set to run off of port 27016, and I have that port
> and 27020 both being forwarded to the server's IP using TCP and UDP.
>
> When I run srcds without the +ip option, the server starts up fine but
> it isn't visible on the server list (I have a buddy check for it from
> his house).
> When I run srcds with the +ip option, specifying my external IP address,
> I get the "couldn't allocate any server IP port" error message and the
> server won't start.
>
> What am I missing?
>
> Rich Allen
>
>
> ___
> To unsubscribe, edit your list preferences, or view the list archives, please 
> visit:
> http://list.valvesoftware.com/mailman/listinfo/hlds
>

-- 

Thanks,
 - Saul.

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


Re: [hlds] "couldn't allocate any server IP port" when specifying my public IP address

2010-02-08 Thread Shawn Somers
make sure that you have sv_lan 0 set in your server.cfg file (and have 
that file called on the command line)
do NOT use +IP in the command line, that is for machines with multiple 
public IP's.

You should be able to connect ot the machine via LAN and WAN after that.

Shawn Somers

Rich Allen wrote:
> Help!
>
> I'm trying to run a dedicated TF2 server from my home server.  It's a
> dedicated server, hosting my domains and my weather station.  The only
> difference between this machine and a for-pay host is that it's sittin
> ghere in my house, behind my router, just like the rest of my computers.
>
> I have the TF2 server set to run off of port 27016, and I have that port
> and 27020 both being forwarded to the server's IP using TCP and UDP.
>
> When I run srcds without the +ip option, the server starts up fine but
> it isn't visible on the server list (I have a buddy check for it from
> his house).
> When I run srcds with the +ip option, specifying my external IP address,
> I get the "couldn't allocate any server IP port" error message and the
> server won't start.
>
> What am I missing?
>
> Rich Allen
>   


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


[hlds] "couldn't allocate any server IP port" when specifying my public IP address

2010-02-08 Thread Rich Allen
Help!

I'm trying to run a dedicated TF2 server from my home server.  It's a
dedicated server, hosting my domains and my weather station.  The only
difference between this machine and a for-pay host is that it's sittin
ghere in my house, behind my router, just like the rest of my computers.

I have the TF2 server set to run off of port 27016, and I have that port
and 27020 both being forwarded to the server's IP using TCP and UDP.

When I run srcds without the +ip option, the server starts up fine but
it isn't visible on the server list (I have a buddy check for it from
his house).
When I run srcds with the +ip option, specifying my external IP address,
I get the "couldn't allocate any server IP port" error message and the
server won't start.

What am I missing?

Rich Allen


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