Linux Router with LRP

Craig White craigwhite@azapple.com
Wed, 30 Aug 2000 08:24:25 -0700


> -----Original Message-----
> From: plug-discuss-admin@lists.plug.phoenix.az.us
> [mailto:plug-discuss-admin@lists.plug.phoenix.az.us]On Behalf Of Russell
> Mason
> Sent: Tuesday, August 29, 2000 12:53 AM
> To: plug-discuss@lists.plug.phoenix.az.us
> Subject: Linux Router with LRP
>
>
> 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
>
-----------------------------------
topic has nothing to do with linux - only has to do with TCP/IP

broadcast address s/b 63.32.134.223
network address s/b 63.32.134.192

Craig