PPPoE Interfaces
This section shows you how to configure PPPoE Interfaces in the Gaia Portal Web interface for the Check Point Gaia operating system. and Gaia Clish The name of the default command line shell in Check Point Gaia operating system. This is a restricted shell (role-based administration controls the number of commands available in the shell)..
The Point-to-Point Protocol over Ethernet (PPPoE) is a network protocol for encapsulating PPP frames inside Ethernet frames.
PPPoE is used mainly with DSL services, where individual users connect to the DSL modem over Ethernet and in plain Ethernet networks.
|
Note - The name of a PPPoE interface in Gaia Check Point security operating system that combines the strengths of both SecurePlatform and IPSO operating systems. is " |
Configuring PPPoE Interfaces in Gaia Portal
Step |
Instructions |
||||
---|---|---|---|---|---|
1 |
In the navigation tree, click Network Management > Network Interfaces. |
||||
2 |
Make sure that the physical interface, on which you add a PPPoE interface, does not have an IP address. |
||||
3 |
Click Add > PPPoE. |
||||
4 |
In the Add PPPoE window, select the Enable option to set the PPPoE interface to UP. |
||||
5 |
On the PPPoE tab:
|
||||
9 |
Click OK. |
Step |
Instructions |
---|---|
1 |
In the navigation tree, click Network Management > Network Interfaces. |
2 |
Select a PPPoE interface and click Edit. |
3 |
Configure the applicable settings. |
4 |
Click OK. |
|
Note - You cannot change the PPPoE ID for an existing PPPoE interface. To change this ID, delete the PPPoE interface and then create a new PPPoE interface. |
Step |
Instructions |
---|---|
1 |
In the navigation tree, click Network Management > Network Interfaces. |
2 |
Select a PPPoE interface and click Delete. |
3 |
Click OK, when the confirmation message shows. |
Configuring PPPoE Interfaces in Gaia Clish
|
Important - Make sure that the physical interface, on which you wish to add a VLAN interface, does not have an IP address. |
Syntax
|
set pppoe client id <PPPoE ID> fake-peer-address <IPv4 Address> interface <Name of Physical Interface> password <PPPoE Password> use-fake-peer-address {on | off} use-peer-as-default-gateway {on | off} use-peer-dns {on | off} user-name <PPPoE Username> |
|
Note - You cannot change the PPPoE ID for an existing PPPoE interface. To change this parameters, delete the PPPoE interface and then create a new PPPoE interface. |
|
|
|
|
Important - After you add, configure, or delete features, run the " |
Parameters
Parameter |
Description |
||
---|---|---|---|
|
Specifies the ID between 0 and 999. Note - This ID must be unique for every PPPoE interface. |
||
|
Specifies a local physical interface. Gaia uses this interface to forward PPPoE frames. |
||
|
Specifies the username needed to connect to the PPPoE server at the Internet Service Provider (ISP). Get it from the ISP. |
||
|
Specifies the password needed to connect to the PPPoE server at the Internet Service Provider (ISP). Get it from the ISP. |
||
|
Specifies the hash of the password needed to connect to the PPPoE server at the Internet Service Provider (ISP). Get it from the ISP. |
||
|
Optional: Specifies whether to allow the ISP to define the IPv4 DNS server for the Gaia. The ISP supplies either one IPv4 DNS server (the Primary) or two (Primary and Secondary).
|
||
|
Optional: Specifies whether to make the ISP server the Default Gateway for the Gaia
|
||
|
Optional. Configures the fake unicast peer IPv4 address (the default value is 0.0.0.0). |
||
|
Optional. Configures whether to use the configured fake peer IPv4 address:
|
gaia> add pppoe client id 1 interface eth0 user-name JohnDoe password 123456 use-peer-dns on |