> It seems I can't get pppoe to work. I exactly configured > according to the manual. But if I put both ethernetcard > drivers in the modules-file the system locks up at startup > (at configuring interfaces). I use two type of > ethernetcards: eepro100 (pci) and a HP NC16 (lance module, > ISA). The lib pppoe.so is loaded behore the systems stops. > I've tried to configure it with only the internal > ethernetcard module loaded but that doesn't work either. > With roaring pinguin pppoe the kernel module is loaded when > the pppoe connection is build. > Something isn't clear to me also. I'm used to tell in > modules.conf which ethernetcard is used for which interface > but this is not possible in the config files. I use for the > internal net 100MBs en for the external an ISA 10 MBs card. > For example: > alias eth0 lance > options lance io=0x300 > How can I determine which card is which? When you have two different NIC's the order in which they appear in /etc/modules will assign the ethernet interface order So if you have eepro100 lance io=0x300 declared as modules in /etc/modules, then you should have your eepro100 as eth0 and your HP ISA as eth1. I will check that first without loading ppp and pppoe and assigning fixed internal IP's to eth0 and eth1 and pinging them to make sure the good leds are blinking and making sure that there is no interrupt pb with your ISA card. Only when this OK you can proceed to load ppp and pppoe.
> Have you thought about making module for roaring pinguin > pppoe instead of the kernel version? The kernel module is > still experimental and I have very good experience with > rp-pppoe. kernel pppoe should work. You also perhaps habe a problem with your interface file. What type of connection to you use with ISP ? Which ISP is it ? Does your ADSL modem requires a fixed IP. I guess I need some more info and a syslog file output to help you on that part of your pb Jacques _______________________________________________ Leaf-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-user
