26
Network Feature | Korenix
This is the first file that the Linux system reads to resolve the host name and IP address.
/etc/resolv.conf – DNS resolver configuration file
This is the most important file that you need to edit when using DNS for the other programs.
For example, before you use #ntpdate time.nist.goc to update the system time, you will need
to add the DNS server address to the file. Ask your network administrator which DNS server
address you should use.
The DNS server’s IP address is specified with the “nameserver” command. For example, add
the following line to /etc/resolv.conf if the DNS server’s IP address is 168.95.1.1:
nameserver 168.95.1.1
Figure 4-5 nameserver
4-5
Web Server
Service name
webs
Description
web server for embedded system
Config files
Start file
Start command
/etc/init.d/S70webs start
Stop command
/etc/init.d/S70webs stop
Support command
webs
Default
down
The GoAhead WebServer is an open standard web server that is compliant with all necessary
standards to be an effective embedded web server.
The GoAhead web server’s main start file is /etc/init.d/S70webs, with the default homepage
located at /web/home.htm. The web server default listening port is 8080. The default Web
homepage is in the following directory:
/web
Содержание JetBox5400 series
Страница 1: ...JetOS95 User Manual www korenix com...
Страница 5: ...Korenix Overview 5...
Страница 68: ...68 Appendix Korenix http www busybox net downloads BusyBox html...