Technologic Systems TS-5400 User Manual page 15

Table of Contents

Advertisement

TS-5400 User's Manual
LINUX TCP/IP configuration
When using the TS-5400 with TS-Linux, the DM9102A driver can be included in the kernel or loaded as
a kernel module. If the Technologic Systems kernel is used, the DM9102A driver is built into the kernel.
The settings stored in EEPROM on the TS-5400 are used to configure the DM9102A.
The TCP/IP settings for the TS-Linux are configured in the file '/etc/sysconfig/ifcfg-eth0', here is a listing:
DEVICE=eth0
IPADDR=192.168.0.50
NETMASK=255.255.255.0
NETWORK=192.168.0.0
IP's.
BROADCAST=192.168.0.255 # Broadcast IP for system wide messages
ENABLE=yes
The second Ethernet port on the TS-5400 is configured by the file: /etc/sysconfig/ifcfg-eth1
By default the eth1 config file has ENABLE=no, which means eth1 will not be configured on boot up.
Change this to yes if you want eth1 configured by the startup scripts.
The TCP/IP network settings are configured in the file '/etc/sysconfig/network_cfg', here is a listing:
### Technologic Systems
### General Network Configuration File
###
NETWORKING=yes
GATEWAY=192.168.0.1
GW_DEV=eth0
Hostname="miniepc.embeddedx86.com"
BOOTPROTO=no
DEFRAG_IPV4=no
FORWARD_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
To access the web server, open a web browser and enter "192.168.0.50" as the address. This
should display the sample web page which demonstrates some of the functionality of Apache with
PHP.
Use the "ifconfig" command at the bash prompt to display the status of the Ethernet ports.
See the Technologic Systems Linux Support Page for more information.
http://www.embeddedx86.com/support/linuxhelp.php
# Name of Ethernet interface
# IP address of this Ethernet interface.
# Used with NETWORK to determine local IP's.
# Used with NETMASK to determine local
# Initialize on startup
# Gateway for internet access
# Gateway device to use
# Host name for this computer
# Name server for domain name lookups.
14
Technologic Systems
.
10/31/03

Advertisement

Table of Contents
loading

Table of Contents