www.sanotes.net
2010年03月10日

现在位置 >首页 > 所有 NetScaler 分类文章

Netscaler管理IP地址错误

2010年03月03日 添加评论 114次浏览

最近有同事向我求救:Netscaler 管理IP配置老是失败,问我到底怎么配。他提供了如上的错误页面,这个页面提示IP错误,具体啥错误无法从这里看出,我让他再确定下IP地址是否可用,答案是...

分类:NetScaler | 阅读全文

Why do you need to disable Surge Protection on HTTP services with USIP ON?

2009年09月03日 1条评论 110次浏览

FAQ: Why do you need to disable Surge Protection on HTTP services with USIP ON?
A: For HTTP services, Surge Protection must be OFF if USIP is enabled. For non-HTTP protocols (service type UDP/TCP/FTP/and so on) this restriction is not applicable...

分类:NetScaler | 阅读全文

NetScaler中使用ACL做IP访问限制

2009年03月10日 添加评论 16次浏览

NetScaler中的ACL规则有点类似Iptables,匹配的顺序也是先匹配第一条规则,如果匹配到了,后面的规则会直接跳过。当然匹配的顺序还与priority有关,越低越先匹配:
比如有这样的需求,仅...

分类:NetScaler | 阅读全文

MAC based forwarding

2008年03月14日 添加评论 1135次浏览

joe.lee 说:
basically tell the device
joe.lee 说:
for returning traffic, transmit it back to the source mac address
joe.lee 说:
instead of looking at routing table
Kevin Kuang 说:
指对服务器还是clie...

分类:NetScaler | 阅读全文

NetSclaer状态输出的解析

2008年02月22日 添加评论 1143次浏览

#nsconmsg -s ConLb=2 -d oldconmsg
VIP(61.130.108.106:80:UP:LEASTCONNS): Hits(71965960, 536/sec) Mbps(39.47) Pers(COOKIE_INSERT) Err(0)
        Pkt(8352/sec, 512 bytes) actSvc(1) DefPol(NONE) override(0)
        Conn: Cl...

分类:NetScaler | 阅读全文

Custom Client-IP Header Processing Module for Apache 2.x

2007年11月16日 添加评论 1111次浏览

This document describes the procedure for loading the mod_custom_header.c module onto an Apache Web server to force the server to recognize client IP addresses based on the value contained within a custom HTTP header inserted by a NetScaler device.

分类:NetScaler | 阅读全文

NS遗留问题

2007年11月16日 添加评论 1109次浏览

如何查看MIP的使用率来决定是否需要增加MIP
  nsapimgr -d mappedip
CKA是否需要开启
  可以不用开启,不开启的话httpwatch看不到Connection:close信息。现在的浏览器大多支持HTTP1.1,没必...

分类:NetScaler | 阅读全文

NetScaler --How do I configure RNAT for specific hosts?

2007年11月16日 添加评论 1125次浏览

 How do I configure Reverse Network Address Translation (RNAT) for specific hosts?
A: You can configure RNAT using the set ns rnat command.
> set ns rnat <private_ip_address/network> <netmask> -natip <public_IP>
...

分类:NetScaler | 阅读全文

NetScaler — What is the meaning of the “Limiting closed port RST response from xxx to 200 packets per second” console message?

2007年11月16日 添加评论 1111次浏览

Q: What is the meaning of the “Limiting closed port RST response from xxx to 200 packets per second” console message?
A: This message may be seen in the output of dmesg or nsconmsg –d consmsg. TCP connection attempts (SYN) to closed ports ...

分类:NetScaler | 阅读全文

NetScaler — 最大VLAN数目

2007年11月16日 添加评论 1109次浏览

最多可以创建4,096个VLAN,符合802.1q标准。tagged VLAN的vlanid可以从2->4095,0不允许使用,1保留给NetScaler的默认vlan:nsvlan
127.0.0.1以及NSIP就在VLAN 1里面。

收藏、分享这篇文章!

...
分类:NetScaler | 阅读全文