|
|
|
It is currently Sun Nov 08, 2009 11:48 am
|
View unanswered posts | View active topics
 |
|
 |
|
|
minifang
|
Post subject: Re: Port question Posted: Thu Jul 03, 2008 8:59 pm |
| Ambrosian |
 |
Joined: Mon Jan 29, 2007 1:00 am Posts: 2372 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: 8192 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: 2372 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
|
|
|
|
 |
|
minifang
|
Post subject: Posted: Fri Jul 04, 2008 12:51 am |
| Ambrosian |
 |
Joined: Mon Jan 29, 2007 1:00 am Posts: 2372 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: 2372 Location: somewhere in the liberal northeastern US, sadly.
|
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
|
|
|
|
 |
|
Momma
|
Post subject: Posted: Fri Jul 04, 2008 7:31 am |
| BoT's Momma |
 |
 |
Joined: Thu Aug 10, 2006 12:00 am Posts: 8192 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: 2372 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: 8192 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."
|
|
|
|
 |
|
minifang
|
Post subject: Posted: Fri Jul 04, 2008 12:38 pm |
| Ambrosian |
 |
Joined: Mon Jan 29, 2007 1:00 am Posts: 2372 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: 2372 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: 8192 Location: North Yorkshire UK
|
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."
|
|
|
|
 |
|
minifang
|
Post subject: Posted: Fri Jul 04, 2008 1:11 pm |
| Ambrosian |
 |
Joined: Mon Jan 29, 2007 1:00 am Posts: 2372 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
|
|
|
|
 |
|
minifang
|
Post subject: Posted: Fri Jul 04, 2008 8:42 pm |
| Ambrosian |
 |
Joined: Mon Jan 29, 2007 1:00 am Posts: 2372 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
|
|
|
|
 |
|
minifang
|
Post subject: Posted: Sat Jul 05, 2008 6:43 pm |
| Ambrosian |
 |
Joined: Mon Jan 29, 2007 1:00 am Posts: 2372 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
|
|
|