Thanks every one. i have found that i missed dhcp3-client package. Thanks Stan. i just install this package. i need to mention to that i have not created /etc/network/interfaces file > ------------------------------------------------ > # The loopback network interface > auto lo > iface lo inet loopback > > # The primary network interface - use DHCP to find our address > auto eth0 > iface eth0 inet dhcp
> Date: Fri, 26 Mar 2010 00:13:24 -0500 > From: s...@hardwarefreak.com > To: debian-user@lists.debian.org > Subject: Re: Kiosk - binary image > > Ron Johnson put forth on 3/25/2010 8:02 PM: > > On 2010-03-25 17:31, فـــــريـــــــد الغـــــــامــــــدي wrote: > >> > >> Hi > >> > >> I am working on a project. it is building an ISO image. this ISO > >> should have some configurations. Simply, the ISO will boot and > >> directly the Iceweasel appear and the user just surf the web pages. > > > > Excellent. Good luck. > > > >> I am using > >> Xserver-Xorg. I have done everything and the ISO boot and the > >> Iceweasel start automatically > >> > >> > >> > >> My problem is that Iceweasel cannot find the server at > >> www............any web link. I do not know why. I try to install some > >> network packages to solve this problem but I fail. I hope someone help > >> me or give me some ideas please please please. I have attached my > >> binary image packages HTML FILE. > >> > >> > > > > How does the system know it's IP address, gateway, etc? > > I didn't see dhcp3-client in that package list. You'll need that to get an > IP address, gateway, and dns server info. > > You'll also need in /etc/network/interfaces > ------------------------------------------------ > # The loopback network interface > auto lo > iface lo inet loopback > > # The primary network interface - use DHCP to find our address > auto eth0 > iface eth0 inet dhcp > ------------------------------------------------ > > > -- > Stan > > > -- > To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org > with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org > Archive: http://lists.debian.org/4bac4274.9010...@hardwarefreak.com >