You are not logged in.

#1 2011-10-05 07:40:07

pizet
Member
From: Slovak Republic
Registered: 2011-06-18
Posts: 18

Network Manager - wired connection

Hello.

At my dormitory I'm trying to automatize connecting to a local network. So far I've been
connecting to the network using this sequnce of commands:

$ sudo ifconfig eth0 up
$ sudo wpa_supplicant -Dwired -ieth0 -c /etc/kolejnet.conf -B
$ sudo dhcpcd eth0 up

It's kind of anoying.

I'm trying to get my Network Manager working but it seems that somewhere is a problem
but I don't know what it is. This is how is my file "/etc/NetworkManager/system-connections
/kolejnet" supposed to look like:

[802-3-ethernet]
duplex=full
mac-address=f0:de:f1:8:1a:a1

[connection]
id=kolejnet
uuid=3146f80e-9643-4de3-a037-6ef7e8adc888
type=802-3-ethernet
timestamp=1317798337

[ipv6]
method=auto

[802-1x]
eap=ttls;
identity="my username"
anonymous-identity=pizet
ca-cert=/etc/ssl/certs/vpn-sisal.pem
phase2-auth=pap
password="my password"

[ipv4]
method=auto

If everything is in here correct, what could the problem be?


Do you follow my way? Or just see a black stain swimming in the Milky Way...

Offline

Board footer

Powered by FluxBB