[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [SLUG] Telstra Cable Modem - Heartbeat timeouts
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: Gordon.Rowell@nospam.gormand.com.au
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 slug-request@nospam.slug.org.au with
unsubscribe in the text