You are not logged in.

#1 2013-05-25 02:26:06

TrueBers
Member
Registered: 2013-04-14
Posts: 4

netctl stops multiple profiles instead of specified one

Hi there!
Got a problem here.

When I try to invoke `netctl stop wan`, it stops my `lan` profile too for some reason (eth0 sets link to DOWN and resets IP. Meanwhile, `journalctl` shows only WAN-related log with "down-messages", there is nothing about LAN stop). So I'm tired of annoying problem with managing my wan-connection, while connected through `lan` via SSH.

Here is my profiles:

bers@bers-server ~ $ cat /etc/netctl/lan
Description='bers-home network'
Interface=eth0
Connection=ethernet
IP=static
Address=('192.168.168.193/28')

and

bers@bers-server ~ $ cat /etc/netctl/wan
Description='PPPoE internet'
Interface=eth0
Connection=pppoe
User='<username>'
Password='<pass>'
After=(lan)
ForceConnect=yes
ConnectionMode='persist'

Any ideas? Help please, guys!

Offline

Board footer

Powered by FluxBB