Difference between revisions of "AFE-E630 LAN1/2"
From ESS-WIKI
Xingxing.li (talk | contribs) (Created page with " File:AFE-E630 LAN1 2.png File:AFE-E630 LAN1 20.png") |
Xingxing.li (talk | contribs) |
||
Line 1: | Line 1: | ||
− | [[File:AFE-E630 LAN1 2.png]] | + | [[File:AFE-E630 LAN1 2.png|RTENOTITLE]] |
− | [[File:AFE-E630 LAN1 20.png]] | + | [[File:AFE-E630 LAN1 20.png|RTENOTITLE]] |
+ | |||
+ | == 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:13, 17 December 2024
Configure to Static IP
1. Click “Applications” -> “Settings” -> “Advanced Network Configration”.
2. Double-click “Wired Connection 1” to configure it.
Configure to DHCP
1. Click “Applications” -> “Settings -> “Advanced Network Configration”.
2. Double-click “Wired Connection 1” to configure it.
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