Multiple IP addresses

2001-10-23 Thread Marcel Welschbillig


Can any one tell me the kernel option to enable on 2.2.17 to be able to 
specify multiple ethernet addresses in the /etc/network/interfaces file. 
ie. eth0 eth0:1 eth0:2 .. on the same physical interface ?


I know it works on the standard kernel but every time i compile my own 
kernel i lose the ability to do this.



Thanks !

Marcel



Re: Multiple IP addresses

2001-10-23 Thread Wichert Akkerman
Previously Marcel Welschbillig wrote:
 I know it works on the standard kernel but every time i compile my own 
 kernel i lose the ability to do this.

Enable IP aliasing.

Wichert.

-- 
  _
 /   Nothing is fool-proof to a sufficiently talented fool \
| [EMAIL PROTECTED]   http://www.liacs.nl/~wichert/ |
| 1024D/2FA3BC2D 576E 100B 518D 2F16 36B0  2805 3CB8 9250 2FA3 BC2D |



Re: Multiple IP addresses

2001-10-23 Thread Philippe Troin
Marcel Welschbillig [EMAIL PROTECTED] writes:

 Can any one tell me the kernel option to enable on 2.2.17 to be able
 to specify multiple ethernet addresses in the /etc/network/interfaces
 file. ie. eth0 eth0:1 eth0:2 .. on the same physical interface ?
 
 I know it works on the standard kernel but every time i compile my own
 kernel i lose the ability to do this.

CONFIG_IP_ALIAS

Phil.



Re: Multiple IP addresses

2001-10-23 Thread Jason Thomas
its called alias support, and can be found in networking options.
CONFIG_IP_ALIAS=y

On Tue, Oct 23, 2001 at 12:29:36PM +0800, Marcel Welschbillig wrote:
 
 Can any one tell me the kernel option to enable on 2.2.17 to be able to 
 specify multiple ethernet addresses in the /etc/network/interfaces file. 
 ie. eth0 eth0:1 eth0:2 .. on the same physical interface ?

-- 
Jason Thomas   Phone:  +61 2 6257 7111
System Administrator  -  UID 0 Fax:+61 2 6257 7311
tSA Consulting Group Pty. Ltd. Mobile: 0418 29 66 81
1 Hall Street Lyneham ACT 2602 http://www.topic.com.au/


pgpX2I2Jr8YFL.pgp
Description: PGP signature


Re: Multiple IP addresses

2001-10-23 Thread Robert Davidson

IP aliasing.

Cya.


Marcel Welschbillig wrote:
 
 Can any one tell me the kernel option to enable on 2.2.17 to be able to
 specify multiple ethernet addresses in the /etc/network/interfaces file.
 ie. eth0 eth0:1 eth0:2 .. on the same physical interface ?
 
 I know it works on the standard kernel but every time i compile my own
 kernel i lose the ability to do this.
 
 Thanks !
 
 Marcel
 
 --
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

-- 
Regards,
Robert Davidson.
http://www.mlug.org.au/



Re: Multiple IP addresses

2001-10-23 Thread Marcel Welschbillig

Quite obvious when you look at it (DUH!)

Thanks for all who replied.

Marcel

Robert Davidson wrote:


IP aliasing.

Cya.


Marcel Welschbillig wrote:


Can any one tell me the kernel option to enable on 2.2.17 to be able to
specify multiple ethernet addresses in the /etc/network/interfaces file.
ie. eth0 eth0:1 eth0:2 .. on the same physical interface ?

I know it works on the standard kernel but every time i compile my own
kernel i lose the ability to do this.

Thanks !

Marcel

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



--
Regards,

Marcel Welschbillig
--
Inter-Network Engineer
Comdek Limited
673 Murray Street
West Perth WA 6005
Ph : (08)9214 5259
FAX: (08)9214 5201
--
The information contained in this e-mail is confidential and privileged. 
It is intended solely for the addressee. If you receive this e-mail by 
mistake please promptly inform us by reply e-mail or by telephoning the 
phone number listed above and then delete the e-mail and destroy any 
printed copy

---



Multiple IP addresses

2001-10-22 Thread Marcel Welschbillig


Can any one tell me the kernel option to enable on 2.2.17 to be able to 
specify multiple ethernet addresses in the /etc/network/interfaces file. 
ie. eth0 eth0:1 eth0:2 .. on the same physical interface ?

I know it works on the standard kernel but every time i compile my own 
kernel i lose the ability to do this.


Thanks !

Marcel


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Multiple IP addresses

2001-10-22 Thread Wichert Akkerman

Previously Marcel Welschbillig wrote:
 I know it works on the standard kernel but every time i compile my own 
 kernel i lose the ability to do this.

Enable IP aliasing.

Wichert.

-- 
  _
 /   Nothing is fool-proof to a sufficiently talented fool \
| [EMAIL PROTECTED]   http://www.liacs.nl/~wichert/ |
| 1024D/2FA3BC2D 576E 100B 518D 2F16 36B0  2805 3CB8 9250 2FA3 BC2D |


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Multiple IP addresses

2001-10-22 Thread Philippe Troin

Marcel Welschbillig [EMAIL PROTECTED] writes:

 Can any one tell me the kernel option to enable on 2.2.17 to be able
 to specify multiple ethernet addresses in the /etc/network/interfaces
 file. ie. eth0 eth0:1 eth0:2 .. on the same physical interface ?
 
 I know it works on the standard kernel but every time i compile my own
 kernel i lose the ability to do this.

CONFIG_IP_ALIAS

Phil.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Multiple IP addresses

2001-10-22 Thread Jason Thomas

its called alias support, and can be found in networking options.
CONFIG_IP_ALIAS=y

On Tue, Oct 23, 2001 at 12:29:36PM +0800, Marcel Welschbillig wrote:
 
 Can any one tell me the kernel option to enable on 2.2.17 to be able to 
 specify multiple ethernet addresses in the /etc/network/interfaces file. 
 ie. eth0 eth0:1 eth0:2 .. on the same physical interface ?

-- 
Jason Thomas   Phone:  +61 2 6257 7111
System Administrator  -  UID 0 Fax:+61 2 6257 7311
tSA Consulting Group Pty. Ltd. Mobile: 0418 29 66 81
1 Hall Street Lyneham ACT 2602 http://www.topic.com.au/

 PGP signature


Re: Multiple IP addresses

2001-10-22 Thread Robert Davidson


IP aliasing.

Cya.


Marcel Welschbillig wrote:
 
 Can any one tell me the kernel option to enable on 2.2.17 to be able to
 specify multiple ethernet addresses in the /etc/network/interfaces file.
 ie. eth0 eth0:1 eth0:2 .. on the same physical interface ?
 
 I know it works on the standard kernel but every time i compile my own
 kernel i lose the ability to do this.
 
 Thanks !
 
 Marcel
 
 --
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

-- 
Regards,
Robert Davidson.
http://www.mlug.org.au/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Multiple IP addresses

2001-10-22 Thread Marcel Welschbillig

Quite obvious when you look at it (DUH!)

Thanks for all who replied.

Marcel

Robert Davidson wrote:

 IP aliasing.
 
 Cya.
 
 
 Marcel Welschbillig wrote:
 
 Can any one tell me the kernel option to enable on 2.2.17 to be able to
 specify multiple ethernet addresses in the /etc/network/interfaces file.
 ie. eth0 eth0:1 eth0:2 .. on the same physical interface ?
 
 I know it works on the standard kernel but every time i compile my own
 kernel i lose the ability to do this.
 
 Thanks !
 
 Marcel
 
 --
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


-- 
Regards,

Marcel Welschbillig
--
Inter-Network Engineer
Comdek Limited
673 Murray Street
West Perth WA 6005
Ph : (08)9214 5259
FAX: (08)9214 5201
--
The information contained in this e-mail is confidential and privileged. 
It is intended solely for the addressee. If you receive this e-mail by 
mistake please promptly inform us by reply e-mail or by telephoning the 
phone number listed above and then delete the e-mail and destroy any 
printed copy
---


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]