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

OSPF on Sophos XG 115 - not accepting auth type "none"

 

I am replacing a SG UTM with a XG firewall, all the configuration was replicated, only OSPF between my Core Switch and an ASA Firewall (where the Sophos stays) gave problems. From the LAN (connected to an access switch and the Core switch), I couldn´t reach the ASA. My guess is the OSPF configuration. 

About the OSPF configuration, the only issue apparently, was the authentication type, my actual settings are for none (off in the case of the SG) and on the XG I don't seem to have that option.

Reading other forums with similar problems, I already set /configure/network/zones/wan/ and added "ping" and "Dynamic Routing" to the WAN port.

Thanks all.



This thread was automatically locked due to age.
Parents
  • Hi Marcelo,

    With the help from Leon (Sophos guy), I thought we've found the way to solve this.

    From my point of view, please ignore the GUI settings for any of the OSPF settings. it would be much easier to work through the CLI.

    Go to right up corner to access console, then choose option 3 "Route Configuration" then option 1 "Configure Unicast Routing", then option 2 "Configure OSPF", 

    You will get the prompt like "ospf>"

    use "en" to get into enable mode,"ospf#"

    conf t

    router ospf
    ospf router-id 12.12.12.12
    network 1.1.1.0/24 area 0.0.0.0
    network 10.10.101.0/24 area 0.0.0.0
    network 172.16.16.0/24 area 0.0.0.0

    It's quite similar with Cisco command line. 

    Just hoping this could help you out.

     

     

    Cheers,

    XP

Reply
  • Hi Marcelo,

    With the help from Leon (Sophos guy), I thought we've found the way to solve this.

    From my point of view, please ignore the GUI settings for any of the OSPF settings. it would be much easier to work through the CLI.

    Go to right up corner to access console, then choose option 3 "Route Configuration" then option 1 "Configure Unicast Routing", then option 2 "Configure OSPF", 

    You will get the prompt like "ospf>"

    use "en" to get into enable mode,"ospf#"

    conf t

    router ospf
    ospf router-id 12.12.12.12
    network 1.1.1.0/24 area 0.0.0.0
    network 10.10.101.0/24 area 0.0.0.0
    network 172.16.16.0/24 area 0.0.0.0

    It's quite similar with Cisco command line. 

    Just hoping this could help you out.

     

     

    Cheers,

    XP

Children
No Data