- 6 -
Terminal Block Pin Assignment
Ethernet Ports
The DA-681A has 6 10/100/1000 Mbps LAN ports with RJ45 connectors.
The pin assignments for the ports are shown in the following table:
Pin No. 10/100 Mbps
1000 Mbps
1
TX+
TRD(0)+
2
TX-
TRD(0)-
3
RX+
TRD(1)+
4
–
TRD(2)+
5
–
TRD(2)-
6
RX-
TRD(1)-
7
–
TRD(3)+
8
–
TRD(3)-
The default IP addresses and netmasks of the Ethernet ports are as
follows:
Default IP Address
Netmask
LAN 1
192.168.3.127
255.255.255.0
LAN 2
192.168.4.127
255.255.255.0
LAN 3
192.168.5.127
255.255.255.0
LAN 4
192.168.6.127
255.255.255.0
LAN 5
192.168.7.127
255.255.255.0
LAN 6
192.168.8.127
255.255.255.0
Configuring the Ethernet Interface
Linux users should follow these steps:
If you use the console cable to configure network settings for the first
time, use the following commands to edit the interfaces file. First, take all
network interfaces offline, before you reconfigure the LAN settings:
# ifdown –a
Next, edit the network interfaces file; you may use the text editor of your
choice, but VI is the default editor on the DA-681A-LX:
#vi /etc/network/interfaces
You may set the DA-681A for either dynamic IP addressing or static
addressing. To set it for dynamic IP addressing, enter the following lines
into the network interfaces file:
# The primary network interface
auto eth0
iface eth0 inet dhcp