On 11/16/2012 08:51 AM, Mikhail Strizhov wrote:

CONNECTION='ethernet'
DESCRIPTION='A basic static ethernet connection using iproute'
INTERFACE='eth0'
IP='static'
ADDR='129.82.47.19'
ROUTES=('129.82.44.0/22 via 129.82.44.1')
GATEWAY='129.82.44.1'


systemctl start net-auto-wired.service fails with a error "Network is unreachable, Adding gateway 129.82.44.1 failed".
You should set ip netmask (now it is 24 or 32).

Reply via email to