====== Rechner als Router ======
===== im LAN =====
''apt-get install dnsmasq arno-iptables-firewall''
Bei der Installation von arno-iptables-firewall entsprechend Konfigurieren.
mit ''nano /etc/dnsmasq.conf'' entsprechende dhcp und dns Einstellungen vornehmen, wie das Interface, der zu vergebende IP Range, oder spezielle IPs für spezielle Hosts usw...
noch nen reboot, und die Sache funktioniert (oder fehlt noch was?!)
http://wiki.ubuntuusers.de/Router
==== DHCP leases ====
cat /var/lib/misc/dnsmasq.leases
===== im PAN (Bluetooth Netzwerk) =====
(für den Bluetooth Stick wurden keine zusätzlichen Treiber benötigt)
''apt-get install bluetooth''
sudo nano /etc/bluetooth/hcid.conf
- lm accept;
+ lm accept, master;
sudo nano /etc/default/bluetooth
- PAND_ENABLED=0
+ PAND_ENABLED=1
- PAND_OPTIONS=""
+ PAND_OPTIONS="--listen --role=NAP"
#+ PAND_OPTIONS="--listen --role=NAP --devup /etc/bluetooth/pan/dev-up"
sudo nano /etc/network/interfaces
+ iface bnep0 inet static
+ address 192.168.2.1
+ netmask 255.255.255.0
+ network 192.168.2.0
+ broadcast 192.168.2.255
sudo nano /etc/dnsmasq.conf
+ interface=bnep0
http://www.howtoforge.com/bluetooth_pand_debian_etch\\
http://bluez.sourceforge.net/contrib/HOWTO-PAN
====== Traffic Shaping/QoS ======
===== mit Wondershaper =====
apt-get install wondershaper
wondershaper ppp0 5600 530
zless /usr/share/doc/wondershaper/README.Debian.gz
zless /usr/share/doc/wondershaper/README.gz
...Anpassungen in ''/etc/ppp/ip-up''