Topic profile page for tcp udp.
This page has aggregated data from forum posts, threads, listings, online discussions, newsgroups, messageboards, and other online sources which contain user generated content for the term: tcp udp.
Started 4 days, 8 hours ago (2008-09-04 04:00:00)
by Anonymous
I see traffic on my network to a number of unregistered TCP/UDP ports. Where can I find a list with possible protocols that are using these ports (1535, 4889 and 8092)?
Started 2 weeks, 5 days ago (2008-08-19 20:37:00)
by Daniel5555
Hello. I have one problem that drives me crazy, because I can't solve it by myself. Hope, that you can help me. It started with my attempts to host online games on Battle.net (a Warcraft 3 gaming server), but it seems to have other issues as well. The problem is that some UDP ports (particularly 6112 UDP port) are blocked or closed by something, and I can't open them. I ...
Started 2 weeks, 5 days ago (2008-08-19 18:36:00)
by Daniel5555
Hello. I have one problem that drives me crazy, because I can't solve it by myself. Hope, that you can help me. It started with my attempts to host online games on Battle.net (a Warcraft 3 gaming server), but it seems to have other issues as well. The problem is that some UDP ports (particularly 6112 UDP port) are ...
Started 1 month ago (2008-08-06 21:54:00)
by MaKaKaZo
I've come to a wall that I don't understand This morning I tried using full UDP InSim just changing the "stream socket" I was using to a "datagram socket". It worked (surprisingly). Now I'm preparing my library to work with a main TCP connection and UDP connection for NLP & MCI packets. This is the construction of the IS_ISI packet: Code: struct IS_ISI isi_p; memset...
Started 1 month, 1 week ago (2008-07-29 19:16:00)
by spectrum70
Streaming live music tcp/udp to shoutcast server Hello all, i am quite new of Shoutcast. I would like to send out from my local network (my house) some audio that is played live here, and i would like that other users can listen to it in a "delayed" fashon trough a Shoutcast server located in a remote public virtual server with high band. I have installed succesfully ...
Started 1 month, 2 weeks ago (2008-07-22 10:32:00)
by psnell
Greetings, I have recently run a vulnerability test on my internal which yielded some unknown open ports on workstations. Can somebody tell me how to manually close ports. For the purpose of illustration, the ports I want closed are TCP 49153-49156. Thanks. -Lumpjaw ...
Started 2 months ago (2008-07-04 01:12:00)
by mjrblood
Hi, Does anyone know what TCP and/or UDP ports are used by Time Machine? I might have to access my Time Capsule through a firewall and wanted to know what ports I need to open on my firewall Thanks
Started 2 months, 2 weeks ago (2008-06-25 03:15:00)
by Rene
Hi, We reloaded Windows 2003 Server SBS, and unable to access the any shared resources (i.e. shared folders). Also, the server cannot do Windows update, and when try to browse the net using IE or Firefox, we realized that it can't access the internet and other network resources. Using ping, tracert, nslookup yielded positive result so the NIC is confirmed to be ok. Our ...
Started 2 months, 2 weeks ago (2008-06-25 00:18:00)
by rene
Hi, We reloaded Windows 2003 Server SBS, and unable to access the any shared resources (i.e. shared folders). Also, the server cannot do Windows update, and when try to browse the net using IE or Firefox, we realized that it can't access the internet and other network resources. Using ping, tracert, nslookup yielded ...
Started 2 days, 22 hours ago (2008-09-05 13:56:50)
by Anonymous
erik schrieb:[color=blue] > I see traffic on my network to a number of unregistered TCP/UDP ports. Where > can I find a list with possible protocols that are using these ports (1535, > 4889 and 8092)?[/color] Strictly speaking, every protocol is possible on every port. In order to find out for sure what it is you'll have to look on the destination machine what service is listening on the...
Started 4 days, 12 hours ago (2008-09-03 23:51:00)
by protocolpcs
I couldn't find the words "port forwarding" in the SDM, so after reading online I used the NAT section and added all the ports I wanted to open to the internal Win2000 server which handles VPN and Exchange email. The people that have helped me before on this forum have been great. Could someone look at my config and tell me if I did the ports correct and if the Firewall will overpower and block...
Started 5 days, 22 hours ago (2008-09-02 14:03:00)
by ladyblrm
Recs: 4 Re: Google offers video-sharing for businesses - Could it be RS? Salliemac, It sounds like GOOG could be using RS, but it is just a pure speculation until we see a PR . When we see a PR? Probably when GOOG would allow to disclose what software they are using or with whom they are collaborating on this endeavor. Here are the reasons why I think ...
Started 1 week, 1 day ago (2008-08-31 01:00:00)
by firomero
Hiren's BootCD 9.5 All in one Dos Bootable CD which has all these utilities Partition Tools Partition Magic Pro 8.05 Best software to partition hard drive Acronis Disk Director Suite 9.0.554 Popular disk management functions in a single suite Paragon Partition Manager 7.0.1274 Universal tool for partitions Partition Commander 9.01 The safe way to partition ...
Started 6 days, 14 hours ago (2008-09-01 21:19:00)
by DANTE123
A friend(hmmmm) borrowed my laptop and downloaded some software(torrents). He returned it, saying he may have infected my machine !! When i asked him what he did, he said he was prompted to run DRMKEY.exe which was saved to the desktop. and Zonealarm Firewall said all these .exe files were trying to access the web, so he blocked them He had hibernated the laptop and i was able to open it ...
Started 1 day, 17 hours ago (2008-09-06 18:27:00)
by Ionix
It doesn't always seems the case that tcpClient will know how to fragment up a large array of bytes. So I believe I am required to split bytes into more that 1 fragment before sending. Will like to know how I - Concat 2 Byte[] variables? - Split 1 Byte[] variable to 2? ================================================== in the form of bytes.. will it always concat and give the correct ...