diff options
author | Christian Breunig <christian@breunig.cc> | 2024-07-21 22:46:28 +0200 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2024-07-21 22:46:28 +0200 |
commit | 64cf8032d6551c0b0412d0b501106723d2ac56d8 (patch) | |
tree | 24f0298c02fbc30e6e73f39b7f18ad5636842833 /docs/installation | |
parent | 2a6cf7f4981bed8fc56ed4fa31a041b6ebecf1b6 (diff) | |
download | vyos-documentation-64cf8032d6551c0b0412d0b501106723d2ac56d8.tar.gz vyos-documentation-64cf8032d6551c0b0412d0b501106723d2ac56d8.zip |
GW-FN-1UR1-10G: add WWAN config
Diffstat (limited to 'docs/installation')
-rw-r--r-- | docs/installation/vyos-on-baremetal.rst | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/installation/vyos-on-baremetal.rst b/docs/installation/vyos-on-baremetal.rst index 2b764307..7d843521 100644 --- a/docs/installation/vyos-on-baremetal.rst +++ b/docs/installation/vyos-on-baremetal.rst @@ -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` |