Changes between Version 12 and Version 13 of Tutorials/g0WmLTE/Tutorial3


Ignore:
Timestamp:
Feb 13, 2018, 7:40:58 PM (6 years ago)
Author:
msherman
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/g0WmLTE/Tutorial3

    v12 v13  
    9898==== Testing the connection ====
    9999
    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}}}
     100Once the modem is connected, we need to fix the default routing to use the new LTE link, as well as assign an address.
     101First, we run a dhcp client on the new interface (in this case '''eth2''').
     102{{{dhcpcd eth2}}}
    102103
    103 Then, we run a dhcp client on the new interface (in this case '''eth2''').
    104 {{{dhcpcd eth2}}}
     104Then, add a broader route. {{{ip r add 192.168.3.0/24 dev eth2}}}
    105105
    106106The node should get an address in the 192.168.3.0/24 subnet (any existing dhcpd instance on eth2 has to be killed).