Hi, your ethtool say no link at eth0 and eth1, Maybe you have only one cable connected? And it was on eth2 where is no data avaible from?
You can see in your ifconfig output, that br0 is attached to eth0 (compare HWAddress) Or if you don't wan't to compare by hand just type "brctl show" in console to see it To find out wich device is eth0 you can type "cat /etc/businfotab" thats the ethX names with the correspondending PCI-Deviceaddresses Then simple check lspci output wich Networkcard is attached to eth0 If you want to shorten lspci output try "lspci | grep "Ethernet" or grep for the PCI-Deviceaddress seen in businfotab If Networkcable is attached to the right Networkadapter "ethtool eth0" will give an outputline "Link detected: yes" Make sure youre client has attached an IP in same subnet (in 2.2rc2 dhcp is disabled so manual attachment of correct IP is needed i.e. ip: 192.168.0.33 and subnet 255.255.255.0) Then try to connect webinterface by typing https://192.168.0.15:10433/ Hopefully thats it. Otherwise try to ping endian -> cient - if it isn't work there are strange problems that hopefully listet in logs or dmesg --- read logs startup.log and messages look in dmesg search for errors - if this work try to ping from client to endian (direct ping the ip not the hostname) --- if there are timeouts look into firewall.log if there ICMP packets dropped eventually DPT (Destinationport) = 8 or/and look if "cat /proc/swaps" lists a swappartition So far ... Greetz Henry -----Ursprüngliche Nachricht----- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Edmundo Robles L. Gesendet: Freitag, 8. August 2008 18:40 An: [email protected] Betreff: Re: [Efw-user] I c an t configure nics on EFW 2.1.2 Yes, it was attached, for that i am -----Mensaje original----- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] En nombre de Scott Silva Enviado el: Viernes, 08 de Agosto de 2008 11:11 Para: [email protected] Asunto: Re: [Efw-user] I c an't configure nics on EFW 2.1.2 on 8-8-2008 8:32 AM Edmundo Robles L. spake the following: > Hi! Here is the output of ethtool with all the nics and the ifconfig > output, also i tried to switch the ethernet cable but i got the same > result, i can't reach the page :-( > > Was a cable attached to any port when you ran that? Ethtool says there were no links detected on either interface. -- MailScanner is like deodorant... You hope everybody uses it, and you notice quickly if they don't!!!! ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Efw-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/efw-user ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Efw-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/efw-user
