Changes between Version 28 and Version 29 of WikiStart


Ignore:
Timestamp:
Dec 24, 2013, 5:04:36 PM (10 years ago)
Author:
walter
Comment:

alias ip?

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v28 v29  
    509509}}}
    510510
     511{{{
     512#alias ip ???
     513config interface 'wan'
     514    option ifname 'eth0.1'
     515    option proto 'dhcp'
     516
     517config alias
     518    option interface 'wan'
     519    option proto 'static'
     520    option ipaddr '192.168.10.100'
     521    option netmask '255.255.255.0'
     522    option layer '1'
     523config interface 'wan'
     524    option ifname 'eth0.1'
     525    option proto 'dhcp'
     526
     527config 'interface' 'wan_1'
     528        option 'ifname' 'eth0.1:1'
     529        option 'proto' 'static'
     530        option 'ipaddr' '192.168.10.100'
     531        option 'netmask' '255.255.255.0'
     532
     533}}}
    511534== Links ==
    512535* [http://wiki.hwmn.org/w/PXE_with_serial_console pxe boot]