Results 1 to 1 of 1
I'm building a terminal server setup. It's hard to explain so here is a little text diagram...
( Intranet )
|
[ NLB ]
|
[ Switch ]
| | ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 03-30-2007 #1
ipvsadm LVS Terminal Server setup
I'm building a terminal server setup. It's hard to explain so here is a little text diagram...
( Intranet )
|
[ NLB ]
|
[ Switch ]
| | | |
| | | [Terminal Server1]
| | [Terminal Server2]
| [Terminal Server3]
[ISCSI SAN]
So, the Network Load Balancer software of choice for now is ipvsadm. I installed the program, now I would like to set up the different terminal servers with ipvsadm.
I'm trying to figure out how to successfully add the Terminal Servers in the "ipvsadm -L" screen.
The above command looks correct and I tried to enter it in for the three term servers. I got this:Code:ipvsadm -A -t serverip:3389 -s rr
Shouldn't there be more data in there? The machines are using static IPs. Thanks.Code:nlb:/ # ipvsadm -L IP Virtual Server version 1.2.1 (size=4096) Prot LocalAddress:Port Scheduler Flags -> RemoteAddress:Port Forward Weight ActiveConn InActConn TCP 192.168.18.20:ms-wbt-server rr TCP 192.168.18.30:ms-wbt-server rr TCP 192.168.18.10:ms-wbt-server rr
I praise Webmin and PuTTy!
Registered Linux User: 439431


Reply With Quote
