--- In "a.duelger" <> wrote:
>
> Hello to all
>
> I have newly started with embedded linux.
> My problem is that I can not connect to ts7200 via via web browser.
> All configurations are by per defaults (see below)
> What could be the problem?
> Thanks
>
> Dr. Mustafa Dülger
>
>
>
> The TCP/IP settings for eth0 are configured in the file
> `/etc/sysconfig/ifcfg-eth0', here is a listing :
> DEVICE=eth0 # Name of ethernet interface
> IPADDR=192.168.0.50 # Internet Protocol address of this ethernet interface.
> NETMASK=255.255.255.0 # Used with NETWORK to determine which IP's are local.
> NETWORK=192.168.0.0 # Used with NETMASK to determine which IP's are local.
> BROADCAST=192.168.0.255 # Broadcast IP for system wide messages.
> BOOTPROTO=static # Static IP (change `static' to `DHCP')
> ENABLE="yes" # Load device on boot.
>
>
> The TCP/IP network settings are configured in the file
> `/etc/sysconfig/network_cfg', here is a listing:
> NETWORKING=yes # Enable networking on startup
> GATEWAY="192.168.0.1" # Gateway for internet access.
> GW_DEV=eth0 # Default gateway
> HOSTNAME=ts7200 # Host name of this computer.
> BOOTPROTO=no
> FORWARD_IPV4=no
> DEFRAG_IPV4=no
>
>
> The TCP/IP name resolution server is configured in the file
> `/etc/resolv.conf', here is a listing:
> Nameserver 192.168.0.1 # Name server for domain name lookups.
> To access the web server, open a web browser and enter "192.168.0.50" as the
> address.
>
The first thing to realise about embedded is that things don't "just work". You
have to work, and read up and configure stuff. This is not the world of plug
and play. ;)
If you need help, attempt to prove that you have read the doc and made an
effort to understand the problem. Post exactly what you do and what does not
work, with detail of commands and precise output.
Saying " I unwrapped it, plugged it in and it does not work. What can be
wrong?" is so vague that no one can do more than guess.
What did you do. What did you expect to see and what did you get?
I often find writing a precise account of what is happening helps to see what
one has overlooked.
HTH.
/js
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|