Join the Conversation

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

TZ670 Disable DHCP via CLI

As per subject, is it possible / how do I disable the DHCP server on the firewall using the command line interface.

Thanks.

Category: Entry Level Firewalls
Reply

Best Answer

  • CORRECT ANSWER
    BWCBWC Cybersecurity Overlord ✭✭✭
    Answer ✓

    @IanJ IMHO this can be accomplished this way:

    ssh to appliance
    
    configure
    dhcp-server
    no enable
    commit
    exit
    

    --Michael@BWC

Sign In or Register to comment.