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 Reply Children
  • [ 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 
  • You learn something new every day.