Don't the telstra heartbeats work on Port 5000??? Some of the firewall
scripts for telstra modems make statements allowing port 5000 Heartbeats
only.

Just a thought

Carlo



on 20/6/00 10:18 pm, Gordon Rowell at [EMAIL PROTECTED] wrote:

> On Tue, 20 Jun 2000, Grahame Manning Kelly wrote:
> 
>> [...]
>> I had assumed that ipchains had to have a rule to let DNS (I suspect)
> 
> Nope - not DNS, BIDS - BigPond cable authentication system.
> 
>> to work correctly (ie: the above 24.192.3.18:5051 issue) so I added the
>> following rules but it made no differnce at all.
>> 
>> ipchains -A input -p udp -s 24.192.0.0/18 5051 -d 144.132.219.35 1027 -j
>> ACCEPT
>> ipchains -A input -p tcp -s 24.192.0.0/18 5051 -d 144.132.219.35 1027 -j
>> ACCEPT
> 
> Try these ones - udp ports 5050/5051.
> 
> ipchains -A input  -p udp -s 24.192.0.0/18 5050 -d {YOURIP}/32 -j ACCEPT
> ipchains -A output -p udp -s 24.192.0.0/18 5050 -d {YOURIP}/32 -j ACCEPT
> ipchains -A input  -p udp -s 24.192.0.0/18 5051 -d {YOURIP}/32 -j ACCEPT
> ipchains -A output -p udp -s 24.192.0.0/18 5051 -d {YOURIP}/32 -j ACCEPT
> 
> Note that the port on your end is dynamically assigned by bpalogin, not
> just 1027.
> 
>> Can anyone using BPA enlighten me (please).....
> 
> Being able to send replies to authentication queries is usually polite :-)
> 
> Gordon
> --
> Gordon Rowell                      Email: [EMAIL PROTECTED]
> Gormand Pty Ltd (ACN 067 684 548)  http://www.gormand.com.au
> P.O. Box 239 St Pauls NSW 2031     Mobile: +61 (0418) 467 366
> /* What a pile of australian legislature. */ - Alan Cox
> 
> --
> SLUG - Sydney Linux Users Group Mailing List - http://www.slug.org.au
> To unsubscribe send email to [EMAIL PROTECTED] with
> unsubscribe in the text

--
SLUG - Sydney Linux Users Group Mailing List - http://www.slug.org.au
To unsubscribe send email to [EMAIL PROTECTED] with
unsubscribe in the text

Reply via email to