File:  [ELWIX - Embedded LightWeight unIX -] / elwix / config / etc / uboot / rc.d / 010.lan.stop
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Mon Sep 15 19:06:52 2014 UTC (9 years, 11 months ago) by misho
Branches: MAIN
CVS tags: elwix2_3, HEAD, ELWIX2_2p0
elwix 2.2

    1: #!/bin/sh
    2: 
    3: IFACE="fxp0"
    4: 
    5: MEDIA="autoselect"
    6: 
    7: OPT=""
    8: IP="192.168.1.1/24"
    9: 
   10: echo "Config Ethernet-LAN network interface $IFACE ..."
   11: ifconfig $IFACE inet $IP media $MEDIA $OPT up
   12: #dhclient $IFACE

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>