Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by jerryshao

  1. jerryshao

    ROOT PASSWORD

    I remember I couldn't launch 'vi' for some reason. Did you get the same problem?
  2. jerryshao

    Connecting 2 networks

    Sorry I don't know if there is any file you can modify to enable IP forwarding. What OS is running on the gateway? If it's Solaris, it started to support ndd at least from 2.4 as far as I know. If it's Windows, please check out this link: http://www.lpt.com/windowsnetworking/regusers/w2kprout.htm
  3. jerryshao

    networking 2 Solaris 8 x86 PCs

    The /etc/hostname.elxl on intel120 has to be intel120. What message can you get if you type "ifconfig -a"?
  4. jerryshao

    VMCORE.x and UNIX.x Files

    crash -d vmcore.x > ? > status > ...
  5. jerryshao

    Connecting 2 networks

    The default gateway should be the IP address of the Unix Netowrk card from the A/B machine. On the new machine, type: route add 0.0.0.0 mask 0.0.0.0 someIP The above command is for test only. To change your Windows' machine's default gateway, you need to go "Start-Settings-Control...
  6. jerryshao

    TCP SACK: Windows and Solaris incompatible?

    Hi, I have some cvs clients running on Windows, and a cvs server running on Solaris 8. I realize the network performance is very poor. By turning on snoop on Solaris, I found the following problem: In the options of TCP Syn packets, both W2K and Solaris 8 claim they are "sackOK". But...
  7. jerryshao

    Error "Timeout waiting for ARP/RAPR packet ..."

    Hi, When I tried to boot a new Sun Netra t1 AC200, I got a error "Timeout waiting for ARP/RAPR packet ...". And the Netra couldn't startup. This message means the installation server has something wrong if we are going to boot our system over the network. But I've never intended to...
  8. jerryshao

    cisco router 2600

    Hi, At the beginning, you mentioned " connection was extremely slow. And sometimes the router drops some packets". So I assume you do have the connection, but it's just too slow. Is it correct? If so, you must have already got the correct IP address and routing protocol. Sometime a...
  9. jerryshao

    cisco router 2600

    In this case, I would try "show process" or "show mem" to verify the router doesn't have CPU or mem problem. show interface will give you better idea about the network error. In fact, I would rather believe there is some hard connection problem. What kind of LAN connetion...
  10. jerryshao

    "Address Conflict" after I installed Rogers@home

    Since I became a Rogers@home user, I've been bothered by a "Address Conflict" error for four days. I think It means another MAC address (Network card address) is sharing my IP address. I called Rogers support line. They told me they...
  11. jerryshao

    Reading provider-assigned dynamic IP programmatically

    Try to enable SNMP on the router. I know little about Dlink router. Maybe it has already got SNMP enabled. Find some SNMP client lib or tools for your PC. Then you can poll whatever addresss under your program control. Hope it will help. Jerry.
  12. jerryshao

    "Address Conflict" after I installed Rogers@home

    Since I became a Rogers@home user, I've been bothered by a "Address Conflict" error for four days. I think It means another MAC address (Network card address) is sharing my IP address. I called Rogers support line. They told me they would track it down after 24 hours. Now 24x4 hours...
  13. jerryshao

    Need to Install C compiler on Solaris

    jad, You're absolutely right. I have a 64 bit sparc system. So I failed with the 32 bit package. But I did download gcc from sunfreeware and install it successfully on my machine. Does it mean the package from sunfreeware is a 64-bit one? ToolChild, mridul's opinion is not bad idea if you...
  14. jerryshao

    Need to Install C compiler on Solaris

    Hi, I did the following test: First I download that package and unarchive it. (It's 62MB, pretty big.) #pkgadd -d ./ GNUgcc Processing package instance <GNUgcc> from </export/home/jerry/source/sparc> GNU gcc 2.95.2 SPARC 32bit Solaris 8 (sparc) 2.95.2 GNU ## Executing checkinstall script...
  15. jerryshao

    Need to Install C compiler on Solaris

    Hi, I'm a little confused. What do you mean &quot;moved&quot;? I don't know what kind of package it is. But usually, I would &quot;pkgadd&quot; or &quot;pkgtrans&quot; for some very old GCC pkgs. Regards, Jerry.

Part and Inventory Search

Back
Top