Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision Next revisionBoth sides next revision | ||
| docs:guide-user:network:wan:internet.connection [2018/04/25 14:05] – ↷ Links adapted because of a move operation | docs:guide-user:network:wan:internet.connection [2020/11/11 09:51] – update links vgaetera | ||
|---|---|---|---|
| Line 9: | Line 9: | ||
| See the following sections that pertain to your particular connection requirements: | See the following sections that pertain to your particular connection requirements: | ||
| - | * **DSL** -> [[doc:uci: | + | * **DSL** -> [[docs:guide-user:network: |
| - | * via built-in modem. Here there is an example of a dummy pppoe over atm(most common) configuration, | + | * via built-in modem. Here is an example of a dummy pppoe over atm (most common) configuration, |
| uci set network.wan.proto=pppoe | uci set network.wan.proto=pppoe | ||
| uci set network.wan.username=' | uci set network.wan.username=' | ||
| Line 34: | Line 34: | ||
| uci commit network | uci commit network | ||
| ifup wan</ | ifup wan</ | ||
| - | * **DOCSIS** -> [[doc:uci:network# | + | * **DOCSIS** -> [[docs:guide-user:network: |
| * via built-in modem: you can carry out adjustments | * via built-in modem: you can carry out adjustments | ||
| * via a modem connected over an Ethernet cable: you could [[docs: | * via a modem connected over an Ethernet cable: you could [[docs: | ||
| - | * HSDPA/ | + | * HSDPA/ |
| * via built-in modem: | * via built-in modem: | ||
| * via a modem connected over USB (often called a //3G dongle//): | * via a modem connected over USB (often called a //3G dongle//): | ||
| * via plain **Ethernet** | * via plain **Ethernet** | ||
| - | * [[doc:uci:network# | + | * [[docs:guide-user:network: |
| - | * [[doc:uci:network# | + | * [[docs:guide-user:network: |
| * Example configuration commands: < | * Example configuration commands: < | ||
| uci set network.wan.proto=static | uci set network.wan.proto=static | ||
| Line 51: | Line 51: | ||
| uci commit network | uci commit network | ||
| ifup wan</ | ifup wan</ | ||
| - | * [[docs: | + | * [[docs: |
| - | * via [[doc:uci:network#protocol_l2tp_ppp_over_l2tp_pseudowire_tunnel]] + [[docs: | + | * via [[docs:guide-user:network: |
| * via **wireless** (one of the 802.11x-standards) | * via **wireless** (one of the 802.11x-standards) | ||
| * for **multiple connections** to the Internet, you should first make them each working solitary with OpenWrt before trying this: [[docs: | * for **multiple connections** to the Internet, you should first make them each working solitary with OpenWrt before trying this: [[docs: | ||
| Line 59: | Line 59: | ||
| ===== NGN: VoIP and IPTV ===== | ===== NGN: VoIP and IPTV ===== | ||
| - | [[wpde> | + | [[wpde> |
| ==== Da trick with the VLAN trunking ==== | ==== Da trick with the VLAN trunking ==== | ||