one-key-ikev2-vpn icon indicating copy to clipboard operation
one-key-ikev2-vpn copied to clipboard

How Connect To External radius server

Open raminmalekghasemi opened this issue 3 years ago • 5 comments

If i want Connect Config file To external radius server For auth and acc used Radius server How can do it in this .sh file ???

raminmalekghasemi avatar Apr 04 '21 05:04 raminmalekghasemi

1,vi /usr/local/etc/strongswan.d/charon/eap-radius.conf eap-radius { accounting = yes load = yes port = 1812 secret = test123 server = 127.0.0.1 }

2,vi /usr/local/etc/ipsec.conf all rightauth edit to :eap-radius rightauth=eap-radius

poctopus avatar Mar 05 '22 02:03 poctopus

Hi do this see error 809

raminmalekghasemi avatar Sep 26 '22 23:09 raminmalekghasemi

you can use radiusd -X to check radius config

poctopus avatar Oct 03 '22 03:10 poctopus

I used AAA Radius donnot send any request to my radius server

raminmalekghasemi avatar Oct 11 '22 07:10 raminmalekghasemi

you need config you radius server for this client. for centos you need modify /etc/raddb/clients.conf this file.

you need create a new client ofr strongswan.

poctopus avatar Nov 07 '22 08:11 poctopus