Search results

  • 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. Maverickcdn

    Does firewall-start Script Ever Run Twice With Same iptables Rules?

    Am I wrong in thinking that whenever the firmware calls firewall-start (including service restart_firewall) it first runs iptables -F to flush all the tables and then reloads the default rules plus whats in firewall-start I've never seen duplicate rules, but I just removed a for loop in...
  2. Maverickcdn

    Seeking Feedback & Contributions: Merlin Auto Update Solutions

    Question unrelated to this project on this... Do you know if manually invoking /usr/sbin/webs_update.sh, will this also trigger the update-notification merlin script to run if an update is found? Or does update-notification only get called with the fw scheduled check? And I vaguely remember...
  3. Maverickcdn

    [WICENS] WAN IP Change Email Notification Script

    Maybe Version 4 if I ever get back into it For now you can use this code and create an entry in services-start to accomplish a boot notification Email, still requires setting up wicens with your Email credentials, if WAN IP notifications are disabled you lose redundancy for failed Emails (no...
  4. Maverickcdn

    74 days 23 hour(s) 34 minute(s) 38 seconds

    Agreed but I dont heed my own advice sometimes, only my main router gets FW updates... servers get sw updates but don't require a reboot, windows machines on the other hand....
  5. Maverickcdn

    SendMail not working

    I believe this is part of the script security functionality within openvpn, years ago myself I simply used the openvpn script call to call my main script in the background #!/bin/sh sh /jffs/scripts/vpnconnectlog.sh &
  6. Maverickcdn

    Can anyone help me to check if my RT-AC86U is part of this latest ASUS debacle

    This is extremely likely a signal issue, did they check the source line coming in from the street, I had a great tech come out and tested right from the alley box all the way in and throughout, I had the same TV issues (without losing internet) and he resolved them. Normal for this model Heres...
  7. Maverickcdn

    Can anyone help me to check if my RT-AC86U is part of this latest ASUS debacle

    I run the same setup in Calgary albeit with a XB6 and have never had issues. The Arris models were notorious with issues but the Technicolor ones have issues as well. If you've already replaced the modem it would be worth doing a factory reset with reconfigure on the Asus. But as others...
  8. Maverickcdn

    [WICENS] WAN IP Change Email Notification Script

    3.20 the script changed the way the wicens 'from name' was handled. Its now in-line with proper Email header formatting like thelonelycoder and jackyaz scripts, and with amtm sync pulls from FROM_ADDRESS. It should match your USERNAME login email address unless your email provider allows...
  9. Maverickcdn

    [WICENS] WAN IP Change Email Notification Script

    Oversight again by me 🥸 3.41 * ADDED: support for 388fw Hope it works out
  10. Maverickcdn

    [WICENS] WAN IP Change Email Notification Script

    3.40 * FIXED: script lock broken when multiple notifications set * FIXED: re-source configs after they are updated * ADDED: remove retry file when forcing lock file removals * ADDED: install update confirmation, reworded menu update/install * CHANGED: lock optimization, better wording/debug info...
  11. Maverickcdn

    [WICENS] WAN IP Change Email Notification Script

    v3 I moved around sourcing the user settings which is now happening after the lock check although the lock check requires the user variables when having multiple notifications configured... doh Should be an easy fix, Ill try and get to it tonight
  12. Maverickcdn

    [WICENS] WAN IP Change Email Notification Script

    Something is wrong with my lock check, this will take me some time to investigate I will correct the spelling and will clarify between update check and install with y/n Script doesnt update until all notifications sent, but the issue with the lock check it thinks it failed to send and is...
  13. Maverickcdn

    [WICENS] WAN IP Change Email Notification Script

    I just had a flashback to 1995 They may still have the 'Less Secure Apps' toggle in account settings but doubtful, otherwise you need to enable 2FA and create a specific app password for this with them AOL third party access
  14. Maverickcdn

    [WICENS] WAN IP Change Email Notification Script

    Guessing the 535 is indicating your credentials are incorrect. Ensure in Email edit menu (Main Menu 1), options 5 & 6 are the same Email login/from address and use option P in the main menu to re-enter your Email password. You can also try configuring amtm Email and testing with it and if it...
  15. Maverickcdn

    [WICENS] WAN IP Change Email Notification Script

    3.30 * FIX: Sunday logging broken since 2.85 * FIX: date in Email message not RFC compliant (rejected by some servers) * CHANGED: removed changelog duplication during update installation * CHANGED: misc wording Please do, let me know if you see anywhere for improvement. I intended for this to...
  16. Maverickcdn

    [WICENS] WAN IP Change Email Notification Script

    Sorry I overlooked the part where you mentioned about the link, its the same text on their website. Excellent, just don't update or reinstall and it will continue working. Ill push an update in the next day or two to make it permanent along with a fix for Sunday logging which I borked in the...
  17. Maverickcdn

    [WICENS] WAN IP Change Email Notification Script

    You can try and copy and paste this command which will replace the date command in the email message which Im guessing is the issue and then rerun the test sed -i '1900s|^.*$| echo "Date: $(/bin/date -R)"|' /jffs/scripts/wicens.sh Otherwise maybe visit the postmaster site from...
  18. Maverickcdn

    [WICENS] WAN IP Change Email Notification Script

    Sorry to hear you're having troubles, if amtm is working please reset the wicens script and re-import. It should set curl as the sending command and it is the same as amtm. If success with amtm and fail in wicens my first guess would be the formatting of the date in the Email header not...
  19. Maverickcdn

    [WICENS] WAN IP Change Email Notification Script

    And a troubleshooting tidbit, whenever you have sending errors or aren't receiving sent messages always just check your sending server status..... Im about to get 40 Emails when they come back up
  20. Maverickcdn

    [WICENS] WAN IP Change Email Notification Script

    @ImGettingTooOldForThis you're right I had them mixed and I had bad syntax in the mail header 3.20 is up CHANGED: revert 3.11 to 3.10 CHANGED: Email message 'from name' (6 in edit) changed to Email 'from address' (proper Email header) CHANGED: Email 'from name' changed to 'wicens script' for...
Top