Basic FortiGate Configuration in GNS3 | Enable User Access

Опубликовано: 05 Июнь 2026
на канале: Allam Network Academy
147
8

في الجزء التاني، بنبدأ في التهيئة الأساسية لجهاز FortiGate داخل GNS3. هاشرح إزاي توزع الـ IPs، وتظبط الواجهات، وتفعل الوصول من خلال HTTPS وSSH، علشان تتيح للمستخدم أو الأدمن الدخول للجهاز.

🔒 تهيئة الإعدادات الأساسية
🌐 تفعيل وصول المستخدم/الأدمن
⚙️ مناسب للابات والمشاريع

يُفضل تكون نفذت خطوات الجزء الأول قبل ما تبدأ في الجزء ده.

In Part 2, we move forward with the initial FortiGate configuration inside GNS3. I explain how to assign IP addresses, configure interfaces, enable HTTPS/SSH access, and allow user access to the firewall.

🔒 Configure basic settings
🌐 Allow admin/user access
⚙️ Suitable for labs and projects

Make sure you’ve completed Part 1 before starting this configuration.

// set ip in port
config sys interface
edit port1
set mode static
set ip 10.10.10.1 255.255.255.0
set allowaccess ping https http ssh snmp
end

// disable Protocol NTP (Network Time Protocol)
config sys ntp
set ntpsync disable
set type custom
end

// Show All Ports in Firewall
get system interface physical