- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Internet not working after VLAN configuration
Hi ,
We have a Fortigate 90E , when i try to create a new VLAN configuration in any one of the physical interface , i'm not able to get internet while directly connecting the port and laptop with a working ethernet cable. Anyone has faced this issue ?
- Labels:
-
FortiGate
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If you configure a Vlan on a physical interface and then connect a PC to that interface, you need to configure vlan tag too on PC, otherwise it will not works.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
hi thanks for the reply , can you please guide me on how to configure vlan tag on PC . i'm a bit confused on how to do it.
Created on ‎09-26-2024 05:18 AM Edited on ‎09-26-2024 05:20 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi, you can look at this, but probably you would need the network drivers installed from the manufacturer of the nic.
L.E. Are you trying to create a interface on the FortiGate with a vlan id/tag ? If so, please make sure that the port in the switch is configured in trunk and that vlan is allowed on the port where you are connecting the FortiGate.
Created on ‎09-26-2024 06:25 AM Edited on ‎09-26-2024 06:32 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If you plan to use the tagged VLANs on Hyper-V guest VMs, there are some PowerShell commands that can help convert the interface to trunk and allow a list of VLAN, something like this:
Set-VMNetworkAdaptervlan -VMName FGW-VM1 -VMNetworkAdapterName "Adap4" -Trunk -AllowedVlanIdList "511-514" -NativeVlanId 0
If you have a secondary NIC in the PC and it supports VLAN tagging it will have this field in Configuration options:
If you have found a solution, please like and accept it to make it easily accessible for others.
