Skip to content

Commit

Permalink
GW-FN-1UR1-10G: add WWAN config
Browse files Browse the repository at this point in the history
  • Loading branch information
c-po committed Jul 21, 2024
1 parent 2a6cf7f commit 64cf803
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/installation/vyos-on-baremetal.rst
Original file line number Diff line number Diff line change
Expand Up @@ -660,3 +660,19 @@ Hardware
Bus 002 Device 002: ID 05e3:0620 Genesys Logic, Inc. GL3523 Hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
WWAN
^^^^

The LTE module can be enabled as simple as this config snippet:

.. code-block:: none
interfaces {
wwan wwan0 {
address "dhcp"
apn "YOUR-APN-GOES-HERE"
}
}
For more information please refer to chapter: :ref:`wwan-interface`

0 comments on commit 64cf803

Please sign in to comment.