mikrotik cannot ping lan from wan - server

im doing a little project and have big problem.
I have 3 virtual machines, windows server 2019, mikrotik, and windows 10.
My server have connection to mikrotik on lan intherface and windows 10 have connection to wan interface.
win serv ip add: 10.0.8.2/24
win 10 ip add: 80.80.8.2/29, gateway: 80.80.8.3
this is configuration of my router.
I can ping my win 10 machine from my server but cannot ping my server from my win 10.
i also add pics of routes table
and firewall nat roules
also pics from trying to ping my server from windows

Problem solved, you should add static trase route on your host

Related

Cannot browse a local easyphp web server using the local IP address

I am running easyphp with apache version 2.4.18 x86 (32-bit) on Windows 10.
On the PC where easyphp is running, I can connect using either localhost or http://computername, but if I try to connect through the local IP address which is http://192.168.0.10, I get a white page without any error message.
And the most strange thing, if I plug an iPhone (USB) with a shared connexion in the PC (the PC gets 2 network connections), then I can access to http://192.168.0.10 through the PC (still the wifi IP local address and not the iPhone local network address).
If I unplug the iPhone, then it fails again to connect to http://192.168.0.10.
Any explanation ?
So it was a firewall problem.
Evene when desactivating the firewall, the web site was not reachable.
I've added manually the
EasyPHP16\eds-binaries\httpserver\apache2418vc11x86x160927105506\bin\eds-httpserver.exe
in the Windows firewall rules, and it worked.
The two strange things is that disabling the firewall did not arrange anything, and lanching the webserver did not pop up the firewall dialog.
Hope this helps.

Not able to connect to my server

I have a small local network, with the following devices: a router , a Dell laptop running Ubuntu 16.04 LTS as my server, and another HP laptop to test access.
My IP addresses look like this:
router: 192.168.0.1
server: 192.168.0.101
laptop: 192.168.0.100
I have successfully setup LAMP and have one small page (/var/www/html/index.html) with one picture. I can't access this from my HP laptop by entering 192.168.0.101 into Firefox or Chrome.
In order to access your server you have to make it publicly so I will describe the steps required to do it:
Login to your router, search for Port Forwarding section and forward the port 80(HTTP Port) to 192.168.0.101(Your Web Server). You can find a guide for Port Forwarding after selecting your router model here : https://portforward.com/router.htm
Access your webserver by your external Ip. http://yourexternalip
(Optional) If you have dynamic Ip, you can set a Dynamic DNS to create a domain name that will always point to your webserver even your Ip will change after a router reboot or something like that. You can read this guide for setting up a DDNS: https://www.howtogeek.com/66438/how-to-easily-access-your-home-network-from-anywhere-with-ddns/

Having Internet connectivity issues in windows server 2008 r2

I have recently installed windows server 2008 r2 on my virtual box. As soon as install active directory and create a domain. i loose internet connection on my machine.
I have assigned manual IP to my windows server 2008 r2 and have assigned the DNS same as its IP.
Also when i install windows 7 on another virtual machine, at first i do get internet connection but as soon as i connect it to my domain, windows 7 virtual pc looses internet connectivity as well. I have configured bridge adapter on my network setting for virtual box.
Any ideas
Please check if correct forwarders are set in the DNS, try to resolve any public domain (i.e.; yahoo.com) via nslookup command (nslookup yahoo.com)and see if you are able to resolve. If you are not able to resolve the public domain names then you should set the forwarders correctly in DNS (May be you can use 8.8.8.8, 4.4.2.2 as forwarders, these are global google DNS resolvers)

Access SQL Server 2008 R2 from a remote location

I have remote access enabled in SQL Server at my work network, which is on my "server". In the office, I have my desktop machine which I can use SQL Server Management Studio to access - no problems. I can use telnet [LOCAL_IP] 1433 with no problems.
When I am at home, I want to access the SQL Server too. I can PING [EXTERNAL_IP] address to the office fine (which is a router), but can't telnet [EXTERNAL_IP] 1433. So my machine can't access it when using SQL Server Management Studio.
I thought it was a router firewall issue, I have modified the router firewall to let my IP address through on TCP and UDP on ports 1433 and 1434 both source and destination. I've also tried letting my home IP through on all ports too, and still nothing. I've also tried to disable the firewall on the windows server at work.
I can set up RDP fine though....so I am thinking something I don't know about in SQL Server is the problem.
Does anyone have any suggestions to try please?
Thx

Simple TCP server and client communication via public ip

Am using Netgear dgn1000 router and just planning to execute a server-client program over internet.
I switched off windows firewall. Allowed DMZ in router. Also Disabled antivirus in both the system. I don't know what else i got to do.?Please do help
Have you enabled port forwarding to the PC that the server is running on?