Package: vtun
Version: 3.0.3-2
When I try to make vtun connection using pppN interface (this is my 4G
modems), vtun crash with segfault
# vtund vpn1 vtunserver.mydomain.ru -n
vtund[589]: VTun client ver 3.X 05/15/2013 started
Segmentation fault
Syslog:
May 22 18:14:01 kserv vtund[589]: VTun client ver 3.X 05/15/2013 started
May 22 18:14:01 kserv kernel: vtund[589]: segfault at 0 ip
00000000004088a0 sp 00007ffeee426e20 error 4 in vtund[400000+12000]
The crash take place if only I use "srcaddr" option for pppN interface in
vtund.conf, and if ppp interface specified exists in system
For example, for ppp0 interface:
srcaddr {
iface ppp0;
};
Without this option, or if I use "iface ethN" vtun work normally.
On Debian GNU/Linux 7.0.8 vtun don't crash and work correctly with the
same vtund.conf and "iface ppp0" option.
I am using Debian GNU/Linux 8.0, kernel 3.16.7-ckt9-3~deb8u1 and libc6
2.19-18.
Best Regards,
Victor