Re: [hlds_linux] ifconfig alias + VAC issue

2003-03-27 Thread m0gely
Drew Broadley wrote:
I have the following set up in FreeBSD 5.0-RELEASE /etc/rc.conf:

ifconfig_fxp0=inet 202.36.xxx.xxx  netmask 255.255.255.240
ifconfig_fxp0_alias0=alias 202.36.xxx.xxx
When I bind an hlds instance to each IP with VAC enabled, it doesnt let
anyone connect and gives an error of client has sent invalid connection or
some sort.
I disable VAC and people can connect fine, is this a directly VAC related
issue or
just one of those one off bugs I manage to find.
Out of curiosity, why do this?  Using a different port number out
of the question?
--
- m0gely
http://quake2.telestream.com/
Q2 | Q3A | Counter-strike
___
To unsubscribe, edit your list preferences, or view the list archives, please visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux


Re: [hlds_linux] ifconfig alias + VAC issue

2003-03-27 Thread Oscar N aka Dreadful
We do also use IP alias instead different port numbers. This is because we want all of 
our public servers to be easy remembered by our players. They all run on the default 
port and have a short girlname as hostname, and ofcourse our domain name...
ex: joa.bhood.nu, ling.bhood.nu and so on...

Anyway, I had some problem with the alias IP if I did not put netmask 0x in 
the alias line... hmm, and now I noticed another difference. The second line should 
have the word inet and not alias...
so, the lines for you would be:
ifconfig_fxp0=inet 202.36.xxx.xxx  netmask 255.255.255.240
ifconfig_fxp0_alias0=inet 202.36.xxx.xxx netmask 0x

This is working for me on freebsd 4.7 but I think it should be the same at 5.0...

/Oscar

On Thu, 27 Mar 2003 17:08:43 -0800
m0gely [EMAIL PROTECTED] wrote:

 Drew Broadley wrote:
  I have the following set up in FreeBSD 5.0-RELEASE /etc/rc.conf:
 
  ifconfig_fxp0=inet 202.36.xxx.xxx  netmask 255.255.255.240
  ifconfig_fxp0_alias0=alias 202.36.xxx.xxx
 
  When I bind an hlds instance to each IP with VAC enabled, it doesnt let
  anyone connect and gives an error of client has sent invalid connection or
  some sort.
  I disable VAC and people can connect fine, is this a directly VAC related
  issue or
  just one of those one off bugs I manage to find.

 Out of curiosity, why do this?  Using a different port number out
 of the question?

 --
 - m0gely
 http://quake2.telestream.com/
 Q2 | Q3A | Counter-strike

 ___
 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] ifconfig alias + VAC issue

2003-03-27 Thread Drew Broadley
Because we are leasing out these servers and they wish to have it on a per
IP basis, s they can put in an A record with their domains, or clans have
domains for their websites and want cstrike.theirdomain.com to point to
this, using default port rather then having to remember non default port
numbers.

Remember, not all CS players are the brightest, and if they are leasing a
server they generally dont want to have to bother with extra niggly bits
they just want it up and working!

- Drew

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of m0gely
Sent: Friday, 28 March 2003 1:09 p.m.
To: [EMAIL PROTECTED]
Subject: Re: [hlds_linux] ifconfig alias + VAC issue


Drew Broadley wrote:
 I have the following set up in FreeBSD 5.0-RELEASE /etc/rc.conf:

 ifconfig_fxp0=inet 202.36.xxx.xxx  netmask 255.255.255.240
 ifconfig_fxp0_alias0=alias 202.36.xxx.xxx

 When I bind an hlds instance to each IP with VAC enabled, it doesnt let
 anyone connect and gives an error of client has sent invalid connection
or
 some sort.
 I disable VAC and people can connect fine, is this a directly VAC related
 issue or
 just one of those one off bugs I manage to find.

Out of curiosity, why do this?  Using a different port number out
of the question?

--
- m0gely
http://quake2.telestream.com/
Q2 | Q3A | Counter-strike

___
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] ifconfig alias + VAC issue

2003-03-27 Thread Drew Broadley
I have the aliasing working fine.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Oscar N aka
Dreadful
Sent: Friday, 28 March 2003 1:57 p.m.
To: [EMAIL PROTECTED]
Subject: Re: [hlds_linux] ifconfig alias + VAC issue


We do also use IP alias instead different port numbers. This is because we
want all of our public servers to be easy remembered by our players. They
all run on the default port and have a short girlname as hostname, and
ofcourse our domain name...
ex: joa.bhood.nu, ling.bhood.nu and so on...

Anyway, I had some problem with the alias IP if I did not put netmask
0x in the alias line... hmm, and now I noticed another difference.
The second line should have the word inet and not alias...
so, the lines for you would be:
ifconfig_fxp0=inet 202.36.xxx.xxx  netmask 255.255.255.240
ifconfig_fxp0_alias0=inet 202.36.xxx.xxx netmask 0x

This is working for me on freebsd 4.7 but I think it should be the same at
5.0...

/Oscar

On Thu, 27 Mar 2003 17:08:43 -0800
m0gely [EMAIL PROTECTED] wrote:

 Drew Broadley wrote:
  I have the following set up in FreeBSD 5.0-RELEASE /etc/rc.conf:
 
  ifconfig_fxp0=inet 202.36.xxx.xxx  netmask 255.255.255.240
  ifconfig_fxp0_alias0=alias 202.36.xxx.xxx
 
  When I bind an hlds instance to each IP with VAC enabled, it doesnt let
  anyone connect and gives an error of client has sent invalid
connection or
  some sort.
  I disable VAC and people can connect fine, is this a directly VAC
related
  issue or
  just one of those one off bugs I manage to find.

 Out of curiosity, why do this?  Using a different port number out
 of the question?

 --
 - m0gely
 http://quake2.telestream.com/
 Q2 | Q3A | Counter-strike

 ___
 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] ifconfig alias + VAC issue

2003-03-27 Thread Oscar N aka Dreadful
Ok, but at least try the lines I gave you... If I'm not mistaking I had some trouble 
with it and it seemd to work, IP was correct with ifconfig, but when I started HL up 
it wouldn't work :/
This is the only problem I can think of, but this is as I said on 4.7...

/Oscar


On Fri, 28 Mar 2003 14:05:44 +1200
Drew Broadley [EMAIL PROTECTED] wrote:

 I have the aliasing working fine.

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of Oscar N aka
 Dreadful
 Sent: Friday, 28 March 2003 1:57 p.m.
 To: [EMAIL PROTECTED]
 Subject: Re: [hlds_linux] ifconfig alias + VAC issue


 We do also use IP alias instead different port numbers. This is because we
 want all of our public servers to be easy remembered by our players. They
 all run on the default port and have a short girlname as hostname, and
 ofcourse our domain name...
 ex: joa.bhood.nu, ling.bhood.nu and so on...

 Anyway, I had some problem with the alias IP if I did not put netmask
 0x in the alias line... hmm, and now I noticed another difference.
 The second line should have the word inet and not alias...
 so, the lines for you would be:
 ifconfig_fxp0=inet 202.36.xxx.xxx  netmask 255.255.255.240
 ifconfig_fxp0_alias0=inet 202.36.xxx.xxx netmask 0x

 This is working for me on freebsd 4.7 but I think it should be the same at
 5.0...

 /Oscar

 On Thu, 27 Mar 2003 17:08:43 -0800
 m0gely [EMAIL PROTECTED] wrote:

  Drew Broadley wrote:
   I have the following set up in FreeBSD 5.0-RELEASE /etc/rc.conf:
  
   ifconfig_fxp0=inet 202.36.xxx.xxx  netmask 255.255.255.240
   ifconfig_fxp0_alias0=alias 202.36.xxx.xxx
  
   When I bind an hlds instance to each IP with VAC enabled, it doesnt let
   anyone connect and gives an error of client has sent invalid
 connection or
   some sort.
   I disable VAC and people can connect fine, is this a directly VAC
 related
   issue or
   just one of those one off bugs I manage to find.
 
  Out of curiosity, why do this?  Using a different port number out
  of the question?
 
  --
  - m0gely
  http://quake2.telestream.com/
  Q2 | Q3A | Counter-strike
 
  ___
  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