Vtund не заводится....
Подскажите пожалуйста, что не так? Ядро 2.6.16-hardened-r10, vtun-2.6 стартует сервером. При попытке коннекта пишет в логи следующее:
Aug 8 11:10:08 [vtund] Session test[192.168.1.1:41791] opened
Aug 8 11:10:08 [vtund] LZO compression[level 9] initialized
Aug 8 11:10:08 [vtund] BlowFish encryption initialized
Aug 8 11:10:08 [udevd-event] rename_net_if: error changing net interface name: Invalid argument
Aug 8 11:10:08 [vtund] Session test closed
Иногда вместо "Invalid argument" пишет "Device or resource busy".
Конфиг vtund:
options {
port 5000;
syslog daemon;
ppp /usr/sbin/pppd;
ifconfig /sbin/ifconfig;
route /sbin/route;
firewall /sbin/iptables;
ip /sbin/ip;
type stand;
timeout 60;
}
default {
compress lzo:9;
speed 0;
type ether;
proto tcp;
encrypt yes;
stat yes;
keepalive yes;
}
test {
stat yes;
passwd 123;
up {
ifconfig "%% 192.168.2.1 netmask 255.255.255.0";
};
down {
ifconfig "%% down";
};
}
- Для комментирования войдите или зарегистрируйтесь