khaledeshah
ISP
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.
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.