You are not logged in.
Hi, i've got some problems with my university connection (never tried it with arch before)...
I can't figure out what i have to do...basically, on other OS', once my computer is connected with my wire i have to go to the browser. There i can get my internet connection with a sort of "gate page" with username and password...
How can i do this in arch linux, with netctl?
Last edited by Dyamon (2013-09-27 08:44:56)
Offline
Just like other OSes.
1. Use "/etc/netctl/examples/ethernet-dhcp" to establish your wired connection (copy that file to /etc/netctl and then start it by "netctl start name-of-the-profile-file").
2. Then use browser to authenticate.
Offline
Mmm...something is wrong...
I copied the fileand modified the interface name, but when i try to start it with netctl it says:
Job for netctl@enp3s0\x2dsuperiore.service failed. See 'systemctl status netctl@enp3s0\x2dsuperiore.service' and 'journalctl -xn' for details.
Here is the 'systemctl status netctl@enp3s0\x2dsuperiore.service':
netctl@enp3s0x2dsuperiore.service - Networking for netctl profile enp3s0x2dsuperiore
Loaded: loaded (/usr/lib/systemd/system/netctl@.service; static)
Active: inactive (dead)
Docs: man:netctl.profile(5)
And here is my 'journalctl -xn'
-- Logs begin at sab 2013-07-13 14:27:41 CEST, end at ven 2013-09-27 11:34:55 CEST
set 27 11:34:50 dyamon systemd[1]: Starting Networking for netctl profile enp3s0-s
-- Subject: Unit netctl@enp3s0\x2dsuperiore.service has begun with start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit netctl@enp3s0\x2dsuperiore.service has begun starting up.
set 27 11:34:50 dyamon network[1242]: Starting network profile 'enp3s0-superiore'.
set 27 11:34:50 dyamon kernel: atl1c 0000:03:00.0: irq 45 for MSI/MSI-X
set 27 11:34:50 dyamon kernel: IPv6: ADDRCONF(NETDEV_UP): enp3s0: link is not read
set 27 11:34:55 dyamon network[1242]: No connection on interface 'enp3s0'
set 27 11:34:55 dyamon network[1242]: Failed to bring the network up for profile '
set 27 11:34:55 dyamon systemd[1]: netctl@enp3s0\x2dsuperiore.service: main proces
set 27 11:34:55 dyamon systemd[1]: Failed to start Networking for netctl profile e
-- Subject: Unit netctl@enp3s0\x2dsuperiore.service has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Documentation: http://www.freedesktop.org/wiki/Software/systemd/catalog/be02cf6
--
-- Unit netctl@enp3s0\x2dsuperiore.service has failed.
--
-- The result is failed.
set 27 11:34:55 dyamon systemd[1]: Unit netctl@enp3s0\x2dsuperiore.service entered
set 27 11:34:55 dyamon sudo[1235]: pam_unix(sudo:session): session closed for user
Do you know what may be wrong? (I'm a little arch newbie, searching for help!!!)
Offline
set 27 11:34:50 dyamon kernel: IPv6: ADDRCONF(NETDEV_UP): enp3s0: link is not read
set 27 11:34:55 dyamon network[1242]: No connection on interface 'enp3s0'
Apparently enp3s0 does not have a network cable plugged in to it....
Are you familiar with our Forum Rules, and How To Ask Questions The Smart Way?
BlueHackers // fscanary // resticctl
Offline
Don't know exactly what was going on, but it started, and it works!
Thank you very much!!!
Last edited by Dyamon (2013-09-27 16:02:13)
Offline