OpenVPN client LAN can ping but other protocols cause packet drops

Hi

We have created a VPN connection between our distributed offices so that systems on both our networks can access each other. The topology is given in the image attached

OpenVPN%20Issue-Page-2

Our OpenVPN Client and servers are running on an OpenWRT based devices. We have been able to setup the OpenVPN connection, as well as set the routes on the network gateways on both sides, so that every system on the client side can ping every system on the server side. i.e 192.168.0.103 can ping 192.168.101.100 and vice versa.

The problem arises when we attempt a connection using any other protocol, for example ssh or even tftp, when accessing any system on the client side LAN through the OpenVPN. The connection is very slow and when examined by tcpdump we see a lot of malformed packets on the tunnel. The following is a the result of a tcpdump on tunnel when on the client side OpenVPN , when we try to ssh from 192.168.101.107 to 192.168.0.103

[ 1056.628225] protocol 0800 is buggy, dev tun0
13:36:48.422935 IP (tos 0x0, ttl 63, id 15744, offset 0, flags [DF], proto TCP (6), length 93, bad cksum 3303 (->ba94)!)
192.168.69.0.16384 > 0.93.61.129.16134: tcp 73 [bad hdr length 0 - too short, < 20] [ 1058.408190] protocol 0800 is buggy, dev tun0
13:36:50.195230 IP (tos 0x0, ttl 63, id 15744, offset 0, flags [DF], proto TCP (6), length 93, bad cksum 3303 (->ba93)!)
192.168.69.0.16384 > 0.93.61.130.16134: tcp 73 [bad hdr length 0 - too short, < 20]
[ 1061.968114] protocol 0800 is buggy, dev tun0
13:36:53.755235 IP (tos 0x0, ttl 63, id 15744, offset 0, flags [DF], proto TCP (6), length 93, bad cksum 3303 (->ba92)!)
192.168.69.0.16384 > 0.93.61.131.16134: tcp 73 [bad hdr length 0 - too short, < 20]
13:37:00.870929 IP (tos 0x0, ttl 63, id 15748, offset 0, flags [DF], proto TCP (6), length 93)
192.168.0.103.ssh > 10.8.0.1.36888: Flags [P.], cksum 0x838d (correct), seq 1:42, ack 1, win 905, options [nop,nop,TS 1
13:37:01.164432 IP (tos 0x0, ttl 62, id 7538, offset 0, flags [DF], proto TCP (6), length 64) 10.8.0.1.36888 > 192.168.0.103.ssh: Flags [.], cksum 0x96f1 (correct), seq 2012, ack 42, win 229, options [nop,nop,TS 0

However the OpenVPN client and servers are able to communicate with each other perfectly, i.e we can ssh from 192.168.101.107 to 192.168.0.106 and we see no issues what so ever and the same is the case for the reverse side. It seems this problem arises when packets from the OpenVPN tunnel are forwarded to the destination system or replies from the destination system are sent to the OpenVPN tunnel

The client side OpenWRT is running on a cavium octeon processor. The version from uname result is as follows

Linux OpenWrt 3.10.87 #16 SMP Wed May 8 15:46:10 PKT 2019 mips64 GNU/Linux

The server side OpenWRT is running on a cavium thunderx processor. The version from uname is as follows

Linux OpenWrt 4.9.0 #13 SMP PREEMPT Fri Jun 22 13:58:29 UTC 2018 aarch64 GNU/Linux

When we replace the client side OpenWRT version 3.10.87 on octeon with the OpenWRT version 4.9.0 on thunderX (All other settings remain the same) we do not see this problem and all communication works perfectly.

Has anyone ever experience any issue like this, and if yes how did you resolve this problem.
We have tried setting the MSS as well as MTUs in the Internet gateways

The OpenVPN versions are

Server

Thu May 16 09:48:44 2019 OpenVPN 2.3.11 aarch64-thunderx-linux-gnu [SSL (OpenSSL)] [LZO] [EPOLL] [MH] [IPv6]
Thu May 16 09:48:44 2019 library versions: OpenSSL 1.0.2j  26 Sep 2016, LZO 2.09
T

Client

Wed May 15 13:12:38 2019 OpenVPN 2.3.11 mips64-octeon-linux-gnu [SSL (OpenSSL)] [LZO] [EPOLL] [MH] [IPv6] built on May  8 2019
Wed May 15 13:12:38 2019 library versions: OpenSSL 1.0.2g  1 Mar 2016, LZO 2.08

The client side and network side /etc/config/openvpn files are below for information

Client side

config openvpn 'myvpn'                              
        option enabled '1'                                       
        option dev 'tun'                        
        option proto 'udp'                      
        option verb '3'                         
        option ca '/etc/openvpn/ca.crt'         
        option cert '/etc/openvpn/my-client.crt'
        option key '/etc/openvpn/my-client.key'
        option client '1'                  
        option remote_cert_tls 'server'    
        option remote 'XXXXXXXXXXXX 1194'
        option topology 'subnet'           
        option log '/tmp/openvpn.log'

Server side

config openvpn 'myvpn'
        option enabled '1'
        option port '1194'
        option proto 'udp'
        option dev 'tun'
        option server '10.8.0.0 255.255.255.0'
        option keepalive '10 120'
        option ca '/etc/openvpn/ca.crt'
        option cert '/etc/openvpn/my-server.crt'
        option key '/etc/openvpn/my-server.key'
        option dh '/etc/openvpn/dh2048.pem'
        option log '/tmp/openvpn.log'
        option verb '3'
        option route '192.168.0.0 255.255.255.0'
        option topology 'subnet'
        option mode 'server'
        option ifconfig_pool_persist '/etc/openvpn/ipp.txt' # flexo_client,10.8.
        option user 'nobody'
        option group 'nogroup'
        option client_config_dir '/etc/openvpn/ccd'
        option client_to_client '1'
        option ccd_exclusive

Server side /ccd/my-client

push "route 192.168.101.0 255.255.255.0 10.8.0.1"
iroute 192.168.0.0 255.255.255.0

Thanks and Regards

Mutahir

The firewall configs are attached

Server

config defaults
        option syn_flood '1'
        option input 'ACCEPT'
        option output 'ACCEPT'
        option forward 'REJECT'

config zone
        option name 'lan'
        list network 'lan'
        option input 'ACCEPT'
        option output 'ACCEPT'
        option forward 'ACCEPT'

config zone
        option name 'wan'
        list network 'wan'
        list network 'wan6'
        option input 'REJECT'
        option output 'ACCEPT'
        option forward 'REJECT'
        option masq '1'
        option mtu_fix '1'

config forwarding
        option src 'lan'
        option dest 'wan'

config rule
        option name 'Allow-DHCP-Renew'
        option src 'wan'
        option proto 'udp'
        option dest_port '68'
        option target 'ACCEPT'
        option family 'ipv4'

config rule
        option name 'Allow-Ping'
        option src 'wan'
        option proto 'icmp'
        option icmp_type 'echo-request'
        option family 'ipv4'
        option target 'ACCEPT'

config rule
        option name 'Allow-IGMP'
        option src 'wan'
        option proto 'igmp'
        option family 'ipv4'
        option target 'ACCEPT'

config rule
        option name 'Allow-DHCPv6'
        option src 'wan'
        option proto 'udp'
        option src_ip 'fc00::/6'
        option dest_ip 'fc00::/6'
        option dest_port '546'
        option family 'ipv6'
        option target 'ACCEPT'
config rule
        option name 'Allow-MLD'
        option src 'wan'
        option proto 'icmp'
        option src_ip 'fe80::/10'
        list icmp_type '130/0'
        list icmp_type '131/0'
        list icmp_type '132/0'
        list icmp_type '143/0'
        option family 'ipv6'
        option target 'ACCEPT'

config rule
        option name 'Allow-ICMPv6-Input'
        option src 'wan'
        option proto 'icmp'
        list icmp_type 'echo-request'
        list icmp_type 'echo-reply'
        list icmp_type 'destination-unreachable'
        list icmp_type 'packet-too-big'
        list icmp_type 'time-exceeded'
        list icmp_type 'bad-header'
        list icmp_type 'unknown-header-type'
        list icmp_type 'router-solicitation'
        list icmp_type 'neighbour-solicitation'
        list icmp_type 'router-advertisement'
        list icmp_type 'neighbour-advertisement'
        option limit '1000/sec'
        option family 'ipv6'
        option target 'ACCEPT'

config rule
        option name 'Allow-ICMPv6-Forward'
        option src 'wan'
        option dest '*'
        option proto 'icmp'
        list icmp_type 'echo-request'
        list icmp_type 'echo-reply'
        list icmp_type 'destination-unreachable'
        list icmp_type 'packet-too-big'
        list icmp_type 'time-exceeded'
        list icmp_type 'bad-header'
        list icmp_type 'unknown-header-type'
        option limit '1000/sec'
        option family 'ipv6'
        option target 'ACCEPT'
config include
        option path '/etc/firewall.user'

config rule
        option src 'wan'
        option dest 'lan'
        option proto 'esp'
        option target 'ACCEPT'

config rule
        option src 'wan'
        option dest 'lan'
        option dest_port '500'
        option proto 'udp'
        option target 'ACCEPT'

config zone 'vpn'
        option name 'vpn'
        option input 'ACCEPT'
        option forward 'ACCEPT'
        option output 'ACCEPT'
        option masq '1'
        list network 'tun0'
        list network 'ppp0'
        list network 'ppp1'

config forwarding 'vpn_forwarding_lan_in'
        option src 'vpn'
        option dest 'lan'

config forwarding 'vpn_forwarding_lan_out'
        option src 'lan'
        option dest 'vpn'

config rule 'AllowOpenVPNInbound'
        option name 'AllowOpenVPNInbound'
        option target 'ACCEPT'
        option src '*'
        option proto 'udp'
        option dest_port '1194'

config rule 'AllowPptpdInbound'
        option name 'AllowPptpdInbound'
        option target 'ACCEPT'
        option src '*'
        option proto 'tcp'
        option dest_port '1723'

config rule 'AllowGreInbound'
        option name 'AllowGreInbound'
        option target 'ACCEPT'
        option src '*'
        option proto '47'

config forwarding 'vpn_forwarding_wan'
        option src 'vpn'
        option dest 'wan'

config forwarding 'vpn_forwarding_wan_out'
        option src 'wan'
        option dest 'vpn'

config rule
        option src 'wan'
        option target 'ACCEPT'
        option proto 'tcp'
        option dest_port '22'

client side

config defaults
        option syn_flood '1'
        option input 'ACCEPT'
        option output 'ACCEPT'
        option forward 'REJECT'

config zone
        option name 'lan'
        list network 'lan'
        option input 'ACCEPT'
        option output 'ACCEPT'
        option forward 'ACCEPT'

config zone
        option name 'wan'
        list network 'wan'
        list network 'wan6'
        option input 'REJECT'
        option output 'ACCEPT'
        option forward 'REJECT'
        option masq '1'
        option mtu_fix '1'

config forwarding
        option src 'lan'
        option dest 'wan'

config rule
        option name 'Allow-DHCP-Renew'
        option src 'wan'
        option proto 'udp'
        option dest_port '68'
        option target 'ACCEPT'
        option family 'ipv4'

config rule
        option name 'Allow-Ping'
        option src 'wan'
        option proto 'icmp'
        option icmp_type 'echo-request'
        option family 'ipv4'
        option target 'ACCEPT'

config rule
        option name 'Allow-IGMP'
        option src 'wan'
        option proto 'igmp'
        option family 'ipv4'
        option target 'ACCEPT'

config rule
        option name 'Allow-DHCPv6'
        option src 'wan'
        option proto 'udp'
        option src_ip 'fc00::/6'
        option dest_ip 'fc00::/6'
        option dest_port '546'
        option family 'ipv6'
        option target 'ACCEPT'
config rule
        option name 'Allow-MLD'
        option src 'wan'
        option proto 'icmp'
        option src_ip 'fe80::/10'
        list icmp_type '130/0'
        list icmp_type '131/0'
        list icmp_type '132/0'
        list icmp_type '143/0'
        option family 'ipv6'
        option target 'ACCEPT'

config rule
        option name 'Allow-ICMPv6-Input'
        option src 'wan'
        option proto 'icmp'
        list icmp_type 'echo-request'
        list icmp_type 'echo-reply'
        list icmp_type 'destination-unreachable'
        list icmp_type 'packet-too-big'
        list icmp_type 'time-exceeded'
        list icmp_type 'bad-header'
        list icmp_type 'unknown-header-type'
        list icmp_type 'router-solicitation'
        list icmp_type 'neighbour-solicitation'
        list icmp_type 'router-advertisement'
        list icmp_type 'neighbour-advertisement'
        option limit '1000/sec'
        option family 'ipv6'
        option target 'ACCEPT'

config rule
        option name 'Allow-ICMPv6-Forward'
        option src 'wan'
        option dest '*'
        option proto 'icmp'
        list icmp_type 'echo-request'
        list icmp_type 'echo-reply'
        list icmp_type 'destination-unreachable'
        list icmp_type 'packet-too-big'
        list icmp_type 'time-exceeded'
        list icmp_type 'bad-header'
        list icmp_type 'unknown-header-type'
        option limit '1000/sec'
        option family 'ipv6'
        option target 'ACCEPT'

config include
        option path '/etc/firewall.user'

config rule
        option src 'wan'
        option dest 'lan'
        option proto 'esp'
        option target 'ACCEPT'

config rule
        option src 'wan'
        option dest 'lan'
        option dest_port '500'
        option proto 'udp'
        option target 'ACCEPT'

config zone 'vpn'
        option name 'vpn'
        option input 'ACCEPT'
        option forward 'ACCEPT'
        option output 'ACCEPT'
        option masq '1'
        list network 'tun0'
        list network 'ppp0'
        list network 'ppp1'

config forwarding 'vpn_forwarding_lan_in'
        option src 'vpn'
        option dest 'lan'

config forwarding 'vpn_forwarding_lan_out'
        option src 'lan'
        option dest 'vpn'

config rule 'AllowOpenVPNInbound'
        option name 'AllowOpenVPNInbound'
        option target 'ACCEPT'
        option src '*'
        option proto 'udp'
        option dest_port '1194'

config rule 'AllowPptpdInbound'
        option name 'AllowPptpdInbound'
        option target 'ACCEPT'
        option src '*'
        option proto 'tcp'
        option dest_port '1723'

config rule 'AllowGreInbound'
        option name 'AllowGreInbound'
        option target 'ACCEPT'
        option src '*'
        option proto '47'

config forwarding 'vpn_forwarding_wan'
        option src 'vpn'
        option dest 'wan'

config forwarding 'vpn_forwarding_wan_out'
        option src 'wan'
        option dest 'vpn'


config rule
        option src 'wan'
        option target 'ACCEPT'
        option proto 'tcp'
        option dest_port '22'

Can you actually provide the version numbers for these devices (e.g. 18.06.2, etc.)?

This device seems like a custom compile firmware.

Those aren't the version numbers, those are the kernel versions.

Also, per the Community Guidelines, please refrain from signing your posts.

On both ends the devices are custom network boards with custom compiled OpenWRT.

The version numbers for OpenWRT as well as CPU info are as follows.
Client
CHAOS CALMER (Chaos Calmer, r49117)

root@OpenWrt:/# cat /proc/cpuinfo                                                                                          
system type             : XXXXXX (CN7130p1.2-1200-AAP)                                                                 
machine                 : Unknown                                                                                          
processor               : 0                                                                                                
cpu model               : Cavium Octeon III V0.2  FPU V0.0                                                                 
BogoMIPS                : 2400.00                                                                                          
wait instruction        : yes                                                                                              
microsecond timers      : yes                                                                                              
tlb_entries             : 256                                                                                              
extra interrupt vector  : yes                                                                                              
hardware watchpoint     : yes, count: 2, address/irw mask: [0x0ffc, 0x0ffb]                                                
isa                     : mips1 mips2 mips3 mips4 mips5 mips64r2                                                           
ASEs implemented        : vz                                                                                               
shadow register sets    : 1                                                                                                
kscratch registers      : 4                                                                                                
core                    : 0                                                                                                
VCED exceptions         : not available                                                                                    
VCEI exceptions         : not available

ifconfig result

agl0      Link encap:Ethernet  HWaddr 00:1F:F9:01:8B:0C                                                                    
          UP BROADCAST MULTICAST  MTU:1500  Metric:1                                                                       
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0                                                               
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0                                                             
          collisions:0 txqueuelen:0                                                                                        
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)                                                                           
                                                                                                                           
br-lan    Link encap:Ethernet  HWaddr 00:1F:F9:01:8B:0C                                                                    
          inet addr:192.168.2.1  Bcast:192.168.2.255  Mask:255.255.255.0                                                   
          inet6 addr: fd0d:439a:6967::1/60 Scope:Global                                                                    
          UP BROADCAST MULTICAST  MTU:1500  Metric:1                                                                       
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0                                                               
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0                                                             
          collisions:0 txqueuelen:0                                                                                        
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)                                                                           
                                                                                                                           
eth0      Link encap:Ethernet  HWaddr 00:1F:F9:01:8B:04                                                                    
          inet addr:192.168.0.104  Bcast:192.168.0.255  Mask:255.255.255.0                                                 
          inet6 addr: fe80::21f:f9ff:fe01:8b04/64 Scope:Link                                                               
          inet6 addr: fd46:f636:cb2c:0:21f:f9ff:fe01:8b04/64 Scope:Global                                                  
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1                                                               
          RX packets:768946 errors:0 dropped:0 overruns:0 frame:0                                                          
          TX packets:539510 errors:0 dropped:0 overruns:0 carrier:0                                                        
          collisions:0 txqueuelen:0                                                                                        
          RX bytes:151890343 (144.8 MiB)  TX bytes:27885643 (26.5 MiB)                                                     
                                                                                                                           
eth1      Link encap:Ethernet  HWaddr 00:1F:F9:01:8B:05                                                                    
          UP BROADCAST MULTICAST  MTU:1500  Metric:1                                                                       
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0                                                               
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0                                                             
          collisions:0 txqueuelen:0                                                                                        
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)                                                                           
                                                                                                                           
lo        Link encap:Local Loopback                                                                                        
          inet addr:127.0.0.1  Mask:255.0.0.0                                                                              
          inet6 addr: ::1/128 Scope:Host                                                                                   
          UP LOOPBACK RUNNING  MTU:65536  Metric:1                                                                         
          RX packets:138 errors:0 dropped:0 overruns:0 frame:0                                                             
          TX packets:138 errors:0 dropped:0 overruns:0 carrier:0                                                           
          collisions:0 txqueuelen:0                                                                                        
          RX bytes:15088 (14.7 KiB)  TX bytes:15088 (14.7 KiB)                                                             
                                                                                                                           
tun0      Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00                                        
          inet addr:10.8.0.3  P-t-P:10.8.0.3  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:0 errors:0 dropped:0 overruns:0 carrier:0                                                             
          collisions:0 txqueuelen:100                                                                                      
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

Server is running on a Cavium ThunderX CN81XX Multicore ARMv8 chip
DESIGNATED DRIVER (Bleeding Edge, 50104)

root@OpenWrt:/# cat /proc/cpuinfo
processor       : 0
cpu MHz         : 1200
BogoMIPS        : 200.00
Features        : fp asimd evtstrm aes pmull sha1 sha2 crc32
CPU implementer : 0x43
CPU architecture: 8
CPU variant     : 0x0
CPU part        : 0x0a2
CPU revision    : 2

processor       : 1
cpu MHz         : 1200
BogoMIPS        : 200.00
Features        : fp asimd evtstrm aes pmull sha1 sha2 crc32
CPU implementer : 0x43
CPU architecture: 8
CPU variant     : 0x0
CPU part        : 0x0a2
CPU revision    : 2

processor       : 2
cpu MHz         : 1200
BogoMIPS        : 200.00
Features        : fp asimd evtstrm aes pmull sha1 sha2 crc32
CPU implementer : 0x43
CPU architecture: 8
CPU variant     : 0x0
CPU part        : 0x0a2
CPU revision    : 2

processor       : 3
cpu MHz         : 1200
BogoMIPS        : 200.00
Features        : fp asimd evtstrm aes pmull sha1 sha2 crc32
CPU implementer : 0x43
CPU architecture: 8
CPU variant     : 0x0
CPU part        : 0x0a2
CPU revision    : 2

ifconfig

br-lan    Link encap:Ethernet  HWaddr 02:0F:B7:00:00:01
          inet addr:192.168.2.1  Bcast:192.168.2.255  Mask:255.255.255.0
          inet6 addr: fe80::f:b7ff:fe00:1/64 Scope:Link
          inet6 addr: fd67:6846:3d43::1/60 Scope:Global
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:1060 (1.0 KiB)

eth0      Link encap:Ethernet  HWaddr 10:00:00:00:00:01
          inet addr:192.168.101.106  Bcast:192.168.101.255  Mask:255.255.255.0
          inet6 addr: fe80::1200:ff:fe00:1/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:1721695 errors:0 dropped:0 overruns:0 frame:0
          TX packets:1471533 errors:0 dropped:6951 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:532519532 (507.8 MiB)  TX bytes:229822838 (219.1 MiB)

eth1      Link encap:Ethernet  HWaddr 02:0F:B7:00:00:01
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

eth2      Link encap:Ethernet  HWaddr 02:0F:B7:00:00:02
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

eth3      Link encap:Ethernet  HWaddr 02:0F:B7:00:00:03
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

eth4      Link encap:Ethernet  HWaddr 02:0F:B7:00:00:00
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:218996 errors:0 dropped:0 overruns:0 frame:0
          TX packets:218996 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1
          RX bytes:18324288 (17.4 MiB)  TX bytes:18324288 (17.4 MiB)

tun0      Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
          inet addr:10.8.0.1  P-t-P:10.8.0.1  Mask:255.255.255.0
          inet6 addr: fe80::657e:957f:87f5:38d/64 Scope:Link
          UP POINTOPOINT RUNNING NOARP MULTICAST  MTU:1500  Metric:1
          RX packets:23379 errors:0 dropped:0 overruns:0 frame:0
          TX packets:24235 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:100
          RX bytes:8399660 (8.0 MiB)  TX bytes:3854144 (3.6 MiB)

Please let me know if any other information is needed

I think you'll need to update your OS to get adequate assistance....

Given advice was sound in 2017 ( https://forum.archive.openwrt.org/viewtopic.php?id=70303 )

OR

You could seek custom support from the custom firmware maker.

1 Like