Skip to content

Commit

Permalink
Added default IP for eth0
Browse files Browse the repository at this point in the history
  • Loading branch information
André committed Feb 21, 2016
1 parent a067cfc commit 07c4b8c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions volumio/etc/dhcp/dhclient.conf
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,13 @@ request subnet-mask, broadcast-address, time-offset, routers,
# rebind 2 2000/1/12 00:00:01;
# expire 2 2000/1/12 00:00:01;
#}

timeout 10;
lease {
interface "eth0";
fixed-address 192.168.8.8;
option subnet-mask 255.255.255.0;
renew 2 2022/1/1 00:00:01;
rebind 2 2022/1/1 00:00:01;
expire 2 2022/1/1 0:00:01;
}

0 comments on commit 07c4b8c

Please sign in to comment.