Discussion:
Firefox can't establish a connection to the server at localhost:8888.
Ronald Wiplinger
2007-01-06 13:30:07 UTC
Permalink
After I got some references included I get most of the time:

Firefox can't establish a connection to the server at localhost:8888.



How can I fix that?


bye

Ronald Wiplinger

_______________________________________________
Support mailing list
Support-***@public.gmane.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:support-request-***@public.gmane.org?subject=unsubscribe
f***@public.gmane.org
2007-01-06 17:39:33 UTC
Permalink
be more verbose

try both "localhost:8888" and "127.0.0.1:8888" as "localhost" is most of the case != 127.0.0.1 (do you read me, Worst-developer? ;)
which version of freenet so you use - 0.5 or 0.7?
what exact build?
what do you mean with "references"? references is a reserved word for a text passage describing a a node identity, do you mean that or just a http://localhost:8888/***@YYY-link?
did you start your node at all?
is port 8888 maybe used by a different program?

HTH
Post by Ronald Wiplinger
Firefox can't establish a connection to the server at localhost:8888.
How can I fix that?
bye
Ronald Wiplinger
_______________________________________________
Support mailing list
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
_______________________________________________
Support mailing list
Support-***@public.gmane.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:support-request-***@public.gmane.org?subject=unsubscribe
Ronald Wiplinger
2007-01-06 22:51:53 UTC
Permalink
Post by f***@public.gmane.org
be more verbose
try both "localhost:8888" and "127.0.0.1:8888" as "localhost" is most of the case != 127.0.0.1 (do you read me, Worst-developer? ;)
Same result!
Post by f***@public.gmane.org
which version of freenet so you use - 0.5 or 0.7?
what exact build?
Got now the time slot to login:
Freenet 0.7 Build #1009 r11515M
Freenet-ext Build #9 r11062
I added 13 peers where 2 are connected and the rest are disconnected,
one of them has Version 1007
Post by f***@public.gmane.org
did you start your node at all?
It started alone (isn't it a service?)
I also tried to stop and start the node, but had no influence.
Post by f***@public.gmane.org
is port 8888 maybe used by a different program?
How can I verify that?


bye

Ronald Wiplinger
Post by f***@public.gmane.org
HTH
Post by Ronald Wiplinger
Firefox can't establish a connection to the server at localhost:8888.
How can I fix that?
bye
Ronald Wiplinger
_______________________________________________
Support mailing list
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
_______________________________________________
Support mailing list
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
---
avast! Antivirus: Inbound message clean.
Virus Database (VPS): 0701-1, 2007/01/05
Tested on: 2007/1/7 ¤W¤È 01:48:15
avast! - copyright (c) 1988-2007 ALWIL Software.
http://www.avast.com
--
Ronald Wiplinger (CEO of ELMIT)
http://www.elmit.com http://voip.elmit.com http://e-paper.elmit.com
Tel. (M) +886.939.775.516 (O) +886.2.2835.7765 (ENUM) or FWD 511208
- I'm a SpamCon Foundation Member, #694, Verify it at http://www.spamcon.org

PS: Spam prevention!
Our system is protected with a spam prevention program.
If you send us an e-mail, our system will send you a confirmation message back. Just reply to this confirmation message please.
After receiving this confirmation message, our system will send the hold message (one) and all future messages (after the received confirmation message) to me without asking you again.

_______________________________________________
Support mailing list
Support-***@public.gmane.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:support-request-***@public.gmane.org?subject=unsubscribe
f***@public.gmane.org
2007-01-07 09:32:28 UTC
Permalink
Post by Ronald Wiplinger
I added 13 peers where 2 are connected and the rest are disconnected,
one of them has Version 1007
Post by f***@public.gmane.org
did you start your node at all?
how did you add them? via the web-frontend? or via TCMI?
Post by Ronald Wiplinger
It started alone (isn't it a service?)
depends on operating system and whether you run it manually or as a service, therefore i asked
Post by Ronald Wiplinger
Post by f***@public.gmane.org
is port 8888 maybe used by a different program?
How can I verify that?
0) read the log for errors, usually there should be something if the node can't start. if you don't find anything:
1) shut down the node, be sure it isn't running
2.1) open a "cmd" console
2.2) type"netstat -a -n"
2.3) search for a line with either "TCP 127.0.0.1:8888 0.0.0.0:0 LISTENING" or "TCP 127.0.0.1:9481 0.0.0.0:0 LISTENING"
2.4) if one of these lines exists and your node is not running, then this port is used by a different program and therefore the node can't start
3) then you can either:
3a) stop or remove the other program
3b) change the ports of the other program
3c) change the ports of the freenet node
4) also you can try to start the node nevertheless and perform step 2 to see if the ports are now taken by the node. the node uses both ports, so if they are both taken (after a node start without errors (see the log)), freenet should be running

HTH



_______________________________________________
Support mailing list
Support-***@public.gmane.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:support-request-***@public.gmane.org?subject=unsubscribe
Matthew Toseland
2007-01-15 19:52:27 UTC
Permalink
Post by f***@public.gmane.org
be more verbose
try both "localhost:8888" and "127.0.0.1:8888" as "localhost" is most of the case != 127.0.0.1 (do you read me, Worst-developer? ;)
Why would localhost != 127.0.0.1?
Post by f***@public.gmane.org
which version of freenet so you use - 0.5 or 0.7?
what exact build?
did you start your node at all?
is port 8888 maybe used by a different program?
HTH
Post by Ronald Wiplinger
Firefox can't establish a connection to the server at localhost:8888.
How can I fix that?
bye
Ronald Wiplinger
_______________________________________________
Support mailing list
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
_______________________________________________
Support mailing list
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
f***@public.gmane.org
2007-01-16 09:30:44 UTC
Permalink
try both "localhost:8888" and "127.0.0.1:8888" as "localhost" is most of =
the case !=3D 127.0.0.1 (do you read me, Worst-developer? ;)
Why would localhost !=3D 127.0.0.1?
for me "localhost" is "192.168.2.1", my inferface's IP
and 127.0.0.1 is only "virtual loopback" without a "real" inferface

and if it binds to 192.168.2.1 (localhost) it's (of course and correctly) not accessible at 127.0.0.1 and vice versa

you can bind to three interfaces:
- localhost
- loopback
- (all)
which all three indicate different interfaces



_______________________________________________
Support mailing list
Support-***@public.gmane.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:support-request-***@public.gmane.org?subject=unsubscribe
Loading...