Recent content by sashabe

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

  1. sashabe

    OpenVpn Self hosted in the cloud-Unable to connect-Linux ip addr add failed: external program exited with error status: 2

    I had the same issue with a VPN provider called Xeovo, and adding just these 2 pull-filter lines didn't help. However what did help is this post. Here's the custom configuration I used: resolv-retry infinite tls-client script-security 2 remote-cert-tls server cipher AES-256-CBC redirect-gateway...
  2. sashabe

    init-start script not executing at boot

    Sorry for waking up such an old thread, but I came here trying to resolve a similar problem — init-start wasn't (seemingly) working on Asus RT-AC86U at 386.7 Merlin firmware. That was at least my thought after a logger command added there wasn't appearing in System log: logger...
  3. sashabe

    Malware connecting to various IPs upon SSH login to router

    A bit of extra info that i've discovered after some research. The malware creates a profile file at /jffs/etc (I had missed the fact that this file apparently wasn't there before) which calls a binary at /jffs/.config_read-X: /jffs/.config_read-1 ; /jffs/.config_read-2 ; /jffs/.config_read-3 ...
  4. sashabe

    Malware connecting to various IPs upon SSH login to router

    Thanks for the reply @ColinTaylor! That explains it. I'm still wondering how did the malicious script manage to insert itself into SSH login (without apparently modifying user profile config) and why. But I will proceed with resetting and updating the router, that indeed seems to be the best...
  5. sashabe

    Malware connecting to various IPs upon SSH login to router

    I have been using an ASUSWRT-Merlin installed on RT-AC86U, 384.11-2 for a couple of years. SSH login is enabled from LAN only from a single computer (via auth key), but Web UI has been allowed for both HTTP and HTTPS. Some other customer features have been enabled (Smart Disk, Smart Access...
  6. sashabe

    Mount two USB disks by label (RT-AC86U@384.11_2)

    Oh, cool! I did not know you can format as HFS on router itself, thanks for the tip. The question is, can we use the HFS label to create a mount point? As I got to understand it, you cannot, but i might be wrong.
  7. sashabe

    Mount two USB disks by label (RT-AC86U@384.11_2)

    It seems you can't label an HFS+ partition with tune2fs, that utility only works with ext* partitions. Therefore it's not possible to mount an HFS+ partition by label. The label that blkid displays is not the label you can use to mount the partition (it comes from HFS+). So I ended up...
  8. sashabe

    Mount two USB disks by label (RT-AC86U@384.11_2)

    Thanks! I've added the label to the ext4 partition with tune2fs, and now, if i cd && ls to /tmp/mnt, i see the ext4 partition has been mounted by its label. The 2 partitions in HFS+ are still mounted by device names (/tmp/mnt/sda1, /tmp/mnt/sdb1). Is there a way I make the system use the labels...
  9. sashabe

    Mount two USB disks by label (RT-AC86U@384.11_2)

    I've bought an RT-AC86U and have 384.11_2 AsusWRT Merlin installed on it. I've got two disks, a HDD and a USB3.0-enabled SSD. The HDD has just one HFS+ partition (sda1, used for Time Machine). The SSD is partitioned into two partitions, one HFS+ (sdb1, used for general file storage) and another...
Top