View previous topic :: View next topic |
Author |
Message |
rabby n00b
Joined: 11 Apr 2004 Posts: 29
|
Posted: Thu May 17, 2007 4:18 pm Post subject: /etc/init.d/net.wlan0? |
|
|
Hello,
anyway the runscript net.wlan0 has not been created.
Is there any example file You can post me, please?
Or can i simply use one of the common scripts like net.eth0 which runs for my ethernet card?
Thanks _________________ nosig |
|
Back to top |
|
|
defenderBG l33t
Joined: 20 Jun 2006 Posts: 817
|
Posted: Thu May 17, 2007 4:30 pm Post subject: |
|
|
ln -s /etc/init.d/net.lo /etc/init.d/net.wlan0
and u are ready |
|
Back to top |
|
|
erik258 Advocate
Joined: 12 Apr 2005 Posts: 2650 Location: Twin Cities, Minnesota, USA
|
Posted: Thu May 17, 2007 4:30 pm Post subject: |
|
|
you should always link net.anything to net.lo so that updates to the networking initscript effect all initscripts, and not just the local loopback device. In your case, it would be something like
ln /etc/init.d/net.lo /etc/init.d/net.wlan0 _________________ Configuring a Firewall? Try my iptables configuration
LinuxCommando.com is my blog for linux-related scraps and tidbits. Stop by for a visit! |
|
Back to top |
|
|
|