This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Telstra Bigpond Cable Modem with ASL ?

Has anyone got Telstra Bigpond Cable Modem working with ASL ?

I have setup ASL 4.000 with a PPPoE interface connected to the cable modem.  I think I have installed BPALOGIN correctly, (it's running and trying to poll the login server).

Should I use a x-over cable to connect the firewall NIC to the cable modem or just a normal ethernet cable ?

This is tricky for me because the person doing the install in 3000 kilometres away so I can't pop down to check it out [:(]

Unfortunately the Interface shows as down all the time.  Anyone ? 


This thread was automatically locked due to age.
Parents
  • Is the cablemodem realy running with PPPoE?
    For my cablemodem i have only setup a DHCP Interface in Astaro.

    I use a normal ethernet cable from the cablemodem to the NIC and it works.

    But I  don't now abouth the Telstra Modem  I  use a COM21 Modem...   
  • I have traced the problem to the BPALOGIN daemon.
    (http://bpalogin.sourceforge.net/index.php?page=download)

    Feb 18 11:39:25 (none) bpalogin[297]: Cant connect to auth server - Connection timed out
    Feb 18 11:39:25 (none) bpalogin[297]: Sleeping for 60 seconds
    Feb 18 11:40:26 (none) bpalogin[297]: Auth host = dce-server.qld.bigpond.net.au:5050 
    Feb 18 11:40:26 (none) bpalogin[297]: Listening on port 1076 

    I have packet filter set to Any Any Any Allow.  Version is 4.000

    Any clues ? 
  • add a rule like this:

    'external_interface__ (where your deamon tries to send) 'any' 'any' 'allow'

    better way would be having a look at the packetfilter livelog while connecting...

    hth
    /marcel 
  • Ahh OK, coz the BPALogin daemon is showing in the packet filter violation log.  Couldn't figure why when I had Any -Any -Any Allowed....
     
  • Adding rule Outside_interface Any Any works !

    Why doesn't Rule Any Any Any work ???
     
  • [ QUOTE ]
    Adding rule Outside_interface Any Any works !

    Why doesn't Rule Any Any Any work ???
      

    [/ QUOTE ]

    Well, having Any Any Any meening that you will let anything everywhere is generally a bad idea on a fw, so my guess is that that have removed the possibility to do that.
    my 2cent

    /fredde  
  • 'any any any allow' will allow any traffic through the firewall -> FORWARD chain
    'outside any any allow' will allow any traffic from the firewall  -> OUTPUT chain

    when adding a rule, it will be inserted in one chain... any any any will be added to the forward chain, so traffic to and from the local firewall-interfaces are not covered by this rule...

    hth
    /marcel 
Reply
  • 'any any any allow' will allow any traffic through the firewall -> FORWARD chain
    'outside any any allow' will allow any traffic from the firewall  -> OUTPUT chain

    when adding a rule, it will be inserted in one chain... any any any will be added to the forward chain, so traffic to and from the local firewall-interfaces are not covered by this rule...

    hth
    /marcel 
Children