Fortigate Unnumbered IP in PPPoE-client
Good evening,
I want to realize / convert a Cisco config into a Fortigate as follows and would like to receive advice for this:
Currently I get the following static public subnet from my provider via PPPoE x.x.x.81 255.255.255.240
The first IP-adres x.x.x.81 is used for our Cisco.
The additional IP addresses are used for tenants within a multi-tenant business premises.
x.x.x.81 /28 is assigned to a sub-interface as follows
interface GigabitEthernet0/2.200
description VLAN200
encapsulation dot1Q 200
ip address x.x.x.81 255.255.255.240
ip tcp adjust-mss 1452
Then the PPPoE interface is configured with ip unnumbered as below:
interface Dialer1
mtu 1492
bandwidth 100000
ip unnumbered GigabitEthernet0/2.200
ip nat outside
no ip virtual reassembly in
encapsulation ppp
dial pool 1
dialer group 1
ppp pap sent-username xxxxxxxxxx password 7 xxxxxxxxxx
The VLAN 200 is then forwarded, together with various other VLANs, via a trunk port to an access switch.
Where necessary, we configure an interface with access VLAN 200 on this access switch.
We then pass on one of the free IP addresses from the subnet to the tenant, who connects his firewall to the access port and uses this to statically configure his firewall or router.
For example:
IPv4: x.x.x.82
Gateway: x.x.x.81 = Cisco at the moment but must become the Fortigate Firewall.
Subnetmask 255.255.255.240
Even though a VLAN 200 can also be created in the Fortigate and I can specify an Unnumbered IP address with the PPPoE client, this does not work as mentioned above.
Does anyone know a solution to achieve the same goal via the Fortigate?
Thanks in advance.
