Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

from DOS to OTHER pc works - from OTHER to DOS not ping #9

Open
PC-maniak opened this issue Jun 29, 2019 · 4 comments
Open

from DOS to OTHER pc works - from OTHER to DOS not ping #9

PC-maniak opened this issue Jun 29, 2019 · 4 comments

Comments

@PC-maniak
Copy link

Hi! i have problem .. from dos machine working ok .. ftp client to server connection ok, web browser ok
but from another machine in the network I have no chance in the connection .. I tried a real address ESP in my case (192.168.1.168) then also 192.168.240.2 ping, ftpsrv, not working at all .. what am I wrong?

@martin-ger
Copy link
Owner

martin-ger commented Jun 30, 2019

The internal addresses 192.168.240.x cannot work, as they are NATed and invisible to the outside world. However, you should be able to ping the external STA address of the ESP from other WiFi components.

To reach a service on the SLIP (192.168.240.2) machine you will need a portmap on the ESP, e.g. a web server:

portmap add TCP 80 192.168.240.2 80
save

Now you can reach it from the WiFi net with 'http://192.168.1.168'

@PC-maniak
Copy link
Author

Oh thank you !
it is a pity that the speed is so slow = (I would use it to FTP and transfer games to old laptops(386,486)
is there any way to use ESP32 and LPT (LIP) ?

@martin-ger
Copy link
Owner

Actually, the main problem is not the power of the ESP but the speed of the serial connection. An ESP8266 can handle more than 5 mbps.

@ssshake
Copy link

ssshake commented Dec 17, 2021

@PC-maniak can you tell me how you got DNS to work? I have this set up on a dos machine and I can ping and telnet to any host I want but I can't resolve any host names. I have tried multiple dns servers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants