RE: [leaf-user] multiple addresses

2005-01-18 Thread Craig Caughlin
Hi Al, It's not very often I can contribute to the group, but I had identically the same problem. Here's what I did: auto eth0 iface eth0 inet static address 46.60.172.201 netmask 255.255.255.0 broadcast 46.60.172.255 gateway 46.60.172.254 # Additional IP addresses

Re: [leaf-user] multiple addresses

2005-01-18 Thread Tom Eastep
ALParada wrote: Hello, Exactly how do you add mutiple ip addresses to the same interface? I tried adding this under network config/interfaces: # Configure Interface auto eth1 iface eth1 inet static address 192.168.1.155 netmask 255.255.255.0 broadcast 192.168.1.0 gateway 192

RE: [leaf-user] multiple addresses

2005-01-18 Thread M Lu
You can try the following: # Configure Interface auto eth1 iface eth1 inet static address 192.168.1.155 netmask 255.255.255.0 broadcast 192.168.1.0 gateway 192.168.1.1 up ip addr add 192.168.2.155/24 dev eth1 -Original Message- From: [EMAIL PROTECTED] [mail