473,799 Members | 3,017 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Connecting to Home Network

2 New Member
Hey!

I am unable to connect some of the services that I host from my laptop at home, such as SMTP and MySQL on port numbers 25 and 3306 respectively.
But I am able to some services such as Telnet, Remote Desk Connection, SSH.
Here are my details
ISP: Time Warner
Connection Type: Cable
Router: Lynksys
Port Farwarding: enabled port farwarding to HTTP, Telnet, HTTPS, Remote Desktop Connection, SSH, MySQL etc to my laptop.
Connection Type on Laptop: wireless card
OS: Windows XP/ I also checked with SuSE linux
Firewall: I opened all ports for all the above mentioned ports
Netstat query results:
TCP 0.0.0.0:3306 0.0.0.0:0 LISTENING
TCP 0.0.0.0:25 0.0.0.0:0 LISTENING
TCP 192.168.1.104:2 5 192.168.1.1:234 6 TIME_WAIT

----------
I would really appreciate if somebody helps me why I am unable to connect to my mysql and smtp servers, mind you, I am trying to connect from a private network, I don't know if that makes any difference.

Regards
Jun 5 '07 #1
1 2391
jehrich
24 New Member
Hi ynyus75,

Try the following tests:
1.) from the laptop, try to telnet to 192.168.1.104:2 5 (assuming that's your laptop's IP address)
2.) from another machine on the same subnet, try to telnet to 192.168.1.104:2 5
3.) from any machine on the same subnet, try to telnet to 123.123.123.123 :25 (assuming that 123.123.123.123 is your router's public IP address).

If all three tests fail then the SMTP service may not be running, may not be bound to the right IP (check properties of the SMTP virtual server in the IIS mgmt console) or you may have a software firewall on the laptop that is interfering.

If 1 works but 2 & 3 fail then the problem is most likely a software firewall on the laptop.

If only 3 fails then the problem might be with the router's port forwarding (but on some routers this test will always fail)

If all three tests pass, then the ISP is almost certainly blocking the ports. This is a common practice used to help prevent spam/viruses. To test this, you can try changing the port that your SMTP server listens on to something you know is not blocked (i.e. try using port 23 but don't forget to stop your telnet service first).

Also, you can try running a network capture program like wireshark (http://www.wireshark.o rg) and then doing a port scan of your system from somewhere like www.grc.com. If wireshark doesn't see the traffic on port 25, and grc.com reports the port as closed or stealth then you can be pretty sure your ISP is blocking it, or the router's port forwarding is broken.

If you think the router's port forwarding is broken, make sure your software firewall is working then try removing all of the port forwarding rules and setting the router's DMZ address to 192.168.1.104 (this is basically the same as port forwarding all ports).

If you think there might be a software firewall interfering, make sure that you have disabled the DMZ feature and re-enabled the port forwarding rules, then try disabling the firewall on your laptop completely (and make sure you don't accidentally have multiple firewalls installed - norton? mcafee? windows firewall? etc.) .

That's all I can think of right now.

Good luck!

JE
Jan 12 '08 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

1
3187
by: Wayne Happ | last post by:
I have Oracle 9 running on a Linux RedHat Box V9.0. But I'm having trouble connecting from a windows machine via PL/SQL Develover. When I startup the application the instance name appears but when I try to login as sysdba I get the error. ORA-12545 Connection failed because target host or object does not exist. I'm guessing that there's something net8 I have to setup. This is a new installation. Can someone point me in the right...
3
37935
by: 91YJ_Renegade | last post by:
why can I TNSPING but I can not connect using SQLPLUS? Oracle 10g Slackware 10 install 2.6.6 kernel exports ORACLE_BASE=/home/oracle ORACLE_HOME=/home/oracle/product/10g ORACLE_SID=ora9i ORACLE_TERM=xterm
5
4605
by: Maurice LING | last post by:
Hi, I've been using FB1.5 and access the database using Kinterbasdb + Python. My connection is established using kinterbasdb.connect() method and the parameters host, dns, database, user, password are all defaulted to 'None'. On my own machine running Mac OSX 10.3, I can connect using the following: host = 'localhost' database = '<my path to FB database>'
5
3661
by: Matt | last post by:
I know it is possible to establish a connection to an SQL Server over the Internet via Enterprise Manager. My question is, how secure is this connection? Is there a best practices document for this type of connection? Here is my scenario: We are looking to outsource our web hosting. Currently, we upload client sensitive data to our SQL Server databases within our internal network. If we outsource, the SQL server will be on a different
1
2663
by: Richard W Collens | last post by:
Hi Folks, I'm very new to SQL Server. I have a home network. My primary connection to the internet is using "Gateway 1" a linksys router, of which, my server is a LAN node on that router. I have another LAN node connecting to the WAN node of the "Gateway 2" a wireless USR router to use with my laptop. Using the wireless laptop, I am on a different subnet than the Server. I'd like to make a connection to the server through Visual...
4
1800
by: CodeImp | last post by:
A simple app I quickly wrote to try getting info from a database. Here is the first part of its code. The rest of the code is irellevant. using System; using System.Data; using System.Data.SqlClient; using System.Threading; namespace TestSQL { class Class1
0
3925
by: Suresh | last post by:
Hi Guys I have Db2 server installed on remote server. i am connecting to that remote server by using VPN. I want to connect that remote DB2 server instance using my local machine DB2 development client. Bur Its gives me following error message. I searched lots of things on net and tried on remote server but i didnt got suceess. Can any one tell me how to set TCP\IP connection protocol on server for particular instance. Becuase I think
2
3046
by: orandov | last post by:
Hi, I am having a problem connecting my .net applications from the application server to the database server. When I run the application from my windows xp (sp2) box it works fine. When I try to connect via SQL Management Studio to the database server from the application server I get the same error. Here is the error:
0
2011
by: aboutjav.com | last post by:
Hi, I need some help. I am getting this error after I complete the asp.net register control and click on the continue button. It crashed when it tries to get it calls this Profile property ((string)(this.GetPropertyValue("Address1")));
0
9685
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9538
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10473
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10249
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
10025
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9068
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7563
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5461
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5584
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.