| Author |
Message |
Momma
BoT's Momma

Joined: Aug 10, 2006
Posts: 7068
Location: North Yorkshire UK
|
Posted: Thu Jul 03, 2008 7:38 pm
I'm trying tp test something out...
Does anyone..(nudges minifang) know how I can open port 6667 in Windows XP ?..I'm using Windows Firewall...
_________________ "Growing old is mandatory.Growing up is optional."
|
| Thu Jul 03, 2008 7:38 pm |
|
 |
minifang
Ambrosian
Joined: Jan 29, 2007
Posts: 2101
Location: somewhere in the liberal northeastern US, sadly.
|
Posted: Thu Jul 03, 2008 7:59 pm
Momma wrote:I'm trying tp test something out...
Does anyone..(nudges minifang) know how I can open port 6667 in Windows XP ?..I'm using Windows Firewall... 
*falls over lol*
yes theres a way
start
settings
control panel
windows firewall
exceptions tab
add program (recommended)
follow directions from there.
given the port number im assuming its a IRC client, and you need to port open for a dcc transfer?
_________________ statistics can be used to prove anything
14% of people know that.
never attribute to conspiracy that which can amply be attributed to the actions of a bunch of greedy stupid self serving men in power
yes i can read minds. yours is blank most days..
|
| Thu Jul 03, 2008 7:59 pm |
|
 |
Momma
BoT's Momma

Joined: Aug 10, 2006
Posts: 7068
Location: North Yorkshire UK
|
Posted: Thu Jul 03, 2008 9:25 pm
LOL....
I had already done that up to adding Java(chat) in the exceptions mini...it's a server that I'm trying to allow..but I can't figure out how to find out if the default port 6667 is open...
_________________ "Growing old is mandatory.Growing up is optional."
|
| Thu Jul 03, 2008 9:25 pm |
|
 |
minifang
Ambrosian
Joined: Jan 29, 2007
Posts: 2101
Location: somewhere in the liberal northeastern US, sadly.
|
Posted: Thu Jul 03, 2008 9:57 pm
Momma wrote:LOL....
I had already done that up to adding Java(chat) in the exceptions mini...it's a server that I'm trying to allow..but I can't figure out how to find out if the default port 6667 is open...
it probably wont be, esp if you are using it for the chat application.
in the same window i described above there should be a port button. probably next to the program button.
to see if a port is in use:
start
run
cmd.exe
click ok
now you have a command prompt open
type netstat -apo
this lists the open ports and the programs using them.
Last edited by minifang on Thu Jul 03, 2008 10:05 pm; edited 1 time in total
_________________ statistics can be used to prove anything
14% of people know that.
never attribute to conspiracy that which can amply be attributed to the actions of a bunch of greedy stupid self serving men in power
yes i can read minds. yours is blank most days..
|
| Thu Jul 03, 2008 9:57 pm |
|
 |
Momma
BoT's Momma

Joined: Aug 10, 2006
Posts: 7068
Location: North Yorkshire UK
|
Posted: Thu Jul 03, 2008 10:46 pm
Hi mini
In the exceptions there is 'Add Port'..next page asks for 'Name' and Port Number under these are 2 buttons..TCP and UDP
In Run after typing netstat -apo on the command prompt it brings up
Active connections
Proto ... Local Address... Foreign address... State... PID
followed by the command prompt again
_________________ "Growing old is mandatory.Growing up is optional."
|
| Thu Jul 03, 2008 10:46 pm |
|
 |
minifang
Ambrosian
Joined: Jan 29, 2007
Posts: 2101
Location: somewhere in the liberal northeastern US, sadly.
|
Posted: Thu Jul 03, 2008 11:51 pm
thats odd
well i got it wrong. on unix its -apo
on windows its -abo
go figure
explanation:
a means list all connections
b means show program name
o means show process id
n means show numeric port number
netstat /? lists all the possible options.
you want tcp for an irc server
/*edit again*/
you could also use the command
netstat -abo > nestat.txt
this creates a text file you can open in notepad and search for "irc" or "6667" (without quotes).
Last edited by minifang on Thu Jul 03, 2008 11:58 pm; edited 2 times in total
_________________ statistics can be used to prove anything
14% of people know that.
never attribute to conspiracy that which can amply be attributed to the actions of a bunch of greedy stupid self serving men in power
yes i can read minds. yours is blank most days..
|
| Thu Jul 03, 2008 11:51 pm |
|
 |
minifang
Ambrosian
Joined: Jan 29, 2007
Posts: 2101
Location: somewhere in the liberal northeastern US, sadly.
|
Posted: Thu Jul 03, 2008 11:53 pm
also goto the gibson research shields up port scanner. it looks for open/closed ports.
_________________ statistics can be used to prove anything
14% of people know that.
never attribute to conspiracy that which can amply be attributed to the actions of a bunch of greedy stupid self serving men in power
yes i can read minds. yours is blank most days..
|
| Thu Jul 03, 2008 11:53 pm |
|
 |
Momma
BoT's Momma

Joined: Aug 10, 2006
Posts: 7068
Location: North Yorkshire UK
|
Posted: Fri Jul 04, 2008 6:31 am
mini..your knowledge is great !...
Your tio in Run re -abo,,,brought up error 'Windows No Disk'..Exception precessing messages..and PAGES of exception messages..had to reboot to stop it...
The last link..showed Port 6667..proto IRCU...Status..Stealth..
Is that good ?....  ..Very impressed with that last link btw...
_________________ "Growing old is mandatory.Growing up is optional."
|
| Fri Jul 04, 2008 6:31 am |
|
 |
minifang
Ambrosian
Joined: Jan 29, 2007
Posts: 2101
Location: somewhere in the liberal northeastern US, sadly.
|
Posted: Fri Jul 04, 2008 9:15 am
Momma wrote:mini..your knowledge is great !...
Your tio in Run re -abo,,,brought up error 'Windows No Disk'..Exception precessing messages..and PAGES of exception messages..had to reboot to stop it...
The last link..showed Port 6667..proto IRCU...Status..Stealth..
Is that good ?.... ..Very impressed with that last link btw... 
something is wrong with/interfering with netstat then. i would run sfc.exe /scannow at the run prompt to check it.
also try netstat -a
netstat
netstat -ab
see what happens
you *should* be able to stop it with the ctrl-c key combination, should it whack out again.
the stealth status means that they received no response in a certain time period. this also means others on the internet cannot connect to your server.
Last edited by minifang on Fri Jul 04, 2008 9:17 am; edited 1 time in total
_________________ statistics can be used to prove anything
14% of people know that.
never attribute to conspiracy that which can amply be attributed to the actions of a bunch of greedy stupid self serving men in power
yes i can read minds. yours is blank most days..
|
| Fri Jul 04, 2008 9:15 am |
|
 |
Momma
BoT's Momma

Joined: Aug 10, 2006
Posts: 7068
Location: North Yorkshire UK
|
Posted: Fri Jul 04, 2008 9:27 am
Quote:you *should* be able to stop it with the ctrl-c key combination, should it whack out again.
Doh !...
Quote:this also means others on the internet cannot connect to your server.
Aha !..This confirms original message I got....
Off to try the rest now...thanks mini...
_________________ "Growing old is mandatory.Growing up is optional."
|
| Fri Jul 04, 2008 9:27 am |
|
 |
Momma
BoT's Momma

Joined: Aug 10, 2006
Posts: 7068
Location: North Yorkshire UK
|
Posted: Fri Jul 04, 2008 10:45 am
|
| Fri Jul 04, 2008 10:45 am |
|
 |
minifang
Ambrosian
Joined: Jan 29, 2007
Posts: 2101
Location: somewhere in the liberal northeastern US, sadly.
|
Posted: Fri Jul 04, 2008 11:38 am
the b option may be being blocked by your firewall/security software.
try netstat -an (all, numeric ports) see what is what.
_________________ statistics can be used to prove anything
14% of people know that.
never attribute to conspiracy that which can amply be attributed to the actions of a bunch of greedy stupid self serving men in power
yes i can read minds. yours is blank most days..
|
| Fri Jul 04, 2008 11:38 am |
|
 |
minifang
Ambrosian
Joined: Jan 29, 2007
Posts: 2101
Location: somewhere in the liberal northeastern US, sadly.
|
Posted: Fri Jul 04, 2008 11:42 am
is chatzone the network?
do you have permission to join?
perhaps your settings are in error or you are using the wrong server software?
or their settings are wrong, and wont let you join the network.
states:
established: means there is an ongoing connection
listening: means their is a program waiting for a connection.
time_wait means there is a program that had a connection, but the connection seems broken.
_________________ statistics can be used to prove anything
14% of people know that.
never attribute to conspiracy that which can amply be attributed to the actions of a bunch of greedy stupid self serving men in power
yes i can read minds. yours is blank most days..
|
| Fri Jul 04, 2008 11:42 am |
|
 |
Momma
BoT's Momma

Joined: Aug 10, 2006
Posts: 7068
Location: North Yorkshire UK
|
Posted: Fri Jul 04, 2008 11:55 am
This is the one mini...
http://www.book-of-thoth.com/chatzone.html
After putting the announcement in re the Quizz tomorrow..and asking folks to make sure they could access..I knew almost certainly that it would be myself that would have the problem..I do each time..
The routerlogin.com..Time_ Wait may be the fly in the ointment ?..Gonna have a dig round on that one...
_________________ "Growing old is mandatory.Growing up is optional."
|
| Fri Jul 04, 2008 11:55 am |
|
 |
minifang
Ambrosian
Joined: Jan 29, 2007
Posts: 2101
Location: somewhere in the liberal northeastern US, sadly.
|
Posted: Fri Jul 04, 2008 12:11 pm
routerlogin is the login to your wireless/cable/dsl router.
_________________ statistics can be used to prove anything
14% of people know that.
never attribute to conspiracy that which can amply be attributed to the actions of a bunch of greedy stupid self serving men in power
yes i can read minds. yours is blank most days..
|
| Fri Jul 04, 2008 12:11 pm |
|
 |
Momma
BoT's Momma

Joined: Aug 10, 2006
Posts: 7068
Location: North Yorkshire UK
|
Posted: Fri Jul 04, 2008 12:35 pm
Thanks mini..
Reckon I'm just gonna have to sit in ChatzoneII...and talk to myself....
_________________ "Growing old is mandatory.Growing up is optional."
|
| Fri Jul 04, 2008 12:35 pm |
|
 |
THoTH
Da Boss

Joined: Dec 21, 2003
Posts: 9024
|
Posted: Fri Jul 04, 2008 5:04 pm
If worst comes to worst Momma I'll set up a free chat, Chatzone II can't handle too many users  I just called to see if we can progress this
_________________ The beginning of knowledge is the discovery of something we do not understand. - Frank Herbert
|
| Fri Jul 04, 2008 5:04 pm |
|
 |
minifang
Ambrosian
Joined: Jan 29, 2007
Posts: 2101
Location: somewhere in the liberal northeastern US, sadly.
|
Posted: Fri Jul 04, 2008 7:42 pm
or an irc server could be set up with a java applet on the webpage.
_________________ statistics can be used to prove anything
14% of people know that.
never attribute to conspiracy that which can amply be attributed to the actions of a bunch of greedy stupid self serving men in power
yes i can read minds. yours is blank most days..
|
| Fri Jul 04, 2008 7:42 pm |
|
 |
Momma
BoT's Momma

Joined: Aug 10, 2006
Posts: 7068
Location: North Yorkshire UK
|
Posted: Sat Jul 05, 2008 4:05 pm
|
| Sat Jul 05, 2008 4:05 pm |
|
 |
minifang
Ambrosian
Joined: Jan 29, 2007
Posts: 2101
Location: somewhere in the liberal northeastern US, sadly.
|
Posted: Sat Jul 05, 2008 5:43 pm
some broadband providers provide a firewall on their servers for "your protection" ; or in reality, so you cannot run a server and use their bandwidth.
_________________ statistics can be used to prove anything
14% of people know that.
never attribute to conspiracy that which can amply be attributed to the actions of a bunch of greedy stupid self serving men in power
yes i can read minds. yours is blank most days..
|
| Sat Jul 05, 2008 5:43 pm |
|
 |
|
|