Joined: Thu Aug 10, 2006 12:00 am Posts: 8330 Location: North Yorkshire UK
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."
minifang
Post subject: Re: Port question
Posted: Thu Jul 03, 2008 8:59 pm
Ambrosian
Joined: Mon Jan 29, 2007 1:00 am Posts: 2405 Location: somewhere in the liberal northeastern US, sadly.
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
Momma
Post subject:
Posted: Thu Jul 03, 2008 10:25 pm
BoT's Momma
Joined: Thu Aug 10, 2006 12:00 am Posts: 8330 Location: North Yorkshire UK
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."
minifang
Post subject:
Posted: Thu Jul 03, 2008 10:57 pm
Ambrosian
Joined: Mon Jan 29, 2007 1:00 am Posts: 2405 Location: somewhere in the liberal northeastern US, sadly.
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.
_________________ 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
Momma
Post subject:
Posted: Thu Jul 03, 2008 11:46 pm
BoT's Momma
Joined: Thu Aug 10, 2006 12:00 am Posts: 8330 Location: North Yorkshire UK
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."
minifang
Post subject:
Posted: Fri Jul 04, 2008 12:51 am
Ambrosian
Joined: Mon Jan 29, 2007 1:00 am Posts: 2405 Location: somewhere in the liberal northeastern US, sadly.
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).
_________________ 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
minifang
Post subject:
Posted: Fri Jul 04, 2008 12:53 am
Ambrosian
Joined: Mon Jan 29, 2007 1:00 am Posts: 2405 Location: somewhere in the liberal northeastern US, sadly.
_________________ 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
Momma
Post subject:
Posted: Fri Jul 04, 2008 7:31 am
BoT's Momma
Joined: Thu Aug 10, 2006 12:00 am Posts: 8330 Location: North Yorkshire UK
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."
minifang
Post subject:
Posted: Fri Jul 04, 2008 10:15 am
Ambrosian
Joined: Mon Jan 29, 2007 1:00 am Posts: 2405 Location: somewhere in the liberal northeastern US, sadly.
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.
_________________ 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
Momma
Post subject:
Posted: Fri Jul 04, 2008 10:27 am
BoT's Momma
Joined: Thu Aug 10, 2006 12:00 am Posts: 8330 Location: North Yorkshire UK
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."
Momma
Post subject:
Posted: Fri Jul 04, 2008 11:45 am
BoT's Momma
Joined: Thu Aug 10, 2006 12:00 am Posts: 8330 Location: North Yorkshire UK
Looks like I'm gonna have to give it up as a bad job mini..the problem must be at the Chatzone end I reckon ?
The scannow took about 35 mins to verify the files..at the end of that there was no confirmation message or anything..?
The -a showed abot 40 Protos..some Listening/Established states in TCP...those in UDP showed no state..
The netstat showed 16 TCP Protos...all Established..excep one..routerlogin.com which showed Time_Wait
The -ab gave me the 'Windows No Disk' again...did ctrl c this time..
Why Chatzone has decided to give me a ..I dont know...
Thankyou so much for the Mini Masterclass...
_________________ "Growing old is mandatory.Growing up is optional."
minifang
Post subject:
Posted: Fri Jul 04, 2008 12:38 pm
Ambrosian
Joined: Mon Jan 29, 2007 1:00 am Posts: 2405 Location: somewhere in the liberal northeastern US, sadly.
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
minifang
Post subject:
Posted: Fri Jul 04, 2008 12:42 pm
Ambrosian
Joined: Mon Jan 29, 2007 1:00 am Posts: 2405 Location: somewhere in the liberal northeastern US, sadly.
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
Momma
Post subject:
Posted: Fri Jul 04, 2008 12:55 pm
BoT's Momma
Joined: Thu Aug 10, 2006 12:00 am Posts: 8330 Location: North Yorkshire UK
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."
minifang
Post subject:
Posted: Fri Jul 04, 2008 1:11 pm
Ambrosian
Joined: Mon Jan 29, 2007 1:00 am Posts: 2405 Location: somewhere in the liberal northeastern US, sadly.
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
Momma
Post subject:
Posted: Fri Jul 04, 2008 1:35 pm
BoT's Momma
Joined: Thu Aug 10, 2006 12:00 am Posts: 8330 Location: North Yorkshire UK
Thanks mini..
Reckon I'm just gonna have to sit in ChatzoneII...and talk to myself....
_________________ "Growing old is mandatory.Growing up is optional."
THoTH
Post subject:
Posted: Fri Jul 04, 2008 6:04 pm
Da Boss
Joined: Sun Dec 21, 2003 1:00 am Posts: 8778 Location: Now Here
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
_________________ “To see a world in a grain of sand and heaven in a wild flower. Hold infinity in the palm of your hand, and eternity in an hour.†- W Blake.
minifang
Post subject:
Posted: Fri Jul 04, 2008 8:42 pm
Ambrosian
Joined: Mon Jan 29, 2007 1:00 am Posts: 2405 Location: somewhere in the liberal northeastern US, sadly.
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
Momma
Post subject:
Posted: Sat Jul 05, 2008 5:05 pm
BoT's Momma
Joined: Thu Aug 10, 2006 12:00 am Posts: 8330 Location: North Yorkshire UK
Can now access via proxy server..thanks Boss..
Thanks mini for the tutorial....
Maybe my broadbans supplier uses a router...
*Time for more digging around*
_________________ "Growing old is mandatory.Growing up is optional."
minifang
Post subject:
Posted: Sat Jul 05, 2008 6:43 pm
Ambrosian
Joined: Mon Jan 29, 2007 1:00 am Posts: 2405 Location: somewhere in the liberal northeastern US, sadly.
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
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot post attachments in this forum