Hi, here i am again... unfortunately i'm not longer able to connect to the internet after updating my system using a "emerge -uD world" Here are some outputs: after plugging in my modem dmesg says: usb 2-1: new full speed USB device using uhci_hcd and address 2 usb 2-1: reset full speed USB device using uhci_hcd and address 2
server ~ # /usr/sbin/pppd call speedtch debug Plugin pppoatm.so loaded. In pppoatm_process_extra_options In options_for_pppoatm In pppoatm_check_options In pppoatm_connect connect(8.35): No such device Failed to open 8.35: No such device In pppoatm_cleanup In pppoatm_close In pppoatm_cleanup In pppoatm_close hotplug is started correctly: server ~ # /etc/init.d/hotplug start * WARNING: "hotplug" has already been started. I have also tried to restart it I have not edit my config files .... Any Ideas? Max Marco Cabizza wrote: >Il giorno lun, 30/01/2006 alle 20.48 +0100, Max Stricker ha scritto: > > >>Hi, >>thanks, great.. it works!! >> >> > >That's nice > > > >>Now I have only one little question: >>how can i make it as easy as possible that the other pcs in my network >>(win) can use >>the internet of my gentoo server? >>I mean that my gentoo pc works as little router? >> >> >> > >You may put this one into a script > >iptables -t nat -P PREROUTING ACCEPT >iptables -t nat -P POSTROUTING ACCEPT >iptables -t nat -P OUTPUT ACCEPT > >iptables -A POSTROUTING -t nat -o ppp0 -j MASQUERADE >iptables -A FORWARD -i eth0 -o ppp0 -j ACCEPT >iptables -A FORWARD -o ppp0 -i eth0 -j ACCEPT > >Of course eth0 is MY ethernet card and ppp0 is MY modem, but I guess you >may have the same setup. > >~marco > > > > > -- > Email.it, the professional e-mail, gratis per te: http://www.email.it/f > > Sponsor: > DA NON PERDERE: Prova gratis per 15 giorni DVDNet Rent e ricevi a casa tua i > migliori film! >* > Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=4633&d=31-1 > >Liste de diffusion modem ALCATEL SpeedTouch USB >Pour se désinscrire : mailto:[EMAIL PROTECTED] > > > > > Liste de diffusion modem ALCATEL SpeedTouch USB Pour se désinscrire : mailto:[EMAIL PROTECTED]
