Project

General

Profile

Actions

Bug #4110

closed

interface-group is not set properly on the openvpn interfaces after reboot

Added by Pi Ba over 9 years ago. Updated over 9 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
OpenVPN
Target version:
Start date:
12/13/2014
Due date:
% Done:

100%

Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.2
Affected Architecture:

Description

interface-group is not set properly on the openvpn interfaces after reboot
The openvpn interfaces are part of the MyVPNs interface group, but its rules are not active..

-- output from ifconfig -v after reboot:

ovpns3: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> metric 0 mtu 1500
        options=80000<LINKSTATE>
        inet6 fe80::a00:27ff:fe5d:29cb%ovpns3 prefixlen 64 scopeid 0xc
        inet 10.0.9.1 --> 10.0.9.2 netmask 0xffffffff
        nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
        groups: tun openvpn
        Opened by PID 18517
ovpns4: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> metric 0 mtu 1500
        options=80000<LINKSTATE>
        inet6 fe80::a00:27ff:fe5d:29cb%ovpns4 prefixlen 64 scopeid 0xd
        inet 10.0.10.1 --> 10.0.10.2 netmask 0xffffffff
        nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
        groups: tun openvpn
        Opened by PID 21872

--output from ifconfig -v after saving interfacegroup again without changing anything:
ovpns3: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> metric 0 mtu 1500
        options=80000<LINKSTATE>
        inet6 fe80::a00:27ff:fe5d:29cb%ovpns3 prefixlen 64 scopeid 0xc
        inet 10.0.9.1 --> 10.0.9.2 netmask 0xffffffff
        nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
        groups: tun openvpn MyVPNs
        Opened by PID 18517
ovpns4: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> metric 0 mtu 1500
        options=80000<LINKSTATE>
        inet6 fe80::a00:27ff:fe5d:29cb%ovpns4 prefixlen 64 scopeid 0xd
        inet 10.0.10.1 --> 10.0.10.2 netmask 0xffffffff
        nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
        groups: tun openvpn MyVPNs
        Opened by PID 21872


--openvpn interfaces:
        <opt5>
            <descr><![CDATA[OPT5]]></descr>
            <if>ovpns3</if>
            <enable/>
            <spoofmac/>
        </opt5>
        <opt6>
            <descr><![CDATA[OPT6]]></descr>
            <if>ovpns4</if>
            <enable/>
            <spoofmac/>
        </opt6>
    </interfaces>

--interface group
    <ifgroups>
        <ifgroupentry>
            <members>opt5 opt6</members>
            <descr/>
            <ifname>MyVPNs</ifname>
        </ifgroupentry>
    </ifgroups>

Actions #1

Updated by Chris Buechler over 9 years ago

  • Status changed from New to Confirmed

confirmed as described

Actions #2

Updated by Chris Buechler over 9 years ago

  • Affected Architecture added
  • Affected Architecture deleted (amd64)
Actions #3

Updated by Renato Botelho over 9 years ago

  • Status changed from Confirmed to Feedback
  • % Done changed from 0 to 100
Actions #5

Updated by Pi Ba over 9 years ago

With a short test this seems to be fixed now, thanks.

Actions #6

Updated by Chris Buechler over 9 years ago

  • Status changed from Feedback to Resolved

fixed

Actions

Also available in: Atom PDF