World: r3wp
[Rebol School] Rebol School
older newer | first last |
Vladimir 30-Oct-2008 [795x3] | I added my local ip adress to DMZ and it still does not work... |
:) | |
Im not afraid of spam :) | |
Graham 30-Oct-2008 [798] | everything else works in DMZ? |
Vladimir 30-Oct-2008 [799x2] | altme works :) |
msn, web, ftp from commander... :( | |
Graham 30-Oct-2008 [801] | You must have that anti-Rebol virus infection! |
Vladimir 30-Oct-2008 [802] | heeeeehhh..... ufff |
Graham 30-Oct-2008 [803x3] | are you behind some type of proxy server? |
I guess not since Altme is working for you | |
must be the router ... | |
Vladimir 30-Oct-2008 [806x4] | i know it is router... :) |
Im trying something with Pekr now.... | |
pekr are you here? | |
if i dont set up this router today... Ill throw it thru window.... | |
Pekr 30-Oct-2008 [810] | back from lunch - Vladimir can't log to my ftp server neither - the same error message. Must be really weird combination of REBOL vs router set-up :-) |
Anton 30-Oct-2008 [811x2] | Which version of rebol is it ? |
... ah yes it's router problem. Port forwarding for FTP maybe missing some ports? | |
Vladimir 30-Oct-2008 [813x2] | I have these settings in ruter conf: HOST IP ROUTING VIRTUAL SERVER CUSTOM VIRTUAL SERVER SPECIAL APPLICATION DYNAMIC DNS MULTI DMZ UPNP NAT ADVANCED FEATURE |
Where should I check ports and which ports? how can it work from command prompt with ftp command, from total commander and not from rebol script? | |
Pekr 30-Oct-2008 [815] | Vladimir - upload your device PDF docs anywhere - if there are any ... it could be hidden in special application menu, multi DMZ, NAT, or ADVANCED FEATURES ... |
Vladimir 31-Oct-2008 [816] | There you go: http://www.2shared.com/file/4192455/b9f6ca7d/LB_Manual_1_1.html Sugestions are welcome :) |
Pekr 1-Nov-2008 [817x5] | First - it seems you could try making your PC a DMZ PC, then your PC will not be shielded by firewall .... |
As for your load balancer device - do you use two WANs connected to two providers? If so, you have to choose session balancing type, or some of your apps might not work (e.g. ICQ will disconnect you, when you go out via two different public IPs in one session) | |
Look at Access filter, and see if all traffic is enabled, and no services (represented by port numbers) are selectively disabled ... | |
Look at Virtual servers - do you run FTP server in your LAN? If so, disallow it for a while. (this will most probabyl not help though) | |
I went thru all the docs, and nothing suspicious in there. As your Total Commander FTP connection works, it has to be REBOL in conjunction with your local PC firewall or something like that. Or REBOL ftp protocol working differentcly could be the cause, but not sure, as it works from other locations ... | |
Vladimir 2-Nov-2008 [822] | Hey... thanks for bothering with my problem.... :) I will go tomorrow in to the office and try few things... in the meantime they are just using totalcmd for uploading data... I will be using two wans... but not yet... its still only one wan connection. No more talk.... I'll try tomorrow... My friends are telling me: "If everything else works it has to be that scripting language of yours." I say: fuc..ing router should act as a simple wire... what goes in on one end goes out on other end. I can change router... BUT I'M NOT CHANGING LANGUAGE! :) I will report progress tomorrow. |
Gabriele 2-Nov-2008 [823] | did you try both active and passive ftp? |
Graham 2-Nov-2008 [824x2] | he tried both |
and it works for us using his password :) | |
Vladimir 2-Nov-2008 [826x5] | yes :) |
only problem is router.... without it if I connect directly PC with WAN connection... rebol scripts work... I connect router on wan and pc on lan port and only rebol script doesnt work... filezilla, total commander, ftp command from windows works... | |
I know (at least I thought I knew... :( ) how to set up network and routers... I did this hundreds of times, and had problems with altme, torrent downloaders, games and many others... and solved them.... I tried to add ftp ports, and even whole range from 0-65535 to NAT routing tables.... tried to put whole lan ip range into dmz... Ill try tomorrow.... | |
While Im at this... Does anyone know how ftp works from rebol ? | |
Details about ftp imlementation in rebol ? | |
Pavel 2-Nov-2008 [831x2] | Vladimir look at rebol.org script folder. there you can find a lot of solution/inspiration |
also rebol.com documentation tutorial and examples especially rebol cookbook | |
Graham 2-Nov-2008 [833] | the source to ftp is available |
Pekr 2-Nov-2008 [834] | Vladimir - you still probably did not tell us, what REBOL version do you use? |
Vladimir 2-Nov-2008 [835x2] | I use 2.7.6 on windows. |
@Graham: Where is the source available? I thought maybe by looking into source and comparing it with the messages I get from net stats I could find more about my problem.... In the meantime I'll try tomorrow to open router completely... all the ports all the ip addresses... and see what happens. | |
Graham 2-Nov-2008 [837] | probe system/schemes/ftp |
Vladimir 4-Nov-2008 [838x4] | here is something new.... I tried few things from windows command line. here are two scripts and two logs: 1. script binary cd apl put c:\slanje\zip\ik104test.zip quit 1.log ...... 230-User visaprom.com has group access to: www 230 OK. Current restricted directory is / ftp> binary 200 TYPE is now 8-bit binary ftp> cd apl 250 OK. Current directory is /apl ftp> put c:\slanje\zip\ik104test.zip 200 PORT command successful 425 Could not open data connection to port 35370: Operation timed out ftp> quit 221-Goodbye. You uploaded 0 and downloaded 0 kbytes. 221 Logout. |
2.script LITERAL PASV cd apl put c:\slanje\zip\ik104test.zip quit 2.log ..... 230-User visaprom.com has group access to: www 230 OK. Current restricted directory is / ftp> LITERAL PASV 227 Entering Passive Mode (194,9,94,127,234,131) ftp> cd apl Connection closed by remote host. ftp> put c:\slanje\zip\ik104test.zip Not connected. ftp> quit | |
basicly if I enter Binary mode, upload fails and it looks like it has to do something with port above 35000 problem. If I enter passive mode nothing works.... it always responds with network timeout.... | |
And once more..... total commander works :) | |
Graham 4-Nov-2008 [842] | well, in this case, you should use wireshark and do a tcp trace |
Vladimir 4-Nov-2008 [843x2] | Im trying..... will report |
here is command with error: to-port: open/binary/new/direct server/:file ** Access Error: Network timeout ** Where: confirm ** Near: to-port: open/binary/new/direct server/:file | |
older newer | first last |