How to skip pushing the default gateway via DHCP in OpenWRT?
        Posted  
        
            by 
                francadaval
            
        on Super User
        
        See other posts from Super User
        
            or by francadaval
        
        
        
        Published on 2013-05-15T21:40:06Z
        Indexed on 
            2014/06/09
            9:29 UTC
        
        
        Read the original article
        Hit count: 538
        
I have a router with OpenWRT that I want to resolve IP addressing with DHCP without setting a default gateway.
I have added a DHCP-Option parameter with value 3,0.0.0.0 that is supposed to set the default gateway by DHCP. Instead, the router IP is defined as default gateway for DHCP connections.
How can I set a null default gateway (0.0.0.0) for connections configuration by DHCP?
As said in a comment: I want this router to service a VirtualBox network that doesn't set a default gateway via DHCP.
© Super User or respective owner