Mục tiêu thực hành:
- Cấu hình User PPTP VPN trên Firewall Fortigate.
- Khởi tạo Group User PPTP VPN trên Firewall Fortigate.
- Cấu hình Range IP sẽ cấp pháp cho các phiên PPTP VPN trên Firewall Fortigate.
- Cấu hình Firewall Policy cho phép PPTP VPN truy cập tới Internal Server trên Firewall Fortigate.
- Kiểm tra kết nối PPTP VPN trên Firewall Fortigate.
Các bước triển khai:
Cấu hình User PPTP VPN trên Firewall Fortigate.
config user localedit pptpuser01set type passwordset passwd pptpuser01nextedit pptpuser02set type passwordset passwd pptpuser02end
Khởi tạo Group User PPTP VPN trên Firewall Fortigate.
config user groupedit PptpVpnGroupset group-type firewallset member pptpuser01 pptpuser02end
Cấu hình Range IP sẽ cấp pháp cho các phiên PPTP VPN trên Firewall Fortigate.
config vpn pptpset status enableset ip-mode rangeset sip 172.16.2.100set eip 172.16.2.110set usrgrp PptpVpnGroupend
Cấu hình Firewall Policy cho phép PPTP VPN truy cập tới Internal Server trên Firewall Fortigate.
config firewall addressedit PptpVpnRangeIPset type iprangeset start-ip 172.16.2.100set end-ip 172.16.2.110end
config firewall addressedit AppServerset type ipmaskset subnet 172.16.2.22 255.255.255.255end
config firewall policyedit 4set name PPTP.to.Serverset srcintf wan1set dstintf internalset srcaddr PptpVpnRangeIPset dstaddr AppServerset action acceptset schedule alwaysset service "ALL"end
Kiểm tra kết nối PPTP VPN trên Firewall Fortigate.
Để tìm hiểu thêm về Firewall Fortigate, các bạn có thể tham khảo Khóa học Chuyên đề Firewall Fortigate, hoặc liên hệ với mình thông qua kênh Zalo (Jade Bùi) 076.877.2021.
0 comments