# Default Warp network configuration ## # IP_LAN # IP address to configure on the network interface IP_LAN=192.168.1.80 ## # NETMASK_LAN # Netmask to configure on the network interface (relative to IP_LAN) NETMASK_LAN=255.255.255.0 ## # GATEWAY_LAN # IP Address of the default route GATEWAY_LAN=192.168.1.1 ## # SSH_ACCESS # Enable/disable ssh (yes|no) SSH_ACCESS=yes ## # DHCP_LAN # Use dhcp to configure networking # IP_LAN must not be set for DHCP_LAN=yes to be honored # yes|no DHCP_LAN=no ## # DNS_LAN # IP address of the DNS server to use #DNS_LAN=192.168.1.1 ## # HOSTNAME # Name under which this host should be known HOSTNAME=warp