Search found 29 matches

by bingel
Mon Nov 25, 2013 2:20 pm
Forum: Firmware
Topic: How to delete a persistent cronjob
Replies: 8
Views: 8964

Re: How to delete a persistent cronjob

Ok, thank you again.
by bingel
Mon Nov 25, 2013 12:21 am
Forum: Firmware
Topic: How to delete a persistent cronjob
Replies: 8
Views: 8964

Re: How to delete a persistent cronjob

I have only 2MB flash memory on my router and my firmware version is normal, not lite, so I think it is not possibile to create a minix filesystem (according to instructions).

...but have you any idea because the env variables can't be longer than a certain number of chars?
by bingel
Sun Nov 24, 2013 6:34 pm
Forum: Firmware
Topic: How to delete a persistent cronjob
Replies: 8
Views: 8964

Re: How to delete a persistent cronjob

Moreover, could you explain to me how to use the "onconnectWAN" command?
by bingel
Sun Nov 24, 2013 5:37 pm
Forum: Firmware
Topic: How to delete a persistent cronjob
Replies: 8
Views: 8964

Re: How to delete a persistent cronjob

Thank you. ...but now I have a problem with a very long command. It is not executed. I think because the command string is too long to be contained in an evironmental variable. The output of this command: getenv is: RT_cmd_ddns write_crontab.sh '*/5' '*' '*' '*' '*' 'wget -O - -q --read-timeout inst...
by bingel
Sun Nov 24, 2013 4:38 pm
Forum: Firmware
Topic: How to delete a persistent cronjob
Replies: 8
Views: 8964

Re: How to delete a persistent cronjob

I think to have solved:

Code: Select all

unsetenv env_variable_name

Is this sufficient?
by bingel
Sun Nov 24, 2013 3:53 pm
Forum: Firmware
Topic: How to delete a persistent cronjob
Replies: 8
Views: 8964

How to delete a persistent cronjob

I would like to setup a persistent cronjob through the cronjob-env.sh script but I'm afraid how could I delete this job in a future because no instructions found.
by bingel
Fri Jul 19, 2013 12:56 am
Forum: Firewall/Security
Topic: Setting portforward by telnet
Replies: 14
Views: 18659

Re: Setting portforward by telnet

Sure, but as already said not enough knowledge to do this job. For the time being I'll settle for only change the iptables rules. Thanks again. PS: I publish my script below in case it may be useful (even as a starting point) to someone else. Currently it is only set for edonkey (emule/amule) and to...
by bingel
Thu Jul 18, 2013 8:06 pm
Forum: Firewall/Security
Topic: Setting portforward by telnet
Replies: 14
Views: 18659

Re: Setting portforward by telnet

...however, to avoid what you say, it would be sufficient to know what data (and where) the web interface writes when you set the portforward of a port.
by bingel
Thu Jul 18, 2013 7:58 pm
Forum: Firewall/Security
Topic: Setting portforward by telnet
Replies: 14
Views: 18659

Re: Setting portforward by telnet

Thank you very much, now it's all right.
You are a great team!!!
A problem of doing anything manually is that the rules get re-written on web gui or wan reconnect, so you have to re-apply the custom rules.
This is really not important.
Thank you again.
by bingel
Wed Jul 17, 2013 8:48 pm
Forum: Firewall/Security
Topic: Setting portforward by telnet
Replies: 14
Views: 18659

Re: Setting portforward by telnet

To use a linux box as a gateway you have to set some parameters I can't found in routertech embedded linux system.

Instead, as regards iptables, it seems to me the necessary commands are all there (obviously, for amule, you have to open also other 2 ports).
by bingel
Tue Jul 16, 2013 11:37 pm
Forum: Firewall/Security
Topic: Setting portforward by telnet
Replies: 14
Views: 18659

Re: Setting portforward by telnet

...this is to speed up the setting of the portforwarding (you haven't to go through the web interface which makes the operation slow and cumbersome) ...moreover you can set amule or the interested program to automatically open the door it need when you launch the program.
by bingel
Tue Jul 16, 2013 11:27 pm
Forum: Firewall/Security
Topic: Setting portforward by telnet
Replies: 14
Views: 18659

Re: Setting portforward by telnet

...however all I want to do is a launcher (my OS is linux) that launch a script which open amule ports (or any other port) without using the web interface (the script open a menu with a predetermined list of ports where you can choose the port to open). The script uses telnet to do the job and to co...
by bingel
Tue Jul 16, 2013 11:20 pm
Forum: Firewall/Security
Topic: Setting portforward by telnet
Replies: 14
Views: 18659

Re: Setting portforward by telnet

...not new to html but not enough time, know-how and patience to do this work.
I was hoping that those who had implemented this router feature (portforwarding) were able to help me.
by bingel
Mon Jul 15, 2013 10:24 pm
Forum: Firewall/Security
Topic: Setting portforward by telnet
Replies: 14
Views: 18659

Re: Setting portforward by telnet

Just tried it. The modem hangs (bring down).
by bingel
Mon Jul 15, 2013 7:47 am
Forum: Firewall/Security
Topic: Setting portforward by telnet
Replies: 14
Views: 18659

Re: Setting portforward by telnet

I try to rephrase the question: is there a way to figure out what the web interface does when you run the portforwarding of a door?