Linux/Tipps/Gentoo/Installation: Unterschied zwischen den Versionen

Zeile 486: Zeile 486:
Benutzer, die '''rfcomm''' verwenden wollen, müssen in der Gruppe '''uccp''' sein:
Benutzer, die '''rfcomm''' verwenden wollen, müssen in der Gruppe '''uccp''' sein:
  usermod -a --groups uucp <Benutzer>
  usermod -a --groups uucp <Benutzer>
===Mit Palm ins Internet über Bluetooth===
Quellen: http://gentoo-wiki.com/HOWTO_Iptables_for_newbies + http://forums.gentoo.org/viewtopic.php?t=121109 + http://www.metacon.ca/bcs/view.php?page=bluetooth
emerge ppp iptables
'''/etc/ppp/options.rfcomm0''':
# You usually need this if there is no PAP authentication
noauth
# do not use modem control lines we aren't using a real serial line
local
# do not determinate local ip from hostname
noipdefault
# usefull ARP proxing
proxyarp
# Your own IP Address and the IP Address of the remote system
192.168.0.2:192.168.0.47
# And the netmask
netmask 255.255.255.0
# dns
ms-dns 192.168.0.1
# this is required for the non standard microsoft PPP negotiation
connect "sleep 2; echo -n CLIENTSERVER"
Dann (einmalig und auch in '''/etc/conf.d/local.start''' eintragen):
echo 1 >/proc/sys/net/ipv4/ip_forward
iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
dund --listen


==Notebook mit Centrino-Chipsatz==
==Notebook mit Centrino-Chipsatz==
1.075

Bearbeitungen