Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
interface down!
Good night! Is there a way I can activate my physical interfaces without having to go to the site?
Solved! Go to Solution.
Labels:
- Labels:
-
FortiGate
2 Solutions
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @Reynolds ,
From the CLI, to enable the interface that you want:
config system interface
edit port<port_number>
set status up
end
Best regards,
Erlin
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Reynolds,
You should have reachability to the Firewall, if you already have:
config system interface
FW-01 (interface) # edit lan1 \\replace lan1 with your intended interface
FW-01 (lan1) # set status up
FW-01 (lan1) # end
if you don't have access and you don't want to visit the site, just let someone connect his PC to the firewall and get an IP from the management subnet of your firewall, you can remotely get access from his PC and repeat the same steps above.
IP Network Engineer
IP Network Engineer
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @Reynolds ,
From the CLI, to enable the interface that you want:
config system interface
edit port<port_number>
set status up
end
Best regards,
Erlin
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Reynolds,
You should have reachability to the Firewall, if you already have:
config system interface
FW-01 (interface) # edit lan1 \\replace lan1 with your intended interface
FW-01 (lan1) # set status up
FW-01 (lan1) # end
if you don't have access and you don't want to visit the site, just let someone connect his PC to the firewall and get an IP from the management subnet of your firewall, you can remotely get access from his PC and repeat the same steps above.
IP Network Engineer
IP Network Engineer
