(RADIATOR) routing a network

1999-07-20 Thread Jay C. Pharis


I seem to be having some problems routing a network to a user.  Here is
what is in my config file:

burgerboat Auth-Type=System,Simultaneous-Use=2
Framed-IP-Address = 206.40.102.247
Idle-Timeout = 0
Framed-Route = "206.40.97.48/29 206.40.102.247 1"
Service-Type = Framed-User

The static IP gets assigned no problem, but the route never gets thrown
in.

I also tried adding this line, but no luck.  Suggestions?

Framed-Routing = Broadcast-Listen

===
Archive at http://www.thesite.com.au/~radiator/
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.



Re: (RADIATOR) routing a network

1999-07-20 Thread Rui Cohen

Jay C. Pharis wrote:
 
 I seem to be having some problems routing a network to a user.  Here is
 what is in my config file:
 
 burgerboat Auth-Type=System,Simultaneous-Use=2
 Framed-IP-Address = 206.40.102.247
 Idle-Timeout = 0
 Framed-Route = "206.40.97.48/29 206.40.102.247 1"
 Service-Type = Framed-User


You should have a comma between each reply item.

Something like this:

burgerboat Auth-Type=System,=2
 Framed-IP-Address = 206.40.102.247,
 Idle-Timeout = 0,
 Framed-Route = "206.40.97.48/29 206.40.102.247 1",
 Service-Type = Framed-User

And btw, you should remove the check-item "Simultaneous-Use=2" (is hard
to route the same network for 2 destinations).


King regards,
---
rui cohen

===
Archive at http://www.thesite.com.au/~radiator/
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.



Re: (RADIATOR) routing a network

1999-07-20 Thread Jay C. Pharis

 
 You should have a comma between each reply item.

That doesn't seem to matter in other entries.  I tried what you
suggested and it still doesn't work.

 Something like this:
 
 burgerboat Auth-Type=System,=2
  Framed-IP-Address = 206.40.102.247,
  Idle-Timeout = 0,
  Framed-Route = "206.40.97.48/29 206.40.102.247 1",
  Service-Type = Framed-User
 
 And btw, you should remove the check-item "Simultaneous-Use=2" (is hard
 to route the same network for 2 destinations).

Ah, but it is to the same IP, so it shouldn't really matter, should it?
It's nothing more than a dual-channel ISDN connection.


===
Archive at http://www.thesite.com.au/~radiator/
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.