All pastes #2118964 Raw Edit

Unnamed

public text v1 · immutable
#2118964 ·published 2012-02-17 21:13 UTC
rendered paste body
root@OpenWrt:/# cat /etc/config/network
# Copyright (C) 2006 OpenWrt.org

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 proto    dhcp

        option ifname   eth0


root@OpenWrt:/#