netware5
Very Senior Member
33.beta1 installed. LAN, WAN, Wi-Fi, WebUI, OpenVPN servers working as expected. Only two issues so far:
First issue
Entware installation is broken. Typing:
admin@Router:/tmp/home/root# opkg list
-sh: opkg: not found
Typing:
admin@Router:/tmp/mnt/Data/entware/bin# opkg list
Collected errors:
* opkg_conf_load: Couldn't stat /opt/etc/opkg.conf: No such file or directory.
Typing:
admin@Router:/# ls -al opt
lrwxrwxrwx 1 admin root 7 Sep 10 03:31 opt -> tmp/opt
Typing:
admin@Router:/tmp# ls -al opt
ls: opt: No such file or directory
In addition there was a line in the syslog after first boot saying that something wrong is with sda1 filesystem (32GB MicroSD to be mount on /tmp/mnt/Data) and recommending to run e2fsck. Following this I typed e2fsck -p /dev/sda1. Then after next boot this warning disappeared but there is still the following message:
Jan 1 02:00:11 hotplug[347]: USB /dev/sda1(ext4) failed to mount at the first try!
Which is strange as the MicroSD is formatted as ext2.
Second issue:
The following lines appeared in the syslog:
Sep 10 23:38:46 openvpn[449]: 192.168.xx.xx:4716 WARNING: Bad encapsulated packet length from peer (20304), which must be > 0 and <= 1591 -- please ensure that --tun-mtu or --link-mtu is equal on both peers -- this condition could also indicate a possible active attack on the TCP link -- [Attempting restart...]
Sep 10 23:38:46 openvpn[449]: 192.168.xx.xx:4716 Connection reset, restarting [0]
Sep 10 23:38:46 openvpn[449]: 192.168.xx.xx:4716 SIGUSR1[soft,connection-reset] received, client-instance restarting
That type of lines are usual in my configuration as one of the OpenVPN servers listens on WAN TCP port 80 and very often some bots trying to connect there. But the strange thing here is that the 192.168.xx.xx address belongs to my home PC I am using now and is from internal LAN.
Any ideas what to do?
First issue
Entware installation is broken. Typing:
admin@Router:/tmp/home/root# opkg list
-sh: opkg: not found
Typing:
admin@Router:/tmp/mnt/Data/entware/bin# opkg list
Collected errors:
* opkg_conf_load: Couldn't stat /opt/etc/opkg.conf: No such file or directory.
Typing:
admin@Router:/# ls -al opt
lrwxrwxrwx 1 admin root 7 Sep 10 03:31 opt -> tmp/opt
Typing:
admin@Router:/tmp# ls -al opt
ls: opt: No such file or directory
In addition there was a line in the syslog after first boot saying that something wrong is with sda1 filesystem (32GB MicroSD to be mount on /tmp/mnt/Data) and recommending to run e2fsck. Following this I typed e2fsck -p /dev/sda1. Then after next boot this warning disappeared but there is still the following message:
Jan 1 02:00:11 hotplug[347]: USB /dev/sda1(ext4) failed to mount at the first try!
Which is strange as the MicroSD is formatted as ext2.
Second issue:
The following lines appeared in the syslog:
Sep 10 23:38:46 openvpn[449]: 192.168.xx.xx:4716 WARNING: Bad encapsulated packet length from peer (20304), which must be > 0 and <= 1591 -- please ensure that --tun-mtu or --link-mtu is equal on both peers -- this condition could also indicate a possible active attack on the TCP link -- [Attempting restart...]
Sep 10 23:38:46 openvpn[449]: 192.168.xx.xx:4716 Connection reset, restarting [0]
Sep 10 23:38:46 openvpn[449]: 192.168.xx.xx:4716 SIGUSR1[soft,connection-reset] received, client-instance restarting
That type of lines are usual in my configuration as one of the OpenVPN servers listens on WAN TCP port 80 and very often some bots trying to connect there. But the strange thing here is that the 192.168.xx.xx address belongs to my home PC I am using now and is from internal LAN.
Any ideas what to do?
Last edited: