: : >I have been working on a problem which I can't seem to fix. Here it is:
: : >
: : >I can dip in, and get my dynamically assigned. I can ping isp.net (service provider),
: : I am having the same problems. My numbers (IP, DNS, MTU) are right
: : (or are the same as I've used under both Trumpet/win and OS/2),and
: : I can ping/nslookup, but telnet and ftp just sit and wait.
: : Incidently, I can telnet to my own (dynamic) IP address, though I suspect
: : that may be going through the loopback interface.
: : any suggestions would be appreciated, email if possible.
: : Thanks,
: : -kj
: This is most likely due to the fact that YOUR machine has no DNS
: records. When you try to FTP or telnet to a site, it attempts to resolve
: and reverse-resolve your address to confirm that your site is not bogus
: (or something). I have seen similar behaviour on LANs (that depend on
: DNS) when the nameserver is down. Start looking into the IP addresses
: and names that you are assigned when you dial in from OUTSIDE (the Internet
: side) with nslookup and see what you find.
When I had the same problem, it turned out that I had the value for the
$mtu variable set incorrectly. Check to see what the other end is using
and set it accordingly in your script (or manually, if you like).
Standard number to try are 296, 1500, and any multiple of 1024, up to 4096.
The command in the script should look like this:
get $mtu 1500
On UMC's SLIP server the value is 1500. But anyway, the symptoms I had
were *exactly* as you described until I resolved that problem.
Hope that helps!
--S.S.
welcome.
--
#include <std.dsclmr>
main()
{
while ( noOfIdiots >= 1 )
{
getInput();
routeInputToNullDevice();
}
rejoice();
Quote:}
If you aren't running Linux, you are walking!
doesn't mean much, but we though you should know.
--The Management