Ifup command

From DD-WRT Wiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 18:29, 30 April 2010 (edit)
Glenn (Talk | contribs)
(-cat)
← Previous diff
Current revision (19:17, 8 May 2010) (edit) (undo)
Glenn (Talk | contribs)
(catchg)
 
Line 13: Line 13:
http://openwrt.org/CentralNvramMaps/EtcNetworkInterfaces?highlight=(interfaces) http://openwrt.org/CentralNvramMaps/EtcNetworkInterfaces?highlight=(interfaces)
-[[Category:commandline command reference]]+[[Category:Command-line reference]]

Current revision

You are here: DD-WRT wiki mainpage / Scripting / SSH/Telnet & The CLI / ifup

[edit] Current Status

Since the /etc/network/interfaces file that OpenWRT has, doesn't exist in DD-WRT, we can't use the command

ifup interface

ifup doesn't actually configure the interface, but accesses the ifconfig and other commands.

There's an example interface file that we could probably save to /jffs/etc/network/interfaces and use the command

ifup -i /jffs/etc/network/interfaces commands

The OpenWRT interfaces file can be found here: http://openwrt.org/CentralNvramMaps/EtcNetworkInterfaces?highlight=(interfaces)