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

[leaf-user] multiple addresses

2005-01-18 Thread ALParada
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.168.1.1 auto

Re: [leaf-user] strange problem with bering 1.2

2005-01-18 Thread Charles Steinkuehler
[EMAIL PROTECTED] wrote: Hello, I've a problem with bering 1.2 networking that I can't imagine. once I've install my bering 1.2 network # # Loopback interface. auto lo eth0 iface lo inet loopback # # Option 1.2: eth0 / Fixed IP (assumed to be 1.2.3.4). # (broadcast/gateway optional)

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

Re: [leaf-user] Can't save configuration files

2005-01-18 Thread Victor McAllister
Thomas Ginestet wrote: Hi all, I have successfully installed a Bering 1.2 on my Soekris net4521 but i have a "little" problem because i can't save any parameters in the config files ( i.e: ip adresses ). I establish the connection to the soekris with serial port (using Minicom running under a ro

[leaf-user] Can't save configuration files

2005-01-18 Thread Thomas Ginestet
Hi all, I have successfully installed a Bering 1.2 on my Soekris net4521 but i have a "little" problem because i can't save any parameters in the config files ( i.e: ip adresses ). I establish the connection to the soekris with serial port (using Minicom running under a root and a normal user ac

[leaf-user] strange problem with bering 1.2

2005-01-18 Thread [EMAIL PROTECTED]
Hello, I've a problem with bering 1.2 networking that I can't imagine. once I've install my bering 1.2 network # # Loopback interface. auto lo eth0 iface lo inet loopback # # Option 1.2: eth0 / Fixed IP (assumed to be 1.2.3.4). # (broadcast/gateway optional) iface eth0 inet static

[leaf-user] Bering uClibc Ping -I xx -i 0.x Help

2005-01-18 Thread Derek Sims
Has anyone got a version of ping or Busybox ping that offers similar options to -I source ip address -i ping interval I have a fairly complex routing configuration (load balanced with multiple default routes and policy tables) and I want to be able to ping a given destimation address from difer