Ifup command

From DD-WRT Wiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 15:39, 9 February 2006 (edit)
68.106.158.232 (Talk)
(Reverted spam from 193.147.152.97)
← Previous diff
Revision as of 19:18, 15 May 2006 (edit) (undo)
Gerrys (Talk | contribs)

Next diff →
Line 1: Line 1:
-'''You are here: ''' '''[[Main Page]]'''/'''[[DD-WRT Docu (EN)]]'''/'''[[Telnet/SSH and the Command Line]]'''/'''[[ifup command]]''' 
- 
=Current Status= =Current Status=
Since the /etc/network/interfaces file that OpenWRT has, doesn't exist in DD-WRT, we can't use the command Since the /etc/network/interfaces file that OpenWRT has, doesn't exist in DD-WRT, we can't use the command
Line 13: Line 11:
http://openwrt.org/CentralNvramMaps/EtcNetworkInterfaces?highlight=%28interfaces%29 http://openwrt.org/CentralNvramMaps/EtcNetworkInterfaces?highlight=%28interfaces%29
-=External Resources=+ 
-'''You are here: ''' '''[[Main Page]]'''/'''[[DD-WRT Docu (EN)]]'''/'''[[Telnet/SSH and the Command Line]]'''/'''[[ifup command]]'''+[[Category:English documentation]]
 + 
 +[[Category:commandline command reference]]

Revision as of 19:18, 15 May 2006

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=%28interfaces%29