Using Firefox/Chatzilla on standalone


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users Using Firefox/Chatzilla on standalone
# 1  
Old 02-14-2017
Using Firefox/Chatzilla on standalone

Hello!

I am trying to perform a test using chatzilla, the problem is my machine is not on a network so I am trying to prove I can communicate through local host. This way it will hit the nic go through and come back on the other side. All the configurations I have tried irc.local.host:6667 and a couple others fail when trying to allow connection.

I have eth0 set to 127.0.0.1 ip address and my firewall turned off during testing.

Any ideas?
# 2  
Old 02-14-2017
Don't set eth0 to 127.0.0.1, set it to 192.168.0.100 or something like that. You can connect to that just as well without worrying about conflicting with the lo device.

And make sure the name you're connecting to is in /etc/hosts, otherwise it'll have no way to know what you want.
# 3  
Old 02-14-2017
Thank you for your response.

When I bring up chatzilla and configure global settings startup it is looking for a URL. I am using local.host so what should the address look like?

Then I add the address into my /etc/hosts file?
# 4  
Old 02-14-2017
You would add a record into /etc/hosts such that you use your IP address (e.g. 192.168.0.100 as suggested above)
Code:
192.168.0.100       local.host

If there are already entries in here, that should not be a problem, unless they use the same name.



I hope that this helps,
Robin
# 5  
Old 02-14-2017
Quote:
Originally Posted by cybersecEG
Thank you for your response.

When I bring up chatzilla and configure global settings startup it is looking for a URL.
You can put an IP address into a URL.
# 6  
Old 02-14-2017
Thank you I am getting further, the log says

cz: can't send to disconnected socket
cz: sendQue flushed
# 7  
Old 02-14-2017
What log?

What exactly are you doing, word for word, letter for letter, keystroke for keystroke?

What does netstat -an show? Is anything listening on the IP and port you expect?
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. Red Hat

selfservice password change standalone Centos 5.7

Hello, can someone suggest, how to configure server, when a new user that is created on the server centos 5.7, should be prompted to reset their password on his start login. Thanks, (1 Reply)
Discussion started by: bobby320
1 Replies

2. UNIX for Dummies Questions & Answers

Java standalone online chat

Hello: I have a web domain hosted at 1and1.com. They provide a rudimentary chat program, but it's very basic, and froze up last evening (continuing on into this morning). Can anyone recommend a jave (javascript; php; http) -based standalone chat program, that I can embed (or link) into an html... (0 Replies)
Discussion started by: gstuart
0 Replies

3. UNIX for Dummies Questions & Answers

How to configure a network workstation to a standalone?

Hi, I have a networked ultra 5 workstation(using NIS) that I would like to be able to : 1. Reconfigure to standalone workstation, 2. and be able to switch back to a network workstation when the needs required. Please advise. Ryan (5 Replies)
Discussion started by: ryantk
5 Replies

4. UNIX for Dummies Questions & Answers

Installation Procedure of UNIX on a standalone pc

Hi, I am nil about UNIX and i want to learn about. For this i want to install UNIX 5.0 on my home pc. Anyone please tell me the procedure to install it. The partition and all etc. etc.. My pc configuration is P-IV, 1.7GHz 40 GB HDD With regards, Phani (1 Reply)
Discussion started by: phanikmv
1 Replies

5. UNIX for Dummies Questions & Answers

Standalone FTPD within SMF

Hello We are trying to run the WU_FTPD demon in standalone mode (-S argument) via an SMF service. Prior to SMF, this was achieved by simply commenting out the FTP line within the inetd.conf file. However, within SMF, I believe we need to carry out the following activities: i) Remove the FTP... (0 Replies)
Discussion started by: CowsUdders
0 Replies

6. UNIX for Dummies Questions & Answers

Network standalone Unix box

I am using the Linksys router as my hub to network my Win 2000 PC and Unix box to the cable modem. However, I can only get connection for my Win 2000 PC. The Unix box was able to get connection initially (yesterday) but when I reboot the machine this morning, the network went dead. What did I do... (6 Replies)
Discussion started by: conflansun
6 Replies
Login or Register to Ask a Question