Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

authentication

Status
Not open for further replies.
Jan 1, 2001
84
LY
Hi
I have a radius server which I want to put it behind DMZ1 interface of PIX515 with private IP eg 192.168.1.16 with static command to let RAS clients connect with it
static (dmz1,outside) realaddress 192.168.1.16 netmask 255.255.255.255
access-list acl_out permit tcp any host realaddress eq radius
also I have sql server which will auth. , and I want to put behind the inside interface with private address eg 10.0.0.15 , so how can I let the radius make auth with sql server & connect to it.
BTW I don't need anyone to connect to that sql server except radius server.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top