cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
495
Views
0
Helpful
1
Replies

CSS load balancing and Remote desktop

s_kozlov
Level 1
Level 1

hi all!

here is config:

!*************************** GLOBAL ***************************

cdp run

ip redundancy

ip route 0.0.0.0 0.0.0.0 10.12.248.1 1

!************************* INTERFACE *************************

interface 2/1

bridge vlan 2

interface 2/2

bridge vlan 3

!************************** CIRCUIT

circuit VLAN1

redundancy

ip address 10.12.248.101 255.255.248.0

circuit VLAN2

ip address 192.168.1.1 255.255.255.252

redundancy-protocol

circuit VLAN3

redundancy

ip address 192.168.7.25 255.255.255.0

!************************** SERVICE **************************

service Node1

ip address 192.168.7.23

active

service Node2

ip address 192.168.7.24

active

!*************************** OWNER ***************************

owner RenCap

content Cluster_Nodes

add service Node1

add service Node2

vip address 10.12.248.100

active

content Mngmnt_Node1

add service Node1

vip address 10.12.248.102

active

content Mngmnt_Node2

add service Node2

vip address 10.12.248.103

active

CSS_Primary#

Remote desktop of Node1 and Node2 is accesible, but only by local login and password.

How i can use tacacs for authentication on Node?

in other words, how can be LAN servers available from Node1 and Node2?

1 Reply 1

Not applicable

The document http://www.cisco.com/en/US/products/sw/secursw/ps2308/products_configuration_example09186a0080094848.shtml gives a complete configuration exmaple on Configuring TACACS Authentication with VPN Client.