mirror of
https://github.com/vyos/vyos-documentation.git
synced 2025-12-16 10:32:02 +01:00
Merge pull request #1411 from srividya0208/ipoe-server
ipoe-server: fixed the incorrect details
This commit is contained in:
commit
377ab20c2e
@ -26,13 +26,13 @@ functionality as PPPoE, but in a less robust manner.
|
|||||||
Configuring IPoE Server
|
Configuring IPoE Server
|
||||||
***********************
|
***********************
|
||||||
|
|
||||||
IPoE can be configure on different interfaces, it will depend on each specific
|
IPoE can be configured on different interfaces, it will depend on each specific
|
||||||
situation which interface will provide IPoE to clients. The clients mac address
|
situation which interface will provide IPoE to clients. The client's mac address
|
||||||
and the incoming interface is being used as control parameter, to authenticate
|
and the incoming interface is being used as control parameter, to authenticate
|
||||||
a client.
|
a client.
|
||||||
|
|
||||||
The example configuration below will assign an IP to the client on the incoming
|
The example configuration below will assign an IP to the client on the incoming
|
||||||
interface eth2 with the client mac address 08:00:27:2f:d8:06. Other DHCP
|
interface eth1 with the client mac address 00:50:79:66:68:00. Other DHCP
|
||||||
discovery requests will be ignored, unless the client mac has been enabled in
|
discovery requests will be ignored, unless the client mac has been enabled in
|
||||||
the configuration.
|
the configuration.
|
||||||
|
|
||||||
@ -85,12 +85,11 @@ the configuration.
|
|||||||
|
|
||||||
.. cfgcmd:: set service ipoe-server interface <interface> mode <l2 | l3>
|
.. cfgcmd:: set service ipoe-server interface <interface> mode <l2 | l3>
|
||||||
|
|
||||||
Set authentication backend. The configured authentication backend is used
|
Specifies the client connectivity mode.
|
||||||
for all queries.
|
|
||||||
|
|
||||||
* **l2**: It means that clients are on same network where interface
|
* **l2**: It means that clients are on same network where interface
|
||||||
is.**(default)**
|
is.**(default)**
|
||||||
* **local**: It means that client are behind some router.
|
* **l3**: It means that client are behind some router.
|
||||||
|
|
||||||
.. cfgcmd:: set service ipoe-server interface <interface> network <shared | vlan>
|
.. cfgcmd:: set service ipoe-server interface <interface> network <shared | vlan>
|
||||||
|
|
||||||
@ -434,7 +433,7 @@ Toubleshooting
|
|||||||
|
|
||||||
.. code-block:: none
|
.. code-block:: none
|
||||||
|
|
||||||
vyos@vyos:~$sudo journalctl -u accel-ppp@ipoe -b 0
|
vyos@vyos:~$ show log ipoe-server
|
||||||
|
|
||||||
Feb 27 14:29:27 vyos accel-ipoe[2262]: eth1.100:: recv [DHCPv4 Discover xid=55df9228 chaddr=0c:98:bd:b8:00:01 <Message-Type Discover> <Request-IP 192.168.0.3> <Host-Name vyos> <Request-List Subnet,Broadcast,Router,DNS,Classless-Route,Domain-Name,MTU>]
|
Feb 27 14:29:27 vyos accel-ipoe[2262]: eth1.100:: recv [DHCPv4 Discover xid=55df9228 chaddr=0c:98:bd:b8:00:01 <Message-Type Discover> <Request-IP 192.168.0.3> <Host-Name vyos> <Request-List Subnet,Broadcast,Router,DNS,Classless-Route,Domain-Name,MTU>]
|
||||||
Feb 27 14:29:27 vyos accel-ipoe[2262]: eth1.100:eth1.100: eth1.100: authentication succeeded
|
Feb 27 14:29:27 vyos accel-ipoe[2262]: eth1.100:eth1.100: eth1.100: authentication succeeded
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user