On Tue, 20 Jun 2000, Carlo Nizeti wrote:
> Don't the telstra heartbeats work on Port 5000??? Some of the firewall
> scripts for telstra modems make statements allowing port 5000 Heartbeats
> only.
The source for bpalogin only shows port 5050. I can't remember the reason
for 5051 - it may be historical.
> on 20/6/00 10:18 pm, Gordon Rowell at [EMAIL PROTECTED] wrote:
>
> > [...]
> > 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
Oops, let's try that again - the output rules were the wrong way around :-(
ipchains -A input -p udp -s 24.192.0.0/18 5050 -d {YOURIP}/32 -j ACCEPT
ipchains -A output -p udp -s {YOURIP}/32 -d 24.192.0.0/18 5050 -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 {YOURIP}/32 -d 24.192.0.0/18 5051 -j ACCEPT
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