Fortinet notes: Difference between revisions
From Federal Burro of Information
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 13: | Line 13: | ||
http://docs.fortinet.com/fmgr/fmgr-admin/index.html#page/FMG-Admin-Guide/600_System_Settings.07.60.html | http://docs.fortinet.com/fmgr/fmgr-admin/index.html#page/FMG-Admin-Guide/600_System_Settings.07.60.html | ||
== HE IPv6 config == | |||
Note: provider (Teksavvy) has my static IP I take my queue from what the interface is configured with. | |||
<pre> | |||
config system sit-tunnel | |||
edit "HE" | |||
set destination 216.66.38.58 | |||
set ip6 2001:470:1c:907::2/64 | |||
set interface wan1 | |||
next | |||
end | |||
config router static6 | |||
edit 1 | |||
set device "HE" | |||
next | |||
end | |||
</pre> |
Revision as of 01:57, 16 October 2012
ipv6 setup: http://www.sixxs.net/wiki/Fortigate
XML API
http://docs.fortinet.com/fa/fortianalyzer-40-mr3-xmlapi.pdf
where are the mibs?
http://kb.fortinet.com/kb/microsites/microsite.do?cmd=displayKC&externalId=FD30891
HE IPv6 config
Note: provider (Teksavvy) has my static IP I take my queue from what the interface is configured with.
config system sit-tunnel edit "HE" set destination 216.66.38.58 set ip6 2001:470:1c:907::2/64 set interface wan1 next end config router static6 edit 1 set device "HE" next end