Comments on: Verizon DSL traffic blocking explained
As is so often the case, this Internet access problem was firewall related
As is so often the case, this Internet access problem was firewall related
Web sites launch all the time, but they also shut their doors. We highlight 15 that bit the dust this year.
Let the debate begin: Was the iPhone more important than iTunes? Was anything bigger than Google finding a great business model? CNET offers its list of the 10 most important stories of the '00s.
Michael Horowitz is an independent computer consultant and the author of several classes on Defensive Computing. He views Defensive Computing as taking steps, when things are running well, to avoid or minimize the inevitable problems down the road. It's about educating yourself to the level where you can make your own intelligent decisions about keeping your computers and data happy and healthy. If you depend on computers, yet are on your own, without an IT department or nearby nerd, this blog's for you. His personal web site is michaelhorowitz.com.
He is a member of the CNET Blog Network and is not an employee of CNET.
Disclosure.Add this feed to your online news reader
The issue is a config issue that is your problem and not Verizons. Could they document it better, of course, but your unprofessional, half-cocked accusation about Verizon blocking outgoing ports is not only embarrassing, but likely actionable. If you worked for a legitimate house of journalism would you likely be out of a job right now.
A few corrections:
"Some port numbers are reserved for specific types of traffic, others can be used by any networking software for any purpose. "
The reservation is not enforced. if CNET wanted to they could bind HTTP to any port they want. I can bind FTP or one of my custom network applications on port 80 if I like.
From a security standpoint you can not make any assumptions about the type of traffic with only the port number. Anyone claiming to be a security expert should know this.
"For example, you requested this web page using port 80. When you request a secure web page you are using port 443"
Wrong, the client doesn't use port 80 request a web page. I am sure you know this but your wording is a little off.
"What's the difference, in terms of ports being blocked, between Medium and Low? Even Verizon doesn't know."
Um, the previous paragraph explained a difference.
"Each port is either:
-- inbound or outbound
-- used by TCP or UDP or both (low level protocols)
-- open, closed or stealthed (stealth is the best)"
A port can run traffic inbound and outbound, it is not an exclusive or
TCP and UDP are not low level protocol. They are below the application layer but above the physical, datalink and network layers. By definition TCP and UDP are not
Stealth is best? Between closed and stealth, stealth is better but if you have even 1 open port it doesn't matter since you can not stealth a open port, which should be obvious to you. Again, if you have 1 open port(and if you run a publicly accessible web service you do), putting the rest of the ports in stealth mode have no value. The point of stealth is to hide the fact that there is a machine bound to that IP address, and it is a trivial task to write a port scanner, much less download an existing one like Nessus. You have an outbound port open, guess what? Anyone can find out that a machine exists at that address.
http://onlinehelp.verizon.net/consumer/bin/pdf/ActiontecMI1424WRUserManual.pdf
check it out......
i had peerguardian updates blocked at medium security but instead of switching to low.. i looked in security logs and unblocked what was blocked.
This is the only way I can run a traceroute:
--In the modem-admin UI, click Advanced in the top-level navbar and answer the "Do you want to proceed" warning with Yes.
--click on Diagnostics, enter the server address in the traceroute field and click Trace.
The page will reload when the trace is complete, and I find in Firefox on my computer (Mac) this blanks out the information you've been waiting for. Works fine in Safari.
Whether the inability to run a traceroute directly from my computer is a flag that I may run into some problems when attempting to collaborate with others over the Web, or to remotely administer a server, etc., remains to be seen. Very strange that a traceroute cannot get outside of my LAN with no firewall option set on the Westell piece o'junk
- by adeptevolution June 24, 2009 2:54 AM PDT
- as a follow-up to the above, I got traceroute working through my Verizon DSL Westell modem by doing this:
- Like this Reply to this comment
-
(7 Comments)log into the DSL modem.
click on Firewall Settings in top-level nav
click on DMZ Host in the sidebar, answer Yes
your public IP address is displayed. Click the Enable button
traceroutes from LAN clients will now work fine.
NOTE: I don't know much about security, there may be implications of enabling your modem as a DMZ host. In our case we use an Apple Airport Express as the bridge between the DSL modem and our LAN, and the Airport handles NAT addressing. Our Macs have their OS firewalls turned on. This is plenty good for our purposes, but enabling DMZ hosting on a Win network without a serious firewall outsize the DMZ might be quite risky (as I understand it, this is jsut lightweight book knowledge!)