Understanding the NetScaler An Application L4-L7 Switch. Used for Web Applications. Functions as a TCP Proxy Features: Switching Features for optimal distribution of client requests Security and protection Features protects web applications from application-layer attacks Server-farm Optimization Features speeds up applications by offloading resource-intensive operations from the server Placement Request Switching Netscaler is deployed infront of a … Continue reading Citrix Netscaler 10 Summary Notes – Getting Started – Day 3
Tag: Protocols
Cisco R&S: Basic DHCP Configuration on a Cisco Router
Configure Excluded IPs for the 3 VLANS ip dhcp excluded-address 10.1.222.250 10.1.222.254 ip dhcp excluded-address 10.1.0.1 10.1.0.100 ip dhcp excluded-address 10.1.0.200 10.1.0.254 ip dhcp excluded-address 10.1.1.250 10.1.1.254 Configure Voice Pools ip dhcp pool VOICE_VLAN network 10.1.222.0 255.255.255.0 option 150 ip 10.1.222.254 default-router 10.1.222.254 lease 30 ip dhcp pool DATA_VLAN network 10.1.0.0 255.255.255.0 default-router 10.1.0.254 lease … Continue reading Cisco R&S: Basic DHCP Configuration on a Cisco Router
Cisco Wireless: How to configure a named access list to deny traffic from a Visitor Vlan to Internal Resources
This is what I am trying to achieve. I would like the Guest Vlan to get access only to the internet. Everything else is banned. Here is what i have so far: interface FastEthernet0/0 description To_Internet ip address 1.1.1.1 255.255.255.252 ip access-group 102 in ip nat outside ip inspect RED out ip virtual-reassembly in duplex … Continue reading Cisco Wireless: How to configure a named access list to deny traffic from a Visitor Vlan to Internal Resources