Ifup command

From DD-WRT Wiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 12:28, 16 July 2007 (edit)
Smaugy (Talk | contribs)
(Anti-spam reversion)
← Previous diff
Revision as of 03:38, 2 September 2007 (edit) (undo)
HjkZln (Talk | contribs)
m
Next diff →
Line 9: Line 9:
The OpenWRT ''interfaces'' file can be found here: The OpenWRT ''interfaces'' file can be found here:
-http://openwrt.org/CentralNvramMaps/EtcNetworkInterfaces?highlight=%28interfaces%29+http://openwrt.org/CentralNvramMaps/EtcNetworkInterfaces?highlight=(interfaces)

Revision as of 03:38, 2 September 2007

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)