summaryrefslogtreecommitdiffstats
path: root/minikrebs/profiles/lazorkrebs/customfiles/etc/config/network
blob: c459c4e0a1d1b1322e9a38f5d96f515e901e3962 (plain)
1
2
3
4
5
6
7
8
9
config interface 'loopback'
        option ifname 'lo'
        option proto 'static'
        option ipaddr '127.0.0.1'
        option netmask '255.0.0.0'

config interface 'lan'
        option ifname 'eth0'
        option proto 'dhcp'