howto GTC network without NetworkManager

Started by ajavibp, 2015/03/05, 09:41:38

Previous topic - Next topic

ajavibp


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):



ajavibp

#2
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