Changes between Version 12 and Version 13 of Tutorials/g0WmLTE/Tutorial3
- Timestamp:
- Feb 13, 2018, 7:40:58 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/g0WmLTE/Tutorial3
v12 v13 98 98 ==== Testing the connection ==== 99 99 100 Once the modem is connected, we need to fix the default routing to use the new LTE link, as well as assign an address. First, to remove the existing default route, run: 101 {{{ip r del default}}} 100 Once the modem is connected, we need to fix the default routing to use the new LTE link, as well as assign an address. 101 First, we run a dhcp client on the new interface (in this case '''eth2'''). 102 {{{dhcpcd eth2}}} 102 103 103 Then, we run a dhcp client on the new interface (in this case '''eth2'''). 104 {{{dhcpcd eth2}}} 104 Then, add a broader route. {{{ip r add 192.168.3.0/24 dev eth2}}} 105 105 106 106 The node should get an address in the 192.168.3.0/24 subnet (any existing dhcpd instance on eth2 has to be killed).