Specifics below.
At 07:40 PM 7/7/2004 +0000, [EMAIL PROTECTED] wrote:
I think I made some progress:
I switched to Bering uClibc 2.1.3
I went into packages - modules - kernel modules to load at boot and then deleted the # in front of 8390, crc32, ne2k-pci, mii, 8139too
These are the files that you guys told me to use for my nic's:
[Realtek RTL8139 Family PCI Fast Ethernet NIC] and [Realtek RTL8029(AS) based Ethernet Adaptor (Generic)]
I wasn't sure if I had I had to actually download these files and put them on my boot floppy or not.
I thought I would anyway but could only find 8390.o, mii.o, and ne2k-pci.o. I out them on the boot disk.
If I need to put the others on could you please tell me where to find them.
all pinging results::::: ping: sendto: Network is unreachable
lsmod: Module Size Used by Not tainted
softdog 1508 1
ip_nat_irc 2128 0 (unused)
ip_nat_ftp 2736 0 (unused)
ip_conntrack_irc 2864 1
ip_conntrack_ftp 3472 1
8139too 11624 0 (unused)
mii 2108 0 [8139too]
ne2k-pci 4044 0 (unused)
8390 5784 0 [ne2k-pci]
crc32 2648 0 [8139too 8390]
OK. This part is good. It means the init process is installing the mocules you need for your NICs. You've got that part right.
uname -a: Linux firewall 2.4.24 #3 Sun Feb 22 19:25:40 CET 2004 i686 unknown
I got no output from ip route show
Not surprising, given what follows.
Ip addr show: 1: lo: <LOOPBACK> mtu 16436 qdisc noop
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: dummy0: <BROADCAST,NOARP> mtu 1500 qdisc noop
link/ether 00:00:00:00:00:00 brd ff:ff:ff:ff:ff:ff
3: eth0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop qlen 1000
link/ether 52:54:05:c0:26:8f brd ff:ff:ff:ff:ff:ff
4: eth1: <BROADCAST,MULTICAST> mtu 1500 qdisc noop qlen 1000
link/ether 00:c0:26:62:82:20 brd ff:ff:ff:ff:ff:ff
Neither eth0 (usually the external/ISP interface) nor eth1 (usually the internal/LAN interface) is configured ... where the meaning of "configured" is "has an IP address". You did something wrong at that stage.
I can't tell you what you did *wrong* -- no one can -- until you tell us what you *did* to configure these interfaces.
1. Did you change the interface assignments from their customary values (as listed above)? If you, what did you change?
2. How is the external interface supposed to get an IP address? Static (that means you yourself type in the address and related info), DHCP (address is assigned to eth0 by the ISP), PPPoE (address is assigned by the ISP to a ppp0 interface that runs "on top of" eth0)? From my memory of your prior message, ... you're the guy with the 5 static addresses, right? ... I'm guessing the answer is static.
3. Assuming static -- what values did you enter and where? After you saved and backed up, did you either restart networking or reboot the system?
4. Did you change any of the default settings for eth1? If memory serves, Bering-uClibc defaults to eth1 being the LAN interface, with IP address 192.168.1.254 and a /24 netmask. Those values should have turned up in the interface list and routing table, as reported above.
Be as specific as you can in your answers.
-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com
------------------------------------------------------------------------
leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html