Log into your Fortigate with SSH and enter the vdom context you are using then edit the WAN interface:
Assumtion
wan1is for pppoe portinternalinternal switchvlan30guest vlan
config system interface
Log into your Fortigate with SSH and enter the vdom context you are using then edit the WAN interface:
Assumtion
wan1 is for pppoe portinternal internal switchvlan30 guest vlanconfig system interface
| { | |
| "data": { | |
| "__schema": { | |
| "queryType": { | |
| "name": "Root" | |
| }, | |
| "mutationType": null, | |
| "subscriptionType": null, | |
| "types": [ | |
| { |
| import * as cdk from 'aws-cdk-lib'; | |
| import { | |
| aws_ec2 as ec2, | |
| aws_resourcegroups as resourcegroups, | |
| } | |
| from 'aws-cdk-lib' | |
| import { Construct } from 'constructs'; | |
| // import * as sqs from 'aws-cdk-lib/aws-sqs'; | |
| import * as network from 'raindancers-network' |