Linux Router with LRP

Russell Mason Russell.Mason@asu.edu
Tue, 29 Aug 2000 00:53:08 -0700


I'm trying to setup a router for my PhoenixDSL modem.  I have a static IP,
here is my info:

IP = 64.32.134.215
Subnet Mask = 255.255.255.224
Gateway = 64.32.134.193

the network.sh file contains the following

IF0=eth0
IPADDR0=64.32.134.215
BROADCAST0=
NETMASK0=255.255.255.224
NETWORK0=

IF1=eth1
IPADDR1=192.168.10.1
BROADCAST1=192.168.10.255
NETMASK1=255.255.255.0
NETWORK1=192.168.10.0

I'm not sure how to determine the broadcast and network #'s, I must not have
it correct because I can't get any response at all.

Any help would be greatly appreciated, as this is my first shot at any Linux
project.

Thanks,

Russell