Lantronix EDS2100 Linux SDK - User Guide - Page 50

inetd, telnetd, dropbear, axhttpd, mii-tool, ifconfig, mDNSResponder, µClinux Networking

Page 50 highlights

8 µClinux Networking inetd The inetd program listens for connections to network services such as telnet, ftp, and ssh. The /etc/inetd.conf configuration file specifies the ports to listen to, and their associated programs. The mapping of network port numbers to names is found in /etc/services. telnetd The telnet daemon allows for shell connections over the network. Note that telnet sessions are not encrypted. ftpd The ftp daemon waits for connections using the File Transfer Protocol (FTP). The FTP protocol allows for copying files to and from the target. dropbear The dropbear program is a small footprint SSH server and client. The SSH protocol allows for secure shell connections over the network. axhttpd The axhttp daemon is a small footprint web server that is part of the axTLS package. It includes support for SSL encrypted sessions. mii-tool The mii-tool program allows for viewing and modifying the Ethernet port's speed and duplex settings. ifconfig The ifconfig command allows for viewing the target's IP address, subnet mask, and MAC address. It can also be used to configure the IP address and subnet mask at runtime. Changes made by ifconfig will not be preserved across a system reboot. mDNSResponder The mDNSResponder daemon is a service that implements Multicast DNS Service Discovery for discovery of services on the local network. It enables you to find your device (e.g. XPort Pro) if you don't know the IP address. Linux Software Developers Kit (SDK) User Guide 50

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76

8 µClinux Networking
Linux Software Developers Kit (SDK) User Guide
50
inetd
The inetd program listens for connections to network services such as telnet, ftp, and ssh. The
/etc/inetd.conf configuration file specifies the ports to listen to, and their associated programs.
The mapping of network port numbers to names is found in /etc/services.
telnetd
The telnet daemon allows for shell connections over the network. Note that telnet sessions are
not encrypted.
ftpd
The ftp daemon waits for connections using the File Transfer Protocol (FTP). The FTP protocol
allows for copying files to and from the target.
dropbear
The dropbear program is a small footprint SSH server and client. The SSH protocol allows for
secure shell connections over the network.
axhttpd
The axhttp daemon is a small footprint web server that is part of the axTLS package. It includes
support for SSL encrypted sessions.
mii-tool
The mii-tool program allows for viewing and modifying the Ethernet port’s speed and duplex
settings.
ifconfig
The ifconfig command allows for viewing the target’s IP address, subnet mask, and MAC
address. It can also be used to configure the IP address and subnet mask at runtime. Changes
made by ifconfig will not be preserved across a system reboot.
mDNSResponder
The mDNSResponder daemon is a service that implements Multicast DNS Service Discovery for
discovery of services on the local network. It enables you to find your device (e.g. XPort Pro) if
you don’t know the IP address.