Spreadout PM's

Cor Bosman (cor@xs4all.net)
Fri, 10 Nov 1995 19:20:27 +0100

> >
> > Assumptions:
> > 1 - Static IP addresses for PPP clients
> > 2 - PM's are spread out over WAN (each LAN connected
> > via routers over T1 links)
> > 3 - PPP clients can dial into any one of the PM's
> >
> > Question:
> > * How can you let the client's static IP address work
> > from all PM's, which may be on different subnets from
> > one another?
>
> I would really try to avoid the situation. On a lan it's not so bad.
> You can use the (undocumented?) netmask table.
>
> set netmask a.b.c.d 255.255.255.255.
>
> On a wan its gonna be difficult. One of the problems we encountered was
> the relative slowness of RIP (since thats the only thing a portmaster
> can speak). So, if you have multiple hops to a central radius server,
> you have a problem. For this reason we only give out static IP addresses

Err, slight lapse. Your radius server never has a problem ofcourse.
The problem is that route propagation from your terminal server is
too slow across the network. Coincidentilly, based upon an earlier
post from someone who fixed this with EIGRP, I played some with
OSPF, and indeed by using OSPF across your WAN connections you can
probably solve this problem. It worked for me. EIGRP should work too,
altho it didnt for me.

Cor