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

Does ACS v3.0 proxies requests on port 1812?

jlipacis
Level 1
Level 1

My Cisco ACS v3.0 working as a radius proxy.

By default it proxies requests on port 1645.

Is it possible to force ACS to send requests from 1812 port?

Regards,

Juris

1 Accepted Solution

Accepted Solutions

gfullage
Cisco Employee
Cisco Employee

Yes, but you have to change it in the registry for the specific host:

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

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

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

"timeout"=dword:00000001

"single connection"=dword:00000000

"strip users"=dword:00000000

Change the authPort to 714 (hex of 1812), stop/start the ACS services and you should be good.

View solution in original post

1 Reply 1

gfullage
Cisco Employee
Cisco Employee

Yes, but you have to change it in the registry for the specific host:

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

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

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

"timeout"=dword:00000001

"single connection"=dword:00000000

"strip users"=dword:00000000

Change the authPort to 714 (hex of 1812), stop/start the ACS services and you should be good.