[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

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


Reply to: