Join the Conversation

To sign in, use your existing MySonicWall account. To create a free MySonicWall account click "Register".

Can't access web management through WAN or LAN

Hello,

I have a TZ500 that won't allow me to connect to the web interface on the WAN or LAN side. The only way I can connect to it currently is using the command line interface using the serial console.

When attempting to connect using the IP at https://192.168.1.1 or https://192.168.1.1:8443 it just says "Connetion refused". I have a case open with support but they haven't been too helpful so far. They had me factory reset (Which allowed me access to the web mgmt again) but as soon as I uploaded the saved configuration, I could not access it again. They also had me install the latest firmware, which didn't help either.

The firewall is otherwise working fine and passing traffic, I just can't login to the web management! I know it has to be something in the config, and I provided all the details I could to tech support. When monitoring traffic, I can see it dropping my attempt. Here is the snippet of the log showing it dropped my attempt to access mgmt:

The X0:V100 interface is for VOIP traffic but not sure why it's using that as the destination interface.

Any ideas?

Thanks!

Category: Firewall Management and Analytics
Reply
Tagged:

Answers

  • BWCBWC Cybersecurity Overlord ✭✭✭

    @DPDAVE please check the following while on CLI

    show administration
    check what the parameter https-port shows, if it's not 443 than you have to add the port to your request
    
    show interface X0
    check if management https is set, if not just set it
    

    Commit the changes if you had to do any and you should be golden.

    Word of advice, don't open management on WAN. If you really need it try to limit the WAN-to-WAN rules for management to known source addresses.

    —Michael@BWC

  • MarkDMarkD Cybersecurity Overlord ✭✭✭

    If all else fails flatten and start again, there's something in the config you are uploading.

    check the config on X0

    show interface X0

    management https
    management ping
    management snmp
    management ssh

    check the https port

    show administration

    https-port XXXX - matches your 8443

  • dpdavedpdave Newbie ✭

    Thanks you both for your reply!

    Here's what it shows, I tried to connect using 8443 but it's a no go. SSH doesn't work either.

    http-port 80
    https-port 8443

    Here's output on X0

    no management http
    management https
    management ping
    management snmp
    management ssh

    Just weird it's not working. I really don't want to flatten and start over as there's a lot of rules on this thing. I recently took over this Sonicwall so I don't have the complete history on it but I know the previous admin said this just happened suddenly and didn't know why.

  • BWCBWC Cybersecurity Overlord ✭✭✭

    @dpdave some more thoughts what you could try:

    does the show interface x0 command showing the correct ip address?
    
    are you connecting from the 192.168.1.x subnet?
    
    did you tried changing the https-port to something different in case some NAT rule is twisting the request?
    

    Otherwise I believe the support should address this.

    —Michael@BWC

  • dpdavedpdave Newbie ✭

    Yes it's showing the correct address and I am connecting from the 192.168.1.x subnet. I like your idea of trying a different port. I do have a case open with support but they haven't been much help so far so I thought I'd "Cast a wider net".

    If I come to solution I'll post it back here.

    I appreciate you both taking the time to try and help.

  • MarkDMarkD Cybersecurity Overlord ✭✭✭

    good luck , BWC's idea of ruling out some potentially bodged or nobbled management port NAT sounds like an idea.

  • dpdavedpdave Newbie ✭

    Just leaving an update on this. Got it working again by configuring one of the unused interfaces (X7) with custom zone I created with a new subnet. I then enabled http and https management on this interface and was able to access using a laptop directly connected to the interface and configured with an IP in the same subnet.

    I then found the issue, there was a virtual interface created (X0:V100) which for some reason was assigned to the WAN zone. I could see in the logs that whenever I attempted to access the HTTP or HTTPS management it would set the destination to X0:V100 and block my attempt.

    I found this virtual interface was not being used at all so I just deleted it. After that, everything immediately started working again. Weird issue, but just glad it's working.

Sign In or Register to comment.