Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic: [EN] howto GTC network without NetworkManager  (Read 2021 times)

Offline ajavibp

  • User
  • Posts: 110
    • The website of the association where I collaborate.
[EN] howto GTC network without NetworkManager
« 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):


Offline hendrikL

  • Administrator
  • User
  • *****
  • Gravatar
  • Posts: 931

Offline ajavibp

  • User
  • Posts: 110
    • The website of the association where I collaborate.
Re: howto GTC network without NetworkManager
« Reply #2 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:
Code: [Select]
network={
   key_mgmt=WPA-EAP
   eap=PEAP
   phase2="auth=GTC"
   identity=...
   password=...
}

/etc/interfaces:
Code: [Select]
auto eth0
iface eth0 inet dhcp
wpa-driver wired
« Last Edit: 2015/03/06, 17:07:07 by ajavibp »