Difference between revisions of "ROM-6881 How to configurate Static IP"

From ESS-WIKI
Jump to: navigation, search
(Created page with " '''STEP 1 : ''' Right-click network icon, then left-click "Edit Connections..." RTENOTITLE '''STEP 2 : ''' Double-cl...")
 
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
  
'''STEP 1 : '''
+
== Ethernet ==
  
Right-click network icon, then left-click "Edit Connections..."
+
ROM-6881 supports two Ethernet ports : eth0/eth1. Both ports are using “DHCP”mode by default. The following configurations and tests are taking eth0 for example.
  
[[File:RK ALL Static IP 001.png|RTENOTITLE]]
+
#The LAN signal of the core board ROM-6881 is connected to the SOM-DB2510 interface of the mainboard as LAN0 LAN1.  
  
'''STEP 2 : '''
+
== Configure to Static IP ==
  
Double-click "Wired connection 1"
+
1. Click “Applications” -> “Settings” -> “Advanced Network Configration”.
  
[[File:RK ALL Static IP 002.png|600px|RK ALL Static IP 002.png]]
+
[[File:ROM-6881 Eethernet.png|500x300px|ROM-6881 Eethernet.png]]
  
'''STEP 3 : '''
+
2. Double-click “Wired Connection 1” to configure it.
  
Left-click "IPv4 Settings"
+
[[File:ROM-6881 Ethernet wired connection.png|500x300px|ROM-6881 Ethernet wired connection.png]]
  
[[File:RK ALL Static IP 003.png|600px|RK ALL Static IP 003.png]]
+
== Configure to DHCP ==
  
*Choose "Manual"
+
1. Click “Applications” -> “Settings -> “Advanced Network Configration”.
*Left-click "Add" Button and input Address 、Netmask and Gateway
+
 
*Left-click "Save" Button
+
[[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 03:30, 5 January 2024

Ethernet

ROM-6881 supports two Ethernet ports : eth0/eth1. Both ports are using “DHCP”mode by default. The following configurations and tests are taking eth0 for example.

  1. The LAN signal of the core board ROM-6881 is connected to the SOM-DB2510 interface of the mainboard as LAN0 LAN1.

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