I was researching the list archives and found the following thread.
I have a similar problem.
When I boot up the livecd, I can see that the system asks for a IP and GET
it from DHCP. It get´s(coincidentally) the IP 192.168.0.11, the one I´ve
selected for the MAC address on the router config.
But, when ASTlinux finishes booting up, the address is lost.
If I try the service network restart, it can not ge any IP address. I get
Sending discover 3 times and then: No lease, forking to background.
The strange part is that it found the address during boot up. The last time
I tried, when I run ifconfig, it showed me the INET ADDR correctly, but I
could not get any real connections to it or from it. (Ping, etc..), so I
tried the service network restart and ended up like described above.
This is odd.
To get even more strange, when I boot up a linux distro I´ve installed on
the HD the system get the IP normally, connects and navigates on the
internet.
Running th LSPCI command, I can see the Ethernet controller identified
correctly. In my case a Davicom Semiconductor, Inc 21X4x DEC-Tulip
compatible 10/100 Ethernet (rev 10)
Thanks for any help,
*Re: [Astlinux-users] No Network Connection in AstLinux*
From: Kristian Kielhofner <[EMAIL PROTECTED]> - 2006-10-16 15:02
mark weisler wrote:
> Hi,
> I am just getting started with AstLinux 0.4.3 and the system boots but
does
> not have networking.
> I look at ifconfig and eth0 and lo are there but there is no IP assigned.
That
> is there is no 'inet addr'.
>
>
> I see in the messages that a dhcp lease was sought at least three times
before
> the system timed out and moved on in its booting.
> It is an Athlon 64 bit computer.
>
> The router is set up to issue IP's via dhcp and does so with other
computers
> on the net.
>
> Any advice as to what to do?
> I also tried to go to /etc/network/interfaces to manually configure the
> interface but that file is not in AstLinux.
> Is there a way to manually configure the IP address on my host?
>
> If tried booting with and without the USB flash. I was able to configure
the
> USB flash using genkd and rebooted but that did not yield a network
address
> or connection.
>
> Thanks
> Mark
>
Mark,
That is very odd. Can you tell me what type of NIC you have? Try this:
ifconfig eth0 192.168.0.11 netmask 255.255.255.0
(replace ip and netmask with proper values for your network)
tcpdump -i eth0 -n -vvv (and in another session)
ping [default gateway ip]
In the tcpdump window, you should be able to see ICMP echo requests
(maybe even replies :) ), arp activity, broadcast activity, etc.
To permanently configure a static IP address, you can set the EXT*
variables in /etc/rc.conf. If
What type of router is this?
--
Kristian Kielhofner
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users
Donations to support AstLinux are graciously accepted via PayPal to [EMAIL
PROTECTED]