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.
------------------------------------
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/
|