India Broadband Forum


Connection Refused

This is a discussion on Connection Refused within the MTNL broadband forums, part of the Broadband Internet Service Providers category; Having this problem for more than two years: url 192.168.1.1 returns "connection refused ..." Checked and rechecked all settings - ...

Go Back   India Broadband Forum > Indian Broadband Forums > Broadband Internet Service Providers > MTNL broadband

India Broadband Forum


MTNL broadband MTNL broadband launched its broadband service, Triband, at Mumbai and Delhi, MTNL broadband is all set for the broadband revolution.

                      

Reply

 

LinkBack Thread Tools Display Modes
Old 08-28-09, 11:11 PM   #1
Junior Member
 
Join Date: Aug 2009
Posts: 17
Rep Power: 1
venkie is on a distinguished road
Default Connection Refused

Having this problem for more than two years:

url 192.168.1.1 returns "connection refused ..."

Checked and rechecked all settings - nothing out of place.

ping 192.168.1.1 works fine. No problem in surfing, email, etc, everything normal. ipconfig shows network address correctly. (192.168.1.2, 255.255.255.0, 192.168.1.1) Have mutiple DNS addresses , openDNS, 192.168.1.1 as well as MTNL's recommended DNS servers.

Telnet to 192.168.1.1 works fine - can login as admin. Can't login as root. [Does anyone know root password]
Dyndys site shows possible blocking of port 80. No firewalls to block anything.

Could anyone please suggest remedies?

DSL502T / 256
venkie is offline   Reply With Quote
Old 08-29-09, 02:00 AM   #2
Platinum Member
 
Join Date: Aug 2007
Location: Chennai
Posts: 4,246
Rep Power: 12
essbebe is a glorious beacon of lightessbebe is a glorious beacon of lightessbebe is a glorious beacon of lightessbebe is a glorious beacon of lightessbebe is a glorious beacon of lightessbebe is a glorious beacon of light
Default

Peculiar problem.
try this:
When you are connected to Internet
Check your Dynamic IP.
Current IP Check
Now in Browser address bar type this IP.
Does the modem menu page open or
you get a window to log in to the modem /.

2. Start RUN type cmd OK
New window opens
type ipconfig /all
Copy/paste data here.
3.

Default password for "root" can be password or root
Also if available third one: support PW password

4. REF:Dlink Settings for Broadband
suggests
http://192.168.1.1
Which browser you use ?
essbebe is offline   Reply With Quote
Old 08-31-09, 11:55 AM   #3
Junior Member
 
Join Date: Aug 2009
Posts: 17
Rep Power: 1
venkie is on a distinguished road
Default

Thank you.

1. Current IP check - same problem - "connection refused ..."
2. Pasting ipconfig /all results at the end of the post
3. root password: Have tried all these and doesn't work.
4. Thanks for settings page. Browser: FF

Results of ipconfig

Windows IP Configuration

Host Name . . . . . . . . . . . . : Home
Primary Dns Suffix . . . . . . . :
Node Type . . . . . . . . . . . . : Unknown
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No

Ethernet adapter Local Area Connection:

Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Realtek RTL8168C(P)/8111C(P) PCI-E
igabit Ethernet NIC
Physical Address. . . . . . . . . : 00-1F-D0-E6-AA-AF
Dhcp Enabled. . . . . . . . . . . : No
IP Address. . . . . . . . . . . . : 192.168.1.2
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.1.1
DNS Servers . . . . . . . . . . . : 192.168.1.1
208.67.222.222
208.67.220.220
59.185.0.23
59.185.0.50

--
venkie is offline   Reply With Quote
Old 08-31-09, 02:00 PM   #4
Platinum Member
 
Join Date: Aug 2007
Location: Chennai
Posts: 4,246
Rep Power: 12
essbebe is a glorious beacon of lightessbebe is a glorious beacon of lightessbebe is a glorious beacon of lightessbebe is a glorious beacon of lightessbebe is a glorious beacon of lightessbebe is a glorious beacon of light
Default

Ok. Now try this;
In TCP/Ip select obtain Ip address automatically.
Apply .save.
Check connecting to internet.
Again check ipconfig /all
Do you still get IP address 192.168.1.1 ? as modem address ?
essbebe is offline   Reply With Quote
Old 08-31-09, 02:03 PM   #5
Junior Member
 
hexwiz's Avatar
 
Join Date: Dec 2008
Location: New Delhi/North East India
Posts: 91
Rep Power: 1
hexwiz is on a distinguished road
Default

Connection refused means the port is not open. So it is very much possible the http server on your modem/router is not turned on OR it's listening on a different port. Maybe someone could help better if you were to mention the make/model but a generic guess would be to try ports 81, 8000, 8080 as in http://192.168.1.1:8080/ etc.

If that doesn't work and you still need to access it, you could try a hard-reset on your modem/router and that should hopefully reset it to its defaults. And most modems/routers default to port 80.
hexwiz is offline   Reply With Quote
Old 08-31-09, 03:49 PM   #6
Junior Member
 
Join Date: Aug 2009
Posts: 17
Rep Power: 1
venkie is on a distinguished road
Default

Yes, I get the same IP address.
--

Quote:
Originally Posted by essbebe View Post
Ok. Now try this;
In TCP/Ip select obtain Ip address automatically.
Apply .save.
Check connecting to internet.
Again check ipconfig /all
Do you still get IP address 192.168.1.1 ? as modem address ?
Quote:
Originally Posted by hexwiz View Post
Connection refused means the port is not open. So it is very much possible the http server on your modem/router is not turned on OR it's listening on a different port. Maybe someone could help better if you were to mention the make/model but a generic guess would be to try ports 81, 8000, 8080 as in ht_tp://192.168.1.1:8080 etc.
Have tried all thatwithout success.
Strangely, the /etc/progdefs.xml file on the router shows http access on port 8080 disabled.

<service>
<name>http</name>
<enable>no</enable>
<protocol>tcp</protocol>
<port>8080</port>
<max>0</max>
<program>thttpd</program>
<arg>-l</arg>
</service>


Quote:
Originally Posted by hexwiz View Post
If that doesn't work and you still need to access it, you could try a hard-reset on your modem/router and that should hopefully reset it to its defaults. And most modems/routers default to port 80.
Trying to avoid hard reset.

--

Last edited by venkie; 08-31-09 at 03:49 PM. Reason: Automerged Doublepost
venkie is offline   Reply With Quote
Old 08-31-09, 06:19 PM   #7
Platinum Member
 
Join Date: Aug 2007
Location: Chennai
Posts: 4,246
Rep Power: 12
essbebe is a glorious beacon of lightessbebe is a glorious beacon of lightessbebe is a glorious beacon of lightessbebe is a glorious beacon of lightessbebe is a glorious beacon of lightessbebe is a glorious beacon of light
Default

Quote:
DNS Servers . . . . . . . . . . . : 192.168.1.1
208.67.222.222
208.67.220.220
59.185.0.23
59.185.0.50
delete192.168.1.1 or enter in bottom of list
essbebe is offline   Reply With Quote
Old 08-31-09, 10:17 PM   #8
Junior Member
 
Join Date: Aug 2009
Posts: 17
Rep Power: 1
venkie is on a distinguished road
Default

Quote:
Originally Posted by essbebe View Post
delete192.168.1.1 or enter in bottom of list
Same result; doesn't seem to help.
venkie is offline   Reply With Quote
Old 09-01-09, 02:47 AM   #9
Platinum Member
 
Join Date: Aug 2007
Location: Chennai
Posts: 4,246
Rep Power: 12
essbebe is a glorious beacon of lightessbebe is a glorious beacon of lightessbebe is a glorious beacon of lightessbebe is a glorious beacon of lightessbebe is a glorious beacon of lightessbebe is a glorious beacon of light
Default

Delete here ( if 192.168.1.1) and enter
India Broadband Forum
208.67.220.220 and 208.67.222.222
essbebe is offline   Reply With Quote
Old 09-01-09, 04:46 AM   #10
Junior Member
 
hexwiz's Avatar
 
Join Date: Dec 2008
Location: New Delhi/North East India
Posts: 91
Rep Power: 1
hexwiz is on a distinguished road
Default

If you can telnet then why dont you try edit and set the progdefs.xml to enable http on port 8080 and load it that way? You could always change it back if you dont want it but at least it might pull up the gui for you to check for once!
hexwiz is offline   Reply With Quote
Old 09-01-09, 09:08 AM   #11
Junior Member
 
Join Date: Aug 2009
Posts: 17
Rep Power: 1
venkie is on a distinguished road
Default

Quote:
Originally Posted by essbebe View Post
Delete here ( if 192.168.1.1) and enter
Broadband Forum
208.67.220.220 and 208.67.222.222
Well, I can't access that page unless I login to the router.

Quote:
Originally Posted by hexwiz View Post
If you can telnet then why dont you try edit and set the progdefs.xml to enable http on port 8080 and load it that way? You could always change it back if you dont want it but at least it might pull up the gui for you to check for once!
BusyBox does not have editing commands. Not sure if progdefs was meant to be that way or has been hacked by botnet worm.

Last edited by venkie; 09-01-09 at 09:08 AM. Reason: Automerged Doublepost
venkie is offline   Reply With Quote
Old 09-01-09, 10:27 AM   #12
Platinum Member
 
Join Date: Aug 2007
Location: Chennai
Posts: 4,246
Rep Power: 12
essbebe is a glorious beacon of lightessbebe is a glorious beacon of lightessbebe is a glorious beacon of lightessbebe is a glorious beacon of lightessbebe is a glorious beacon of lightessbebe is a glorious beacon of light
Default DSL502T IP router working but no access 192.168.1.1

@venkie
1. You could enter in the browser the address shown
on the top of the router page posted earlier.

2. You could delete the port address 8080 and try.
When i tried for my modem with port address,
I could not access the menu.

3. Confirm OS: XP Sp3 or Linux or both
I am familiar only with windows OS.

4.You could PM me the Dynamic IP, when both are on line,
so that to check whether I could access the modem settings.
If earlier you had changed the ID and password ,
include this info also.

(a)
If i cannot access No result.
b)
If I access , i can change those
(c)for DNS in the router page.
Or you can try this procedure with your friend.
Feedback.

INFO:
Option For Hard RESET not being tried.

Last edited by essbebe; 09-01-09 at 11:27 AM.
essbebe is offline   Reply With Quote
Old 09-01-09, 10:33 AM   #13
Junior Member
 
Join Date: Aug 2009
Posts: 17
Rep Power: 1
venkie is on a distinguished road
Default

Quote:
Originally Posted by essbebe View Post
@venkie
1. You could enter in the browser the address shown
on the top of the router page posted earlier.

2. Confirm OS: XP Sp3 or Linux or both
I am familiar only with windows OS.
Request illustrate in detail please. I get "connection refused ..." error.

Yes, XP. Router runs on linux.
--
venkie is offline   Reply With Quote
Old 09-01-09, 11:33 AM   #14
Platinum Member
 
Join Date: Aug 2007
Location: Chennai
Posts: 4,246
Rep Power: 12
essbebe is a glorious beacon of lightessbebe is a glorious beacon of lightessbebe is a glorious beacon of lightessbebe is a glorious beacon of lightessbebe is a glorious beacon of lightessbebe is a glorious beacon of light
Default DSL502T access to router 192.168.1.1

I cannot access as I don't have this router.

See this for test by you or on your friend's computer.
122.164.xx.jpg
essbebe is offline   Reply With Quote
Old 09-01-09, 04:37 PM   #15
Junior Member
 
Join Date: Aug 2009
Posts: 17
Rep Power: 1
venkie is on a distinguished road
Default

Quote:
Originally Posted by essbebe View Post
I cannot access as I don't have this router.

See this for test by you or on your friend's computer.
Attachment 5872
Thank you Sir. But the primary problem is that I can not access the router - login and password page does not open at all. It shows "connection refused ..." error instead.
--
venkie is offline   Reply With Quote
Old 09-01-09, 07:14 PM   #16
Platinum Member
 
Join Date: Aug 2007
Location: Chennai
Posts: 4,246
Rep Power: 12
essbebe is a glorious beacon of lightessbebe is a glorious beacon of lightessbebe is a glorious beacon of lightessbebe is a glorious beacon of lightessbebe is a glorious beacon of lightessbebe is a glorious beacon of light
Default

Assume that when you type your dynamic IP
not 192.168.1.1
you get a message connection refused ?
is that correct ?

Post screen shot as annexure. as a JPG picture.
essbebe is offline   Reply With Quote
Old 09-01-09, 09:32 PM   #17
Platinum Member
 
Join Date: Feb 2008
Posts: 2,692
Rep Power: 5
superprash2003 will become famous soon enoughsuperprash2003 will become famous soon enough
Default

why dont you use the admin a/c instead of root?same privileges right?
superprash2003 is offline   Reply With Quote
Old 09-02-09, 05:08 AM   #18
Junior Member
 
hexwiz's Avatar
 
Join Date: Dec 2008
Location: New Delhi/North East India
Posts: 91
Rep Power: 1
hexwiz is on a distinguished road
Default

Quote:
Originally Posted by venkie View Post
Well, I can't access that page unless I login to the router.



BusyBox does not have editing commands. Not sure if progdefs was meant to be that way or has been hacked by botnet worm.
Since you mention BusyBox, telnet in and try this:

Code:
/usr/sbin/thttpd -g -d / -u root -p 8080
You should now be able to access the linux file system on port 8080 with something like http://192.168.1.1:8080

This is possible since the BusyBox uses the thttpd server daemon for its web functions. - thttpd

And...

On DLINK routers with the busybox shell the root password defaults to admin

And...

You could use common Linux shell commands - ifconfig, ls, gzip, hostname and even edit with my favorite editor on Linux - VI. But then again not all Linux commands may be available depending on how your shell was compiled.

.... at least that's what I found
hexwiz is offline   Reply With Quote
Old 09-02-09, 10:59 AM   #19
Junior Member
 
Join Date: Aug 2009
Posts: 17
Rep Power: 1
venkie is on a distinguished road
Default

Wow !! That works like a shot !!! Thank you very much. I get the file system on the browser (index of / and so forth) Now, let me figure out how to edit files.

Y'day I tried router diagnostics (from neolics)
and found that ftp and http services are blocked. Settings are inaccessible. No clue as to how to repair the settings.

Not sure if the flash ROM suffered a psyb0t attack.

Following (limited) commands of BusyBox do not seem to support editing.

. : bg break builtin cd chdir continue eval exec exit export
false fc fg hash help jobs kill local pwd read readonly return
set setvar shift times trap true type ulimit umask unset wait


Thanks once again, let me try out a few random shots and revert.


Quote:
Originally Posted by hexwiz View Post

Code:
/usr/sbin/thttpd -g -d / -u root -p 8080
You should now be able to access the linux file system on port 8080 with something like 192.168.1.1:8080


On DLINK routers with the busybox shell the root password defaults to admin

And...

You could use common Linux shell commands - ifconfig, ls, gzip, hostname and even edit with my favorite editor on Linux - VI. But then again not all Linux commands may be available depending on how your shell was compiled.

.... at least that's what I found
venkie is offline   Reply With Quote
Old 09-02-09, 11:35 AM   #20
Platinum Member
 
Join Date: Aug 2007
Location: Chennai
Posts: 4,246
Rep Power: 12
essbebe is a glorious beacon of lightessbebe is a glorious beacon of lightessbebe is a glorious beacon of lightessbebe is a glorious beacon of lightessbebe is a glorious beacon of lightessbebe is a glorious beacon of light
Default

@hexwiz
Thanks for helping out and for your inputs.
Even though what you had posted is all greek to me.
No linux knowledge.
Rep++++ given .

Please let me know how many points I had given .
Please PM.

@Venkie
now please confirm you get the modem access page,
normally or by typing IP address.
essbebe is offline   Reply With Quote
Reply

Tags
connection, refused

Thread Tools
Display Modes

Posting Rules
You may post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads

Thread Thread Starter Forum Replies Last Post
connection setting to connect htc touch wifi phone with bsnl broadband connection kiratindia Mobile broadband 3 05-13-09 06:29 PM
internet connection on 2 pcs from tata broadband prepaid connection(NO STATIC IP) dhruvpatel4u Tata Indicom broadband 3 02-21-08 04:00 PM
Difference between the ADSL connection and shared broadband connection naveen_cooldude Airtel Broadband 0 11-03-07 03:36 PM


All times are GMT +5.5. The time now is 05:44 AM.


India Broadband Forum