Displaying 2 results from an estimated 2 matches for "25networkmanager".
2007 Aug 24
0
Wireless Ad Hoc and TEQL
...trying to follow Chapter 10 of the howto and apply it to two
ubuntu machines each with two 802.11b/g interfaces. However, I cannot
get a connection.
I would like the 4 interfaces to create 2 ad hoc links on separate
channels. I have set this up successfully with the following:
/etc/dbus-1/event.d/25NetworkManager stop
wlanconfig ath0 destroy
wlanconfig ath0 create wlandev wifi0 wlanmode adhoc
iwconfig ath0 essid ''adhoc0''
iwconfig ath0 channel 1
iwconfig ath0 key ''password''
ifconfig ath0 up
ifconfig ath0 192.168.0.YYY
ifconfig ath0 netmask 255.255.255.0
ifconfig ath0 broad...
2011 Nov 17
29
[PATCH 00 of 17] Documentation updates
The following series flushes my documentation queue and replaces
previous postings of those patches.
The main difference is that the xl cfg file is now formatted using POD
instead of markdown and presented as a manpage.
I have setup a cron job to build docs/html and publish it at
http://xenbits.xen.org/docs/unstable/ (it''s a bit bare right now).
The motivation for some of these patches