User Tools

Site Tools


itk:using_ethernet_connection_to_hsio-2_board_and_wifi_simultaneously

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
itk:using_ethernet_connection_to_hsio-2_board_and_wifi_simultaneously [2016/05/25 21:43]
mazhang
itk:using_ethernet_connection_to_hsio-2_board_and_wifi_simultaneously [2016/05/26 16:48] (current)
mazhang
Line 8: Line 8:
 Kernel IP routing table Kernel IP routing table
 Destination     Gateway         Genmask         Flags Metric Ref    Use Iface Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
-0.0.0.0         192.168.1.1     0.0.0.0         UG    100    0        0 enp1s7+0.0.0.0         192.168.3.1     0.0.0.0         UG    100    0        0 enp1s7
 0.0.0.0         130.202.2.1     0.0.0.0         UG    600    0        0 wlp0s2f1u5 0.0.0.0         130.202.2.1     0.0.0.0         UG    600    0        0 wlp0s2f1u5
 1.1.1.1         130.202.2.1     255.255.255.255 UGH   600    0        0 wlp0s2f1u5 1.1.1.1         130.202.2.1     255.255.255.255 UGH   600    0        0 wlp0s2f1u5
 130.202.2.0     0.0.0.0         255.255.254.0       600    0        0 wlp0s2f1u5 130.202.2.0     0.0.0.0         255.255.254.0       600    0        0 wlp0s2f1u5
-192.168.1.0     0.0.0.0         255.255.255.0       100    0        0 enp1s7+192.168.3.0     0.0.0.0         255.255.255.0       100    0        0 enp1s7
 192.168.122.0   0.0.0.0         255.255.255.0            0        0 virbr0 192.168.122.0   0.0.0.0         255.255.255.0            0        0 virbr0
 </code> </code>
Line 19: Line 19:
  
 <code> <code>
-route del default gw 192.168.1.1 +route del default gw 192.168.3.1 
-route add default gw 192.168.1.1 metric 1000+route add default gw 192.168.3.1 metric 1000
 </code> </code>
  
Line 29: Line 29:
 Destination     Gateway         Genmask         Flags Metric Ref    Use Iface Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
 0.0.0.0         130.202.2.1     0.0.0.0         UG    600    0        0 wlp0s2f1u5 0.0.0.0         130.202.2.1     0.0.0.0         UG    600    0        0 wlp0s2f1u5
-0.0.0.0         192.168.1.1     0.0.0.0         UG    1000          0 enp1s7+0.0.0.0         192.168.3.1     0.0.0.0         UG    1000          0 enp1s7
 1.1.1.1         130.202.2.1     255.255.255.255 UGH   600    0        0 wlp0s2f1u5 1.1.1.1         130.202.2.1     255.255.255.255 UGH   600    0        0 wlp0s2f1u5
 130.202.2.0     0.0.0.0         255.255.254.0       600    0        0 wlp0s2f1u5 130.202.2.0     0.0.0.0         255.255.254.0       600    0        0 wlp0s2f1u5
-192.168.1.0     0.0.0.0         255.255.255.0       100    0        0 enp1s7+192.168.3.0     0.0.0.0         255.255.255.0       100    0        0 enp1s7
 192.168.122.0   0.0.0.0         255.255.255.0            0        0 virbr0 192.168.122.0   0.0.0.0         255.255.255.0            0        0 virbr0
 </code> </code>
 +
 +This needs to be done every time you connect the ethernet cable.
itk/using_ethernet_connection_to_hsio-2_board_and_wifi_simultaneously.1464212598.txt.gz · Last modified: 2016/05/25 21:43 by mazhang