Hello
Maybe a little more explanation might help.
Example setup: -
Client PC -> Dialin -> MAX -> Network -> PC Server.

Client PC is given IP address 192.168.1.1/32
All other Client PCs will be given IP addresses from 192.168.1.1 to
192.168.1.254
MAX IP address 10.0.0.1/8
PC Server address 10.0.0.2/8
The /8 is the subnet mask. In radius, if you don't enter it in the radius
entry, the MAX will assume /32
Possible problem: -
PC Dials up and can ping MAX 10.0.0.1, but not PC Server 10.0.0.2
Solution:-
Add static route entry to PC Server:-
route add net 192.168.1.0 mask 255.255.255.0  gateway 10.0.0.1

Next example:-
Client PC -> Dialin -> MAX -> Network -> Router -> PC Server.

Client PC is given IP address 192.168.1.1/32
All other Client PCs will be given IP addresses from 192.168.1.1 to
192.168.1.254
MAX IP address 10.0.0.1/8
Router as IP address 10.0.0.5/8 on the left, and 11.0.0.5/8 on the right.
PC Server address 11.0.0.7/8
The /8 is the subnet mask. In radius, if you don't enter it in the radius
entry, the MAX will assume /32
Possible problem: -
PC Dials up and can ping MAX 10.0.0.1, but not PC Server 11.0.0.7
Solution:-
Add static route entry to PC Server:-
route add net 192.168.1.0 mask 255.255.255.0  gateway 11.0.0.5
Add static route entry to Router:-
route add net 192.168.1.0 mask 255.255.255.0  gateway 10.0.0.1

Next example: -
Setup when Client PC has IP address 10.0.0.3. I.E. on the same subnet as the
PC Server.
Client PC is given IP address 10.0.0.3/32
MAX IP address 10.0.0.1/8
PC Server 10.0.0.2/8
Possible problem: -
PC Dials up and can ping MAX 10.0.0.1, but not PC Server 10.0.0.2
Solution:-
Turn on Proxy-ARP on the MAX.

Special Note:  Proxy-APR should only be used if one positively has to. Avoid
it if you can. I.E. Use first scenario!
Also Note: Proper understanding of IP Subnetting is required to adjust these
examples to the real world. You CANNOT use just any numbers for IP
addresses.
Cheers
James


----- Original Message -----
From: "Ezz" <eelco at xs4all.nl>
To: <ascend-users at bungi.com>
Sent: Wednesday, July 26, 2000 9:44 AM
Subject: Re: (ASCEND) MAX 1800 ip routing problem


> Thanks for your help.
>
> "James Courtier-Dutton" <jcdutton at lucent.COM> wrote in message
> news:list.ascend-users#026b01bff64c$3a92a660$1401a8c0 at home...
> > Hello
> > This is a basic routing problem.
> > The MAX should only respond to ARP is the IP address in the request is
in
> > the same SUBNET as the Ethernet interface. So if the dial in clients are
> > given IP addresses in the ethernet interface subnet, the MAX will
> proxy-arp
> > for them.
>
> In the situation I described this was the case. All the ip addresses where
> in the same subnet but when the RADIUS assigned the ip address instead of
> the MAX the routing didn't work anymore.
>
> > If the dial in clients are given IP addresses outside the subnet,
> > normal routing applies.
> > I.E. At least a static route needs to be put in the devices on the
> network,
> > pointing them to go via the MAX to get to the remote client.
>
> I tried this as well:
>
> ---8< copied from another message >8---
> I tried that but it doesn't work! All the connecting devices where
assigned
> an IP address in the 10.*.*.* network, on the server (somewhere on our
> intranet) to which the devices are connecting I added a static route to
the
> MAX but the MAX responds with host-unreachable ICMPs.
> ---8< end 8>---
>
> Cheers,
>
> Eelco
>
>
> ++ Ascend Users Mailing List ++
> To unsubscribe: send unsubscribe to ascend-users-request at bungi.com
> To get FAQ'd: <http://www.nealis.net/ascend/faq>

++ Ascend Users Mailing List ++
To unsubscribe:	send unsubscribe to ascend-users-request at bungi.com
To get FAQ'd:	<http://www.nealis.net/ascend/faq>