Used openvpn-openssl package from entware-ng (zyxel-models also installed),
edited the startup script to correct path of tun.ko
in /opt/etc/init.d/S20openvpn
Code: Select all
insmod /opt/net/tun.ko
Code: Select all
insmod /opt/lib/modules/$(uname -r)/kernel/drivers/net/tun.ko
Code: Select all
Module Size Used by Tainted: P
tun 10190 2
It is connected (removed the ip and bcast)
Code: Select all
tun0 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
inet addr: HIDDEN P-t-P: HIDDEN Mask:255.255.255.0
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:782 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:0 (0.0 B) TX bytes:77272 (75.4 KiB)
Code: Select all
route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 HIDDEN1 128.0.0.0 UG 0 0 0 tun0
0.0.0.0 10.0.2.1 0.0.0.0 UG 6 0 0 egiga0
10.0.2.0 0.0.0.0 255.255.255.0 U 0 0 0 egiga0
10.0.2.0 0.0.0.0 255.255.255.0 U 0 0 0 egiga1
HIDDEN2 0.0.0.0 255.255.255.0 U 0 0 0 tun0
128.0.0.0 HIDDEN1 128.0.0.0 UG 0 0 0 tun0
HIDDEN3 10.0.2.1 255.255.255.255 UGH 0 0 0 egiga0
Anyone got any idea? (I use both eth-ports)