Windows 7通过网关为本地地址路由stream量

Windows正在为(10.0.0.138 – 这是我的网关)的网关添加一个本地地址(10.0.0.90 – 我的文件服务器)的路由,网关只有一个100Mbs的链接,所以我所有的文件服务器绑定的stream量正在减less100mbs,如果我拔掉网关,它跳回到1000mbs。

文件服务器也可以作为DHCP(isc)服务器(我使用IET和iPXE从iSCSI启动)。

此外,具有奇怪路由的机器通过dhcp进行configuration。

如果有人有兴趣,经过几小时淘谷歌:

http://support.microsoft.com/kb/960104

如果你正在使用iPXE – 像我一样,把:

 option routers 10.0.0.10; 

其中10.0.0.10是iscsi目标,如下所示:

 if exists user-class and option user-class = "iPXE" { option routers 10.0.0.10; filename ""; option root-path "iscsi:iscsi.example.com::::iqn.1992-01.com.example.iscsi:target"; } 

在硬件地址特定的isc-dhcp条目中。 在这个条件语句之外,您仍然需要指定networking路由器/网关,以便iscsi启动机器可以访问lan / wan / internet。

Windows在路由表中启动时,Windows会创build一个不可删除的不可更改的路由,该路由与iSCSI目标相对应,无论设置了哪个网关选项,都将目标绑定到该路由。