Siduction Forum

Siduction Forum => Software - Support => Topic started by: ajavibp on 2015/03/05, 09:41:38

Title: howto GTC network without NetworkManager
Post by: ajavibp on 2015/03/05, 09:41:38

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)
Title: Re: howto GTC network without NetworkManager
Post by: hendrikL on 2015/03/05, 11:32:16
https://bbs.archlinux.org/viewtopic.php?id=155893

maybe this helps
Title: Re: howto GTC network without NetworkManager
Post by: ajavibp on 2015/03/05, 12:50:11
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