Hello,
I have a wired EAP-PEAP network with GTC in my work. It works perfectly with NetworkManager, but I need to write the keyring passwork before connect. This is a problem for me, because I use a my computer remotely and I can't access after a reboot. I'm trying to configure the network directly with /etc/network/interfaces and /etc/wpa-supplicant.conf, but I don't know how to achieve it.
Could anyone help me? Thank you very much!
I add the configuration screen on NetworkManager (sorry it's in spanish):
(http://imageshack.com/a/img908/4302/8rC28R.png) (http://imageshack.com/a/img908/4302/8rC28R.png)
https://bbs.archlinux.org/viewtopic.php?id=155893
maybe this helps
Thanks, but it doesn't work for me. I think the problem can be the network is wired, or I don't know how to configure this files (more likely). I'd tried this:
wpa_supplicant.conf:
network={
key_mgmt=WPA-EAP
eap=PEAP
phase2="auth=GTC"
identity=...
password=...
}
/etc/interfaces:
auto eth0
iface eth0 inet dhcp
wpa-driver wired