You are not logged in.

#1 2013-03-12 14:45:38

warm
Member
Registered: 2009-06-23
Posts: 45

Problem starting ipip tunnel after reboot

I have ipip tunnet and the netcfg profile looks like:

CONNECTION='tunnel'
DESCRIPTION='birds ipip tunnel'
INTERFACE='BIRDS'
MODE='ipip'
REMOTE='82.*.*.*5'
LOCAL='217.*.*.*4'
IP='no'
ROUTES=('10.0.11.0/24 dev BIRDS src 10.0.10.1')

This tunnel interface works if started by command "netcfg -u birds" but it does not start automatically after reboot. I have enabled netcfg service like 'systemctl enable netcfg@birds'. After reboot I see interface BIRDS configured but shutdowned. I think it happens because systemd starts services in parallel and ipip cannot be started before eth0 is started (interface with ip address LOCAL)

How can I make dependency in netcfg profiles to start them in specified order ? Or can I do this by systemd configurations ?

Offline

Board footer

Powered by FluxBB