Outils pour utilisateurs

Outils du site


public:use_raspberry_4_as_router

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
public:use_raspberry_4_as_router [2025/03/01 07:22] pcoudercpublic:use_raspberry_4_as_router [2025/03/01 11:15] (Version actuelle) pcouderc
Ligne 63: Ligne 63:
 An now, reboot... An now, reboot...
  
-=== Connect to internet ===+=== Connect to internet box ===
  
 You need to connect your box configured to pass all traffic to the pi. This done with an additional physical adapter from USB3 to RJ45. Here we use a subnetwork from the box (with usually double NAT...), but PPPOE is described later.  You need to connect your box configured to pass all traffic to the pi. This done with an additional physical adapter from USB3 to RJ45. Here we use a subnetwork from the box (with usually double NAT...), but PPPOE is described later. 
Ligne 83: Ligne 83:
  
 The last line will be explained later. The last line will be explained later.
 +
 +=== Connect to PPPoE interface ===
 +Install :!
 +<code>
 +apt install  pppoe ppp iptables  vlan pppoeconf
 +</code>
 +Note vlan is optional,
 +Add an initial setting for eth1 (eth1.4001 in the example for 4001 vlan :
 +<code>
 +auto eth1.4001
 +iface eth1.4001 inet static
 +</code>
 +Be ready to provide user and passsword provided by your ISP, and recommended mtu :
 +<code>
 +pppoeconf eth1.4001
 +ip a
 +</code>
 +If no problem ppp0 link will show your ip address...
  
 === Routing === === Routing ===
public/use_raspberry_4_as_router.1740813760.txt.gz · Dernière modification : de pcouderc

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki