Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
docs:guide-user:network:wan:internet.connection [2018/03/31 23:23] – ↷ Links adapted because of a move operation bobafetthotmaildocs: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:network#protocol_ppp_ppp_over_modem|PPP]] or [[doc:uci:network#protocol_pppoe_ppp_over_ethernet|PPPoE]] or [[doc:uci:network#protocol_pppoa_ppp_over_atm_aal5|PPPoA]]. +  * **DSL** -> [[docs:guide-user:network:wan:wan_interface_protocols#protocol_ppp_ppp_over_modem|PPP]] or [[docs:guide-user:network:wan:wan_interface_protocols#protocol_pppoe_ppp_over_ethernet|PPPoE]] or [[docs/guide-user/network/wan/wan_interface_protocols#protocol_pppoa_ppp_over_atm_aal5|PPPoA]]. 
-    * via built-in modem. Here there is an example of a dummy pppoe over atm(most common) configuration, the values that you have to use vary depending on your ISP: <code># Configure pppoe connection+    * via built-in modem. Here is an example of a dummy pppoe over atm (most common) configuration, the values that you have to use vary depending on your ISP: <code># Configure pppoe connection
 uci set network.wan.proto=pppoe uci set network.wan.proto=pppoe
 uci set network.wan.username='yougotthisfromyour@isp.su' uci set network.wan.username='yougotthisfromyour@isp.su'
Line 34: Line 34:
 uci commit network uci commit network
 ifup wan</code> One might read more at [[docs:guide-user:base-system:basic-networking]] ifup wan</code> One might read more at [[docs:guide-user:base-system:basic-networking]]
-  * **DOCSIS** -> [[doc:uci:network#protocol_dhcp|DHCP]] or [[doc:uci:network#protocol_static|static IP address]]+  * **DOCSIS** -> [[docs:guide-user:network:protocol.dhcp|DHCP]] or [[docs:guide-user:network:protocol.static|static IP address]]
     * 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:guide-user:network:wan:access.modem.through.nat]]     * via a modem connected over an Ethernet cable: you could [[docs:guide-user:network:wan:access.modem.through.nat]]
-  * HSDPA/**UMTS**/EDGE/GPRS/GSM -> [[doc:uci:network#protocol_3g_ppp_over_ev-do_cdma_umts_or_gprs|3G]]+  * HSDPA/**UMTS**/EDGE/GPRS/GSM -> [[docs:guide-user:network:wan:wan_interface_protocols#protocol_3g_ppp_over_ev-do_cdma_umts_or_gprs|3G]]
     * 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#protocol_dhcp|DHCP]] (default) +    * [[docs:guide-user:network:protocol.dhcp|DHCP]] (default) 
-    * [[doc:uci:network#protocol_static|Static IP]]+    * [[docs:guide-user:network:protocol.static|Static IP]]
       * Example configuration commands: <code>       * Example configuration commands: <code>
 uci set network.wan.proto=static uci set network.wan.proto=static
Line 51: Line 51:
 uci commit network uci commit network
 ifup wan</code> ifup wan</code>
-    * [[docs:guide-user:services:vpn:overview|VPN]] +    * [[docs:guide-user:services:vpn:start|VPN]] 
-  * via [[doc:uci:network#protocol_l2tp_ppp_over_l2tp_pseudowire_tunnel]] + [[docs:guide-user:network:wan:connect_by_l2tp]]+  * via [[docs:guide-user:network:ipv6_ipv4_transitioning#protocol_l2tp_ppp_over_l2tp_tunnel]] + [[docs:guide-user:network:wan:connect_by_l2tp]]
   * 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:guide-user:network:wan:multiwan:multiwan_package|MultiWAN]]   * for **multiple connections** to the Internet, you should first make them each working solitary with OpenWrt before trying this: [[docs:guide-user:network:wan:multiwan:multiwan_package|MultiWAN]]
-  * via **[[docs:guide-user:advanced:usb.tethering|USB tethering]]** through your smartphone +  * via **[[docs:guide-user:network:wan:smartphone.usb.tethering|USB tethering]]** through your smartphone 
-    * **''Note:''** The opposite (//[[docs:guide-user:advanced:usb.reverse.tethering|USB reverse tethering]]// aka //USB internet passthrough//) is also possible.+    * **''Note:''** The opposite (//[[docs:guide-user:network:wan:smartphone.usb.reverse.tethering|USB reverse tethering]]// aka //USB internet passthrough//) is also possible.
  
 ===== NGN: VoIP and IPTV ===== ===== NGN: VoIP and IPTV =====
-[[wpde>Next-generation network]] comprises [[doc:howto:VoIP]] and [[doc:howto:IPTV]] and everything is based on the [[wp>Internet Protocol]]! These data streams should be separated from the usual data stream and routed to some hardware port where you can grab them with whatever device you wish to use them. If the output does not take place over a standard Ethernet Port, but e.g. over an ISDN- or a [[wp>TAE connector]], a corresponding signal has to be generated in hardware. This needs Linux support as well.+[[wpde>Next-generation network]] comprises [[docs:guide-user:services:voip:start|VoIP (aka Voice over IP protocol)]] and [[docs:guide-user:network:wan:udp_multicast|IPTV / UDP multicast]] and everything is based on the [[wp>Internet Protocol]]! These data streams should be separated from the usual data stream and routed to some hardware port where you can grab them with whatever device you wish to use them. If the output does not take place over a standard Ethernet Port, but e.g. over an ISDN- or a [[wp>TAE connector]], a corresponding signal has to be generated in hardware. This needs Linux support as well.
  
 ==== Da trick with the VLAN trunking ==== ==== Da trick with the VLAN trunking ====
  • Last modified: 2023/10/06 04:22
  • by vgaetera