bottleneck
Choose style:

Author Topic: UDP Timeout and MyQ Internet Gateway  (Read 3515 times)

0 Members and 1 Guest are viewing this topic.

Offline beingageek

  • Backer
  • *
  • Posts: 4
  • Thanks: 0
  • Registered : 04/08/2014
    YearsYearsYearsYearsYearsYearsYearsYearsYearsYears
UDP Timeout and MyQ Internet Gateway
« on: January 11, 2015, 03:13:54 pm »
Hi Everyone,

Ever since I got the Almond+, I've had issues with my myq internet gateway that allows me to open and close my garage doors over the internet. It's been suggested by support to adjust the udp timeout on the router, but I tried looking in both the almond and openwrt interfaces and can't locate the setting, does anyone know what the best course of action is or where this is located?

Offline Rahaman

  • Securifi Staff
  • *
  • Posts: 78
  • Thanks: 4
  • Registered : 11/01/2015
    YearsYearsYearsYearsYearsYearsYearsYearsYears
Re: UDP Timeout and MyQ Internet Gateway
« Reply #1 on: January 12, 2015, 01:39:41 am »
Hi there...

Well there is no WEB UI to edit connection time out, so you have to use the Almond plus command prompt to edit it.
Use ssh for remote command-line login to your Almond plus and use following commands-

sysctl -w net.ipv4.netfilter.ip_conntrack_udp_timeout=180

User Datagram Protocol (UDP) Timeout setting needs to be set to 180 seconds or greater for your purpose.

Note:- This is not a permanent solution because whenever you reboot Almond plus it will change to its default value. So after reboot, you have to change it again. There is a permanent solution for this, if you know about the VI editor than I can show you how to make it permanent.
     

« Last Edit: January 12, 2015, 04:05:44 am by Rahaman »

Offline beingageek

  • Backer
  • *
  • Posts: 4
  • Thanks: 0
  • Registered : 04/08/2014
    YearsYearsYearsYearsYearsYearsYearsYearsYearsYears
Re: UDP Timeout and MyQ Internet Gateway
« Reply #2 on: January 16, 2015, 09:19:33 am »
Thanks so much for your reply!! I am very comfortable using emacs or vi, so if you could show me how to set it permanently, that would be awesome.

Offline Rahaman

  • Securifi Staff
  • *
  • Posts: 78
  • Thanks: 4
  • Registered : 11/01/2015
    YearsYearsYearsYearsYearsYearsYearsYearsYears
Re: UDP Timeout and MyQ Internet Gateway
« Reply #3 on: January 19, 2015, 12:25:13 am »
Use ssh for remote command-line login to your Almond plus and use following commands-

vi /almond/launch
Add sysctl -w net.ipv4.netfilter.ip_conntrack_udp_timeout=180 command in that file then Save it and reboot it
it will work fine...
« Last Edit: January 19, 2015, 03:52:13 am by Rahaman »

 

Page created in 0.058 seconds with 21 queries.

bottleneck