search for: udp_port

Displaying 4 results from an estimated 4 matches for "udp_port".

Did you mean: udp_sport
1998 May 27
0
Updated: Sentry Port Scan Detector 0.60
...roperly. # # These port bindings are *ignored* for Advanced Stealth Scan Detection Mode. # # Un-comment these if you are really anal: #TCP_PORTS="1,7,9,11,15,70,79,80,109,110,111,119,138,139,143,512,513,514,515,540,2000,2001,4000,4001,6000,6001,6667,32771,32772,32773,32774,31337,49724" #UDP_PORTS="1,7,9,66,67,68,69,111,137,138,161,162,474,513,517,518,635,640,641,666,700,2049,32770,32771,32772,32773,32774" # # Use these if you just want to be aware: TCP_PORTS="1,11,15,79,119,143,540,2000,6667,31337,32771,32772,32773,32774,49724" UDP_PORTS="1,7,9,69,161,162,513,635,6...
1997 Dec 05
3
New Program: Abacus Sentry - Port Scan Detector
...quential port sweep really quickly and usually # these ports are not in use (i.e. tcpmux port 1) # # Un-comment these if you are really anal: #TCP_PORTS="1,7,9,11,15,70,79,80,109,110,111,119,138,139,143,512,513,514,515,540,2000,2001,4000,4001,6000,6001,6667,32771,32772,32773,32774,31337" #UDP_PORTS="1,7,9,66,67,68,69,111,137,138,161,162,474,513,517,518,635,640,641,666,700,2049,32770,32771,32772,32773,32774" # # Use these if you just want to be aware: TCP_PORTS="1,11,15,79,119,143,540,2000,6000,6667,31337,32771,32772,32773,32774" UDP_PORTS="1,7,9,69,161,162,513,635,64...
2003 Jul 16
6
HOWTO: Temporary dynamic blocking with Shorewall and Portsentry
...net 49999 tcp 1434 REDIRECT net 49999 tcp 3128 REDIRECT net 49999 tcp 12345 REDIRECT net 49999 tcp 27374 3. The relevant lines from /etc/portsentry/portsentry.conf: TCP_PORTS="49999" UDP_PORTS="49999" BLOCK_TCP="2" KILL_RUN_CMD_FIRST = "1" KILL_RUN_CMD="/root/bin/portsentry.temp.block $TARGET$ $PORT$" SCAN_TRIGGER="0" 4. Set up portsentry to run in "standard mode" for both TCP and UDP. Do NOT use the advanced or stea...
2004 Sep 10
0
http streaming in the xmms plugin
..."), + chost); + show_error_message(status); + g_free(status); + + flac_ip.set_info_text(NULL); + eof = TRUE; + + } + break; + } + } + if (!eof) + { + gchar *auth = NULL, *proxy_auth = NULL; + gchar udpspace[30]; + int udp_port; + + if (flac_cfg.stream.use_udp_channel) + { + udp_port = udp_establish_listener (&udp_sock); + if (udp_port > 0) + sprintf (udpspace, "x-audiocast-udpport: %d\r\n", udp_port); + else + udp_sock = 0; + } + + if(user && pas...