Re: [hlds_linux] Same Server / 2 ips?

2003-07-19 Thread Rene Luckow
On Friday 18 July 2003 15:39, matt gossage wrote:
 you could cheat and use the NC routing tool to pipe the incoming stuff on
 SECOND_IP:PORT to FIRST_IP:PORT

 i use NC to get round some UT problems and it works a treat.



Ehhh explain in caveman terms please



 - Original Message -
 From: Kevin J. Anderson [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Friday, July 18, 2003 12:25 PM
 Subject: RE: [hlds_linux] Same Server / 2 ips?


 
  well, there *are* adminmod/amxmod plugins that will forward players to
  others that you specify that are full...  works quite well.  not exactly
  what you are talking about, but something worth considering in that
  situation.
 

Well... I guess in wouldn't be impossible to code something that would simply
split the player amount down the middle and divide them on two IP's.

If I was able to have some plugin like that I would positively wet myself


Rene
--
Insert Clever Remark Here

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


RE: [hlds_linux] Same Server / 2 ips?

2003-07-17 Thread Scott Pettit
Sure, just assign two IP's to that machine and don't specify an IP for
HLDS, wouldn't that work?


Cheers,

Scott Pettit
[EMAIL PROTECTED]

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
[EMAIL PROTECTED]
Sent: Friday, 18 July 2003 11:35 a.m.
To: [EMAIL PROTECTED]
Subject: [hlds_linux] Same Server / 2 ips?

Any way to have the same server be connectable at 2 ips? I am not
talking
about same install instance running 2 separate servers at different
ip's, I
mean one server showing up and be connectable from 2 ips.

Thanks
Jeremy


___
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] Same Server / 2 ips?

2003-07-17 Thread jeremy
Well there are already multiple servers on the server. I just shut one
server down because I had to many slots running and I want people who played
there to be able to still use the ip to join another server already on
server.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Scott
Pettit
Sent: Thursday, July 17, 2003 6:41 PM
To: [EMAIL PROTECTED]
Subject: RE: [hlds_linux] Same Server / 2 ips?


Sure, just assign two IP's to that machine and don't specify an IP for
HLDS, wouldn't that work?


Cheers,

Scott Pettit
[EMAIL PROTECTED]


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


RE: [hlds_linux] Same Server / 2 ips?

2003-07-17 Thread Drew Broadley
Test it with 2 internal IP's :)

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Scott
Pettit
Sent: Friday, 18 July 2003 11:41 a.m.
To: [EMAIL PROTECTED]
Subject: RE: [hlds_linux] Same Server / 2 ips?


Sure, just assign two IP's to that machine and don't specify an IP for
HLDS, wouldn't that work?


Cheers,

Scott Pettit
[EMAIL PROTECTED]

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
[EMAIL PROTECTED]
Sent: Friday, 18 July 2003 11:35 a.m.
To: [EMAIL PROTECTED]
Subject: [hlds_linux] Same Server / 2 ips?

Any way to have the same server be connectable at 2 ips? I am not
talking
about same install instance running 2 separate servers at different
ip's, I
mean one server showing up and be connectable from 2 ips.

Thanks
Jeremy


___
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] Same Server / 2 ips?

2003-07-17 Thread Mad Scientist

 Any way to have the same server be connectable at 2 ips? I am not
 talking about same install instance running 2 separate servers at
 different ip's, I mean one server showing up and be connectable from 2
 ips.

I thought it will by default bind to all nics, and if your nic is aliased,
to all aliases.

-Mad

--
A proof is a proof. What kind of a proof? It's a proof. A proof is a
proof. And when you have a good proof, it's because it's proven.

– Prime Minister Jean Chrétien


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


Re: [hlds_linux] Same Server / 2 ips?

2003-07-17 Thread john
On Thu, 17 Jul 2003, Mad Scientist wrote:


  Any way to have the same server be connectable at 2 ips? I am not
  talking about same install instance running 2 separate servers at
  different ip's, I mean one server showing up and be connectable from 2
  ips.

 I thought it will by default bind to all nics, and if your nic is aliased,
 to all aliases.

If not (or you're just bored;), you can do some funky prerouting stuff
with iptables..

/sbin/iptables -t nat -A PREROUTING  -p udp -d x.x.x.x/32 --dport 27015
-i eth0 -j DNAT --to x.x.x.x:27015

but I'd definatly recommend RTFM (read the fkn manual)..

john

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