Thanks Andre
Do I need to download and install BusyBox package? In dreamboxupdate.com, 8 BusyBox packages found. Which should I install?
Code
busybox-dbg_1.19.4-r8-dream13_mips32el.ipk
busybox-dev_1.19.4-r8-dream13_mips32el.ipk
busybox-syslog-systemd_1.19.4-r8-dream13_mips32el.ipk
busybox-syslog_1.19.4-r8-dream13_mips32el.ipk
busybox-systemd_1.19.4-r8-dream13_mips32el.ipk
busybox-udhcpc_1.19.4-r8-dream13_mips32el.ipk
busybox-xinetd_1.19.4-r8-dream13_mips32el.ipk
busybox_1.19.4-r8-dream13_mips32el.ipk
The output of route-n command and the ip route, before starting openvpn:
Code
root@dm500hd:~# route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0 0 eth0
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0
192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
198.105.212.167 192.168.1.1 255.255.255.255 UGH 0 0 0 eth0
root@dm500hd:~# ip route
default via 192.168.1.1 dev eth0
169.254.0.0/16 dev eth0
192.168.1.0/24 dev eth0 src 192.168.1.101
198.105.212.167 via 192.168.1.1 dev eth0
root@dm500hd:~#
Display More
The output of route-n command and the ip route, after starting openvpn:
Code
root@dm500hd:~# route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 5.5.8.1 128.0.0.0 UG 0 0 0 tun0
0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0 0 eth0
5.5.8.0 0.0.0.0 255.255.248.0 U 0 0 0 tun0
128.0.0.0 5.5.8.1 128.0.0.0 UG 0 0 0 tun0
141.255.161.118 192.168.1.1 255.255.255.255 UGH 0 0 0 eth0
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0
192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
198.105.212.167 192.168.1.1 255.255.255.255 UGH 0 0 0 eth0
root@dm500hd:~# ip route
0.0.0.0/1 via 5.5.8.1 dev tun0
default via 192.168.1.1 dev eth0
5.5.8.0/21 dev tun0 src 5.5.12.112
128.0.0.0/1 via 5.5.8.1 dev tun0
141.255.161.118 via 192.168.1.1 dev eth0
169.254.0.0/16 dev eth0
192.168.1.0/24 dev eth0 src 192.168.1.101
198.105.212.167 via 192.168.1.1 dev eth0
root@dm500hd:~#
Display More
The output of the command:
Code
root@dm500hd:~# route add -net 141.255.161.118 netmask 255.255.255.255 gw 192.16
8.1.1
route: SIOCADDRT: File exists
Code
root@dm500hd:~# ip route add 141.255.161.118/32 via 192.168.1.1
ip: RTNETLINK answers: File exists
New log file attached.
Ping result:
Code
opendreambox 2.0.0 dm500hd
dm500hd login: root
root@dm500hd:~# ping www.google.com
PING www.google.com (216.239.32.20): 56 data bytes
64 bytes from 216.239.32.20: seq=0 ttl=51 time=249.430 ms
64 bytes from 216.239.32.20: seq=1 ttl=51 time=249.468 ms
64 bytes from 216.239.32.20: seq=2 ttl=51 time=258.715 ms
64 bytes from 216.239.32.20: seq=3 ttl=51 time=258.448 ms
64 bytes from 216.239.32.20: seq=4 ttl=51 time=318.187 ms
64 bytes from 216.239.32.20: seq=5 ttl=51 time=253.189 ms
64 bytes from 216.239.32.20: seq=6 ttl=51 time=243.103 ms
64 bytes from 216.239.32.20: seq=7 ttl=51 time=252.742 ms
64 bytes from 216.239.32.20: seq=8 ttl=51 time=272.404 ms
^C
--- www.google.com ping statistics ---
9 packets transmitted, 9 packets received, 0% packet loss
round-trip min/avg/max = 243.103/261.742/318.187 ms
root@dm500hd:~# ping 8.8.8.8
PING 8.8.8.8 (8.8.8.8): 56 data bytes
64 bytes from 8.8.8.8: seq=0 ttl=52 time=277.665 ms
64 bytes from 8.8.8.8: seq=1 ttl=52 time=232.078 ms
64 bytes from 8.8.8.8: seq=2 ttl=52 time=231.933 ms
64 bytes from 8.8.8.8: seq=3 ttl=52 time=306.326 ms
64 bytes from 8.8.8.8: seq=4 ttl=52 time=306.154 ms
^C
--- 8.8.8.8 ping statistics ---
5 packets transmitted, 5 packets received, 0% packet loss
round-trip min/avg/max = 231.933/270.831/306.326 ms
root@dm500hd:~#
Display More
BUT:
Unfortunately, the problem remains!
Best Regard
Naser