cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1490
Views
0
Helpful
2
Replies

Forcing the ACS to proxy a request on port 1812

f.gaggioli
Level 1
Level 1

Hi,

I am using the ACS as a radius proxy and I have verified that it always proxies requests on port 1645. Unfortunately my target Radius is listening only on port 1812, therefore it is not working.

I know that you can modify the Server registries to force ACS to listen for requests only on one port (1645 or 1812). Is there a similar workaround or any other workaround to force teh ACS to make requests on a defined port?

Thanks for your help

Ciao

Filippo

2 Replies 2

gfullage
Cisco Employee
Cisco Employee

Can be done... in the registry only though unfortunately.

[HKEY_LOCAL_MACHINE\SOFTWARE\Cisco\CiscoAAAv3.0\Hosts\\RADIUS]

"authPort"=dword:0000066e <<---- 1645

"acctPort"=dword:0000066d <<---- 1646

"timeout"=dword:00000001

"single connection"=dword:00000000

"strip users"=dword:00000000

Change these values to the hex for 1812/1813 and you should be good to go.

Hi,

I am using ACS 3.2 and under HKEY_LOCAL_MACHINE\SOFTWARE\Cisco\CiscoAAAv3.0\Hosts

I have just five folders (ACS, and then the servers I created) and nothing else.

In each folder there are the following :

Predefined

acct Packet Filter

direction

ip

key

LastMofdified

network device group

protocol

type

vendor

I cannot find the RADIUS folder you are mentioning. Shall I create it?

Thanks for your help.

Ciao

Filippo