Kevin wrote: > Two questions: > 1) What other pages are hidden in there? Any docs available? Precisely what you see depends on your software version, my current version is much improved over what I had before. It sounds like what you had. > 2) Are the reading below typical? > > Tx Power 47.5 dBmV > Rx Power 6.7 dBmV > Downstream SNR 31.9 dB This guy says something .... http://homepage.ntlworld.com/robin.d.h.walker/cmtips/signal.html#goodlevs Mine are currently: Tx Power 56.0 dBmV Rx Power -5.2 dBmV Downstream SNR 31.3 dB Tx Here is my lame perl script to grab this info if you can figure out what your problem with your firewall is: ===================================================================== #!/usr/bin/perl use strict; use warnings; use LWP::Simple; my $url = 'http://192.168.100.1/showModemRf'; my $html = get($url) or die "Couldn't get RF page"; $html =~ m{