大家好,我的realserver中有一台是windows 2003 请问如何设置?

我的Director是centos 有两台realserver,一台是centos 另一个是win2003,请教下windows的及其上怎么设置,我做基于DR的ipvs,谢谢大家!!!!

Forums:

http://www.austintek.com/LVS/LVS-HOWTO/HOWTO/LVS-HOWTO.non-linux_realservers.html#windows

Finding this post has ansrewed my prayers

或者可以参考一下wiki上的网页:

按照这个做了,就是不成功,超郁闷!
直接访问real IP可以直接打开web,通过vip(192.168.1.250),就是不能访问
服务器端脚本
#!/bin/bash
ifconfig tunl0 192.168.1.250 broadcast 192.168.1.250 netmask 255.255.255.255 up
route add -host 192.168.1.250 dev tunl0
ipvsadm -C
ipvsadm -A -t 192.168.1.250:80 -s wlc
ipvsadm -a -t 192.168.1.250:80 -r 192.168.1.241 -i -w 3
ipvsadm -a -t 192.168.1.250:80 -r 192.168.1.242 -i -w 1
ipvsadm
两台windows 2003端vip设置
192.168.1.250
掩码:255.255.255.255
实际IP:
192.168.1.241
192.168.1.242
并且也关掉了防火墙!
服务器端运行
[root@localhost ~]# /etc/rc.d/lvstunl0.sh
IP Virtual Server version 1.2.1 (size=4096)
Prot LocalAddress:Port Scheduler Flags
-> RemoteAddress:Port Forward Weight ActiveConn InActConn
TCP 192.168.1.250:http wlc
-> 192.168.1.242:http Tunnel 1 0 0
-> 192.168.1.241:http Tunnel 3 0 0

[root@localhost ~]# watch ipvsadm
IP Virtual Server version 1.2.1 (size=4096)
Prot LocalAddress:Port Scheduler Flags
-> RemoteAddress:Port Forward Weight ActiveConn InActConn
TCP 192.168.1.250:http wlc
-> 192.168.1.242:http Tunnel 1 0 1
-> 192.168.1.241:http Tunnel 3 0 0

我也是同样的问题 ,按照说明安装了Microsoft 环回适配器,搜索修改了注册表255.255.255,关闭了防火墙。
TUN还是不成功,其他RS是Linux机器就一切正常。win2003,有谁做成功了?

That's an astute answer to a tricky quisteon

Yeah, that's the titcke, sir or ma'am