Difference between revisions of "AOM-DB3500 GMAC0/1"

From ESS-WIKI
Jump to: navigation, search
(Created page with " === '''Ethernet''' === AOM-3821 supports two Ethernet ports (via 9696EG6A000): eth0/eth1. All ports are using the “DHCP” mode by default. The following configuratio...")
 
 
Line 4: Line 4:
 
AOM-3821 supports two Ethernet ports (via 9696EG6A000): eth0/eth1. All ports are using the “DHCP” mode by default. The following configurations and tests are taking eth0 as an example.
 
AOM-3821 supports two Ethernet ports (via 9696EG6A000): eth0/eth1. All ports are using the “DHCP” mode by default. The following configurations and tests are taking eth0 as an example.
  
 
+
=== '''Configure to Static IP''' ===
 +
 
 +
1. Click “Applications” -> “Settings” -> “Advanced Network Configration”.
 +
 
 +
[[File:ROM-6881 Eethernet.png|500x300px|ROM-6881 Eethernet.png]]
 +
 
 +
2. Double-click “Wired Connection 1” to configure it.
 +
 
 +
[[File:ROM-6881 Ethernet wired connection.png|500x300px|ROM-6881 Ethernet wired connection.png]]
 +
 
 +
=== '''Configure to DHCP''' ===
 +
 
 +
1. Click “Applications” -> “Settings -> “Advanced Network Configration”.
 +
 
 +
[[File:ROM-6881 Network.png|500x300px|ROM-6881 Network.png]]
 +
 
 +
2. Double-click “Wired Connection 1” to configure it.
 +
 
 +
[[File:ROM-6881 Ethernet IPV4.png|500x300px|ROM-6881 Ethernet IPV4.png]]
 +
 
 +
=== '''Ethernet Test''' ===
 +
 
 +
After connection, Ethernet will create a net point “eth0” and “eth1”.
 +
<pre># #---- Test eth0 ----# #
 +
# ping –I eth0 www.advantech.com
 +
# #---- Test eth1 ----# #
 +
# ping –I eth1 www.advantech.com
 +
</pre>

Latest revision as of 08:39, 4 January 2026

Ethernet

AOM-3821 supports two Ethernet ports (via 9696EG6A000): eth0/eth1. All ports are using the “DHCP” mode by default. The following configurations and tests are taking eth0 as an example.

Configure to Static IP

1. Click “Applications” -> “Settings” -> “Advanced Network Configration”.

ROM-6881 Eethernet.png

2. Double-click “Wired Connection 1” to configure it.

ROM-6881 Ethernet wired connection.png

Configure to DHCP

1. Click “Applications” -> “Settings -> “Advanced Network Configration”.

ROM-6881 Network.png

2. Double-click “Wired Connection 1” to configure it.

ROM-6881 Ethernet IPV4.png

Ethernet Test

After connection, Ethernet will create a net point “eth0” and “eth1”.

# #---- Test eth0 ----# #
# ping –I eth0 www.advantech.com
# #---- Test eth1 ----# #
# ping –I eth1 www.advantech.com