Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How Connect To External radius server #193

Open
raminmalekghasemi opened this issue Apr 4, 2021 · 5 comments
Open

How Connect To External radius server #193

raminmalekghasemi opened this issue Apr 4, 2021 · 5 comments

Comments

@raminmalekghasemi
Copy link

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 ???

@poctopus
Copy link

poctopus commented Mar 5, 2022

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

@raminmalekghasemi
Copy link
Author

Hi do this see error 809

@poctopus
Copy link

poctopus commented Oct 3, 2022

you can use radiusd -X
to check radius config

@raminmalekghasemi
Copy link
Author

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

@poctopus
Copy link

poctopus commented Nov 7, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants