chemistry.com along with its parent company match.com is listed in several of the hosts files. I assume this is not without reason. jitsi.org on the other hand is not. That should tell you something.Hi Folks;
Stumbled across a strange one today looking for guidance. Past couple of days haven't been able to get to chemistry.com. I know they have issues with vpns so I chucked it up to that, but today I was troubleshooting and discovered that with ad blocking on it was taking me to jitsi.org looked like a man in the middle attack, but I'm not an expert ( thats why I come here. with ab solutions off I can get to the right web site, any ideas ?
Cheers.
Have you seen this post?If answered already, my apolgies, but would ABS block connection to the Bitcoin servers that websites running scripts in browsers connect to, would be nice to do this at router rather than a FF plugin on each PC?
What about this? What hosts file is the third entry?Mar 3 02:00:46 admin: AB-Solution: file 3 download failed or file is not hosts file, using backup file
Did you use the provided beta script from kvic?Because I enjoy providing evidence to @thelonelycoder of human frailty, I set about trying to roll back pixelserv-tls from 2.1.0 test1, since it was crashing on me. I didn't find an easy way to do it, so I deleted the file. Now I can't figure out how to reinstall the prior version.
But, I did discover that ab-s is holding me in a loop: I have errors and can't exit the script until I correct them. The error is obviously that it can't find the pixelserv-tls program, but it won't reinstall it either.
Alternatively, you can issueBecause I enjoy providing evidence to @thelonelycoder of human frailty, I set about trying to roll back pixelserv-tls from 2.1.0 test1, since it was crashing on me. I didn't find an easy way to do it, so I deleted the file. Now I can't figure out how to reinstall the prior version.
But, I did discover that ab-s is holding me in a loop: I have errors and can't exit the script until I correct them. The error is obviously that it can't find the pixelserv-tls program, but it won't reinstall it either.
opkg --force-reinstall install pixelserv-tls
AB will replace /opt/etc/init.d/S80pixelserv-tls with its own file during the checks.It will, however, overwrite /opt/etc/init.d/S80pixelserv-tls with a clean one, so if you have any customizations, make note.
edit: assuming you have entware-ng
0.0.0.0 is a non-routing internal IP address and AFAIK unusable for what you want to do.I have a problem with pixelserver-tls running listening on 0.0.0.0:443. The problem is - I'm also running openvpn on :443.
I could bind openvpn to my public ip (sadly I can't bind it to ppp0), but I also need to have pixelserver-tls bound only to floating-ip:443. Can this be done from ab-solution?
I could also run pixelserver-tls on a different port and use iptables to do a nat/mangle to change dst port for traffic to floating_ip:443 -> floating_ip:444
Are there easier ways to doing this? I could try sslh as well...
Just to expand on that:I have a problem with pixelserver-tls running listening on 0.0.0.0:443.
opkg --force-reinstall install pixelserv-tls
No packages removed.
Installing pixelserv-tls (V35.HZ12.Kk-1) to root...
Collected errors:
* opkg_download_pkg: Package pixelserv-tls is not available from any configured src.
* opkg_install_pkg: Failed to download pixelserv-tls. Perhaps you need to run 'opkg update'?
* opkg_install_cmd: Cannot install package pixelserv-tls.
As answered above:As usual, I wanted to try pixelserv-tls 2.1.0-test.1 . Being a test version, it is not stable enough and crashing quite frequenctly. Now I want to go back to the 2.0.1-rc4 version. I tried to do that using opkg which failed.
Code:opkg --force-reinstall install pixelserv-tls No packages removed. Installing pixelserv-tls (V35.HZ12.Kk-1) to root... Collected errors: * opkg_download_pkg: Package pixelserv-tls is not available from any configured src. * opkg_install_pkg: Failed to download pixelserv-tls. Perhaps you need to run 'opkg update'? * opkg_install_cmd: Cannot install package pixelserv-tls.
I installed the rc4 version using the script provided by @kvic from
https://kazoo.ga/pixelserv-tls/install-beta.sh . As the version is changed, the script no longer works for rc4. Any suggestion on how I can go back or install the rc4?
As answered above:
Download your version (v2.0.1) from here: https://github.com/kvic-z/pixelserv-tls/releases
Unzip it locally and copy the pixelserv-tls.... binary to /opt/bin/ and rename it pixelserv-tls then chmod it to 0755.
Then restart ps through the AB UI, it will fix the rest.
Did you use the provided beta script from kvic?
If not, just download your version from here: https://github.com/kvic-z/pixelserv-tls/releases
Then copy the pixelserv-tls..... file to /opt/bin/ and name it pixelserv-tls and chmod it to 0755.
No, Samba does not support that, its a windows protocol and does not support this kind of rights management.I moved and renamed the file to my usb in /opt/bin/ in windows (through samba). Is it possible to chmod it to 0755 from a windows environment?
chmod 0755 /opt/bin/pixelserv-tls
No, Samba does not support that, its a windows protocol and does not support this kind of rights management.
Use the terminal and enter:
Code:chmod 0755 /opt/bin/pixelserv-tls
You're right, I was under the impression that it was binding all interfaces for that port and it's not:Just to expand on that:
For a request for a blocked domain your browser gets told the domain is hosted at 0.0.0.0:443. Which the browser, or rather the system the browser runs on translates as being a local address. And not on the router. This makes installing pixelserv-tls on the router and its services useless.
tcp 0 0 192.168.1.254:443 0.0.0.0:* LISTEN 1112/pixelserv-tls
tcp 0 0 :::443 :::* LISTEN 967/vpnserver1
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!