From: Michael Prokop Date: Tue, 2 Oct 2007 12:49:44 +0000 (+0200) Subject: Merge branches X-Git-Tag: 0.4.7~5 X-Git-Url: https://git.grml.org/?a=commitdiff_plain;h=b4d26c4271631ec2ad69c9b29be2f6c4ee34fae3;hp=-c;p=grml-tips.git Merge branches --- b4d26c4271631ec2ad69c9b29be2f6c4ee34fae3 diff --combined grml_tips index 5a12dca,4546d3c..f901a3b --- a/grml_tips +++ b/grml_tips @@@ -2941,7 -2941,7 +2941,7 @@@ host.example.com. 3600 I 2. Configure dns2tcpd on host.example.com.: # cat /etc/dns2tcpd.conf -listen = 192.168.1.1 #the ip dnstun should listen on +listen = 192.168.1.1 #the ip dns2tcpd should listen on port = 53 #" port " " " " user = nobody chroot = /tmp @@@ -2982,3 -2982,22 +2982,22 @@@ user@host.example.com:~ Notice: using 'ssh -D 8080 ..' you will get a socks5-proxy listening on localhost:8080 which you can use to tunnel everything through your "dns-uplink". -- + Configure a MadWifi device for adhoc mode: + + Disable the autocreation of athX devices: + # echo "options ath_pci autocreate=none" > /etc/modprobe.d/madwifi + + Remove the autocreated device for now: + # wlanconfig ath0 destroy + + Configuration in /etc/network/interfaces: + + iface ath0 inet static + madwifi-base wifi0 + madwifi-mode adhoc + ... + + Hints: + - Do not use interface names without ending 0 (otherwise startup fails). + - Only chooss unique names for interfaces. + --