diff options
-rw-r--r-- | examples/complete.example | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/complete.example b/examples/complete.example index 6f9b580..a2587f2 100644 --- a/examples/complete.example +++ b/examples/complete.example @@ -4,8 +4,9 @@ DESCRIPTION="Very verbose complete wireless example" INTERFACE=eth0 HOSTNAME=myhost -# Interface Settings (use IFOPTS="dhcp" for DHCP) -IP="192.168.0.2 netmask 255.255.255.0 broadcast 192.168.0.255" +# Interface Settings (use IP="dhcp" for DHCP) +IP="static" +IFOPTS="192.168.0.2 netmask 255.255.255.0 broadcast 192.168.0.255" GATEWAY=192.168.0.1 # DHCP Example |