Ifup command

From DD-WRT Wiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 05:58, 22 May 2005 (edit)
Sveasoft (Talk | contribs)

← Previous diff
Revision as of 06:05, 22 May 2005 (edit) (undo)
Sveasoft (Talk | contribs)
(Current Status - **ifup**)
Next diff →
Line 8: Line 8:
There's an example interface file that we could probrably save to /jffs/etc/network/interfaces and use the command There's an example interface file that we could probrably save to /jffs/etc/network/interfaces and use the command
- ifconfig -i /jffs/etc/network/interfaces ''commands''+ ifup -i /jffs/etc/network/interfaces ''commands''
The OpenWRT ''interfaces'' file can be found here: The OpenWRT ''interfaces'' file can be found here:

Revision as of 06:05, 22 May 2005

You are here: Main Page/DD-WRT Docu (EN)/Telnet/SSH and the Command Line/ifup command

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 ifconfigand other commands.

There's an example interface file that we could probrably 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

External Resources

You are here: Main Page/DD-WRT Docu (EN)/Telnet/SSH and the Command Line/ifup command