Real Time Ascend Maling List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: (ASCEND) dialout and callback
>From: "Oliver J. Albrecht" <oj@nexus.flensbone.net>
>
>>>Could anyone be so kind to share a radius entry (really 2 entries) to to
>>>dialout a user when a specific IP is adressed and possibly expect
>>>call-back
>
>This is a sample of what we use, there's also some filtering involved
>to restrict traffic that initiates a call request (smtp in this case):
The SMTP filter caught my eye. What are you doing, exactly?
I ask because we do Dial-up SMTP (ETRN, RFC 1985), and we also offer
Dial-on-Demand ISDN where we'll initiate a call and get CLID callback.
Both those things work fine, but not together. SMT bound for the client
will bring the link up. I toyed with call filtering SMTP so it wouldn't
bring the link up, but the trouble is that then it won't _keep_ the link up
either, so it could timeout in a mail transfer. Or...?
I'd like to prevent SMTP from going directly to an SMTP server on a dialup
link, but allow the client to get mail from my server using ETRN. Do you
have this working?
># dialout route
>route-shermy-1 Password = "ascend", Service-Type = Outbound,
> Framed-Route = "212.51.0.169/32 212.51.0.169 1 n nexus-out"
>
># dialout profile
>nexus-out Password = "ascend",
> Service-Type = Outbound,
> Framed-Protocol = PPP,
> Framed-IP-Address = "212.51.0.169",
> Framed-IP-Netmask = "255.255.255.255",
> Ascend-Dial-Number = 90460492113,
> Ascend-Expect-Callback=1,
> Ascend-Data-Svc = Switched-64K,
> Ascend-Send-Auth = Send-Auth-None,
> Framed-MTU = 1500,
> Ascend-Call-Filter = "ip out forward tcp dstip 212.51.0.169/32
>dstport = 25",
> Ascend-Call-Filter = "ip in drop",
> Ascend-Call-Filter = "ip out drop",
> Ascend-Idle-Limit = 120
>
># std. profile for client router dialing (back)
>nexus Password = "XXXXXXXX"
> User-Service = Framed-User,
> Framed-Protocol = PPP,
> Framed-Address = 212.51.0.169,
> Framed-Netmask = 255.255.255.255,
> Framed-Routing = None,
> Framed-Compression = None,
> Framed-MTU = 1500,
> Ascend-Idle-Limit = 120
Peter Lalor Infoasis
plalor@infoasis.com http://www.infoasis.com/
++ Ascend Users Mailing List ++
To unsubscribe: send unsubscribe to ascend-users-request@bungi.com
To get FAQ'd: <http://www.nealis.net/ascend/faq>