802.1x Support for wired connection
-
- Posts: 5
- Joined: Thu Jan 04, 2024 9:53 pm
802.1x Support for wired connection
Please provide one way use Wtware in environments with 802.1x in wired network
Re: 802.1x Support for wired connection
WTware does not support 802.1x now.
-
- Posts: 5
- Joined: Thu Jan 04, 2024 9:53 pm
Re: 802.1x Support for wired connection
Don´t have a plan to support in future???
Re: 802.1x Support for wired connection
We can make it if someone familiar with wired 802.1x in regular linux tells us what should we do.
-
- Posts: 5
- Joined: Thu Jan 04, 2024 9:53 pm
Re: 802.1x Support for wired connection
Yep, i´m familiar with linux, let´s go!
-
- Posts: 5
- Joined: Thu Jan 04, 2024 9:53 pm
Re: 802.1x Support for wired connection
Hi, can you provider the way to do?
Re: 802.1x Support for wired connection
Sorry, too busy now. I'll answer here after we upload next version.
Re: 802.1x Support for wired connection
Sorry for a delay.
As far as I understand, we should prepare wpa_supplicant.conf and run wpa_supplicant as we do for Wi-Fi, but on Ethernet interface. Before asking DHCP or apply static IP to interface. Right?
Should we generate default wpa_supplicant.conf or always require user-provided wpa_supplicant.conf ? If we should generate default, please write it to me.
For Wi-Fi we use such minimal default wpa_supplicant.conf if user doesn't provide another :
With wpa_supplicant.conf prepared, we should run:
Right?
As far as I understand, we should prepare wpa_supplicant.conf and run wpa_supplicant as we do for Wi-Fi, but on Ethernet interface. Before asking DHCP or apply static IP to interface. Right?
Should we generate default wpa_supplicant.conf or always require user-provided wpa_supplicant.conf ? If we should generate default, please write it to me.
For Wi-Fi we use such minimal default wpa_supplicant.conf if user doesn't provide another :
Code: Select all
ctrl_interface=/var/run/wpa_supplicant
network={
ssid="MYSSID"
psk="passphrase"
}
Code: Select all
/sbin/wpa_supplicant -B -c /etc/wpa_supplicant.conf -i eth0
-
- Posts: 5
- Joined: Thu Jan 04, 2024 9:53 pm
Re: 802.1x Support for wired connection
Hello, we used dhcp with guest vlan.
We can work with default suplicant.
Now is the question, why i can run /sbin/wpa_supplicant -B -c /etc/wpa_supplicant.conf -i eth0, because a only have accces to shell before Wtware booting ???
We can work with default suplicant.
Code: Select all
ap_scan=0
network={
key_mgmt=IEEE8021X
eap=MD5
identity="login"
password="password"
}
Re: 802.1x Support for wired connection
hi
I also have this problem like you
I also have this problem like you