- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
how can i configure my access point to fortigate 80d ?
hello
i would to connect my access point to my fortigate.
i tried to configure port2 to access point and i did now succed.
please give me some help
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
\\ Torgny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
What manufacturer/model is the access point?
Bob - self proclaimed posting junkie!
See my Fortigate related scripts at: http://fortigate.camerabob.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm not sure how you expect this to work?
Are you setting up an Access Point or router?
You are setting the Access Points IP address as Default Gateway, and this IP address is not in the same
subnet as firewall interface.You are also using a Class B subnet on firewall.
I would suggest:
[ul]If you are installing Access Point as a router I need to see more of the configuration.
\\
Torgny
\\ Torgny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Several glaring issues here:
[ol]Get back to us with more information, if needed.
Bob - self proclaimed posting junkie!
See my Fortigate related scripts at: http://fortigate.camerabob.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
i did all what you said but i do not know how to do :
* Make firewall rule from internal2 to wan interface with NAT enabled * Enable Ping on internal2 interface to test connectivity
Please help how to do it from putty.
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
now i even not receving dhcp from port2 on fortigate
please help !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Did DHCP from Fortigate work before?
Why would you configure it from putty? Your screenshots are from web, and if you don't know how to enable ping on a interface, i don't think you should start by trying to do it from CLI (putty).
But if you have to, this enables ping on
config system interface
edit internal2
set allowaccess ping <other access you want to allow>
end
To enable ping from web GUI there is a checkbox on interface configuration page (the one you sent screenshot of).
Firewall rules are created under Policy & Object... Policy... IPv4.
config firewall policy
edit 0
set srcintf "internal2"
set dstintf "wan1"
set srcaddr "all"
set dstaddr "all"
set action accept
set schedule "always"
set service "ALL"
set nat enable
end
This should give full access to internet. (replace WAN1 with your external interface).
If you want access to other internal network you could change wan1 to a internal interface, and set nat disable
\\
Torgny
\\ Torgny
