You are not logged in.
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