Is it possible..
RanBlade "Passion is what drives you to stay up until 4am fixing that bug that hardly anyone would notice...Passion is where great games come from, if you dont live and breathe games you shouldn''t be in the games industry." - Dave Pottinger, Ensemble Studios
[GameDev][C++ Page][Game Tutorials][FreeBSD][HawkNL(Hawk Network Library)][NeHe Productions][Gamedev book''s] [Virtually Online-Books][Mage Tower Ent-My Site]
Eric Ranaldi a.k.a RanBlade
[size=1]"Passion is what drives you to stay up until 4am fixing that bug that hardly anyone would notice...
[size=1]Passion is where great games come from, if you dont live and breathe games you shouldn't be in the games industry."
[size=2]- Dave Pottinger, Ensemble Studios
[size=1][GameDev][C++ Page][Unity Game Engine][Panda3D Game Engine][NeHe Productions][Drunken Hyena][MSDN][Beej's Guide to Network Programming]
[size=1][FreedBSD][My Site][Gamasutra][Khan Acadamey]
-ddn
EDIT: dslreports.com had a port scan ... says my ports are not open bah. thx again for the help
RanBlade
"Passion is what drives you to stay up until 4am fixing that bug that hardly anyone would notice...Passion is where great games come from, if you dont live and breathe games you shouldn't be in the games industry." - Dave Pottinger, Ensemble Studios
[GameDev][C++ Page][Game Tutorials][FreeBSD][HawkNL(Hawk Network Library)][NeHe Productions][Gamedev book's]
[Virtually Online-Books][Mage Tower Ent-My Site]
[edited by - RanBlade on January 14, 2004 5:44:06 PM]
[edited by - RanBlade on January 14, 2004 5:44:18 PM]
Eric Ranaldi a.k.a RanBlade
[size=1]"Passion is what drives you to stay up until 4am fixing that bug that hardly anyone would notice...
[size=1]Passion is where great games come from, if you dont live and breathe games you shouldn't be in the games industry."
[size=2]- Dave Pottinger, Ensemble Studios
[size=1][GameDev][C++ Page][Unity Game Engine][Panda3D Game Engine][NeHe Productions][Drunken Hyena][MSDN][Beej's Guide to Network Programming]
[size=1][FreedBSD][My Site][Gamasutra][Khan Acadamey]
quote:
Original post by RanBlade
thx. I figured as much. Iam begging to think that my ISP may be blocking all ports but I cant find there TOS. Ill keep looking thanks for the help though
EDIT: dslreports.com had a port scan ... says my ports are not open bah. thx again for the help
[edited by - RanBlade on January 14, 2004 5:44:18 PM]
Does it say they are not open (closed) or does it say they are stealthed? If it reports that they are simply closed then your ISP is not blocking those ports, since the scan *did* get a response, the response was simply one that said nothing was listening on that port. If it says they are stealthed you might still be ok, since it could be the NAT stealthing the ports for security or performance reasons.
TCP default : CLOSED We received a response packet that no service is available.
TCP NotThePortIwanted : OPEN The port is open. //infact I didnt even specify to open this one its just open.
Read [4]
TCP 80 : FILTERED No response packet was received.
Read [10]
UDP ALL : FILTERED No response packet was received.
So i figured my port was closed.
RanBlade
"Passion is what drives you to stay up until 4am fixing that bug that hardly anyone would notice...Passion is where great games come from, if you dont live and breathe games you shouldn't be in the games industry." - Dave Pottinger, Ensemble Studios
[GameDev][C++ Page][Game Tutorials][FreeBSD][HawkNL(Hawk Network Library)][NeHe Productions][Gamedev book's]
[Virtually Online-Books][Mage Tower Ent-My Site]
[edited by - RanBlade on January 14, 2004 6:25:02 PM]
Eric Ranaldi a.k.a RanBlade
[size=1]"Passion is what drives you to stay up until 4am fixing that bug that hardly anyone would notice...
[size=1]Passion is where great games come from, if you dont live and breathe games you shouldn't be in the games industry."
[size=2]- Dave Pottinger, Ensemble Studios
[size=1][GameDev][C++ Page][Unity Game Engine][Panda3D Game Engine][NeHe Productions][Drunken Hyena][MSDN][Beej's Guide to Network Programming]
[size=1][FreedBSD][My Site][Gamasutra][Khan Acadamey]
-ddn
RanBlade
"Passion is what drives you to stay up until 4am fixing that bug that hardly anyone would notice...Passion is where great games come from, if you dont live and breathe games you shouldn''t be in the games industry." - Dave Pottinger, Ensemble Studios
[GameDev][C++ Page][Game Tutorials][FreeBSD][HawkNL(Hawk Network Library)][NeHe Productions][Gamedev book''s]
[Virtually Online-Books][Mage Tower Ent-My Site]
Eric Ranaldi a.k.a RanBlade
[size=1]"Passion is what drives you to stay up until 4am fixing that bug that hardly anyone would notice...
[size=1]Passion is where great games come from, if you dont live and breathe games you shouldn't be in the games industry."
[size=2]- Dave Pottinger, Ensemble Studios
[size=1][GameDev][C++ Page][Unity Game Engine][Panda3D Game Engine][NeHe Productions][Drunken Hyena][MSDN][Beej's Guide to Network Programming]
[size=1][FreedBSD][My Site][Gamasutra][Khan Acadamey]
So its working, you now need to do now is run a service on that port, your server for example.
The other open port is proably 153 or some standard windows port, you might want to stealth or block that.
Good Luck!
-ddn
RanBlade
"Passion is what drives you to stay up until 4am fixing that bug that hardly anyone would notice...Passion is where great games come from, if you dont live and breathe games you shouldn''t be in the games industry." - Dave Pottinger, Ensemble Studios
[GameDev][C++ Page][Game Tutorials][FreeBSD][HawkNL(Hawk Network Library)][NeHe Productions][Gamedev book''s]
[Virtually Online-Books][Drunken Hyena][MSDN][Beej''s Guide to Network Programming][Mage Tower Ent-My Site]
Eric Ranaldi a.k.a RanBlade
[size=1]"Passion is what drives you to stay up until 4am fixing that bug that hardly anyone would notice...
[size=1]Passion is where great games come from, if you dont live and breathe games you shouldn't be in the games industry."
[size=2]- Dave Pottinger, Ensemble Studios
[size=1][GameDev][C++ Page][Unity Game Engine][Panda3D Game Engine][NeHe Productions][Drunken Hyena][MSDN][Beej's Guide to Network Programming]
[size=1][FreedBSD][My Site][Gamasutra][Khan Acadamey]