目的希望pc1. pc2可以取得10.1.20的ip並可以上網
1.wan是192.168.118.5,到r1可以上網
2.pc1,pc2接it的eth 0/1 eth 0/2,vlan20成員eth range eth0/0-2
3.vlan20 ip 10.1.20.2
以下是r1 route
以下是fortigate的靜態路由設定
請問我要怎設定dhcp relay才能讓pc1 pc2取得ip並上網
現在是新手邊上網查邊用gns3學網路
首先 fortigate 限制
DHCP pool 與 interface 不同網段就只能用指令設定 DHCP pool
我的 port2 就是你的 eth0/1 (IP 10.1.1.1/30)
config system dhcp server
edit 2
set default-gateway 10.1.20.254
set netmask 255.255.255.0
set interface "port2"
config ip-range
edit 1
set start-ip 10.1.20.100
set end-ip 10.1.20.150
next
end
set dns-server1 8.8.8.8
next
end
cisco router 設定
在你的 eth 0/1 (你截圖是 fa1/0)下這行指令
或是加在你的 IT switch vlan20
習慣我會加在 gateway 那邊 (10.1.20.1)ip helper-address 10.1.1.1
參考來源
https://kb.fortinet.com/kb/documentLink.do?externalID=FD33842
樓上"補覺鳴詩"大大提供了一個方法
樓主可以參考試做看看
在下是沒有按那個方法做過LAB或實戰
倒是有另幾種解法方向,供樓主參考
(KB的OS版本太舊,且是在2台FG下的結構)
以上三種方式在下都實做過可行,敬供樓主參考