Recent content by Qrilock

  1. Q

    Bad things you did in school?

    Worst I did was stole Spanish teacher's gradebook right after semester finals but before she submitted the grades. None of the Spanish classes had grade data for Semester 1.
  2. Q

    I don't think I'll look at sweetened tea from a restaurant in the same way again

    This one happens to be real. Her name is Jan Harding. I have known her for over 20 years. The employee somehow mixed up a lye based cleaning agent used to scour deep friers with sugar, then mixed it with the sweet tea. Jan is in critical condition in the hospital right now. Here is a link...
  3. Q

    tcp/ip Mystery

    Beyond the deprecated classfull rules for only having 126 networks in the 'Class A' range there are 2 special networks. 0.0.0.0/8 is reserved for special use as broadcast to current network and is only valid as a source address. 127.0.0.0/8 is reserved for special use as loopback/localhost...
  4. Q

    Credit card question

    My (now) ex-wife put me as an authorized user on a discover card she opened without my knowledge. Never gave my SSN or anything of the sort. After we were divorced I saw the account show up on my credit report, but only after it went past due. I immediately calle Discover and got my name off the...
  5. Q

    Lurker Call-Out Thread!

    0.19 ppd... amateur lurker. oops. i better run..
  6. Q

    Strange connection problem

    Does the server have the correct mac for this computer in it's arp table?
  7. Q

    Your Job when you joined AT. Your Job Now.

    Then: MSN dial-up internet tech support Now: Sr Cisco Network and VOIP Engineer
  8. Q

    XKCD: Carpal Tunnel edition

    Zoomable version of the whole thing... http://xkcd-map.rent-a-geek.de
  9. Q

    Subnet Mask Part 3

    In the Cisco exams it will tell you if subnet zero is enabled (and i think it ALWAYS is). At least it has for every Cisco exam I have ever taken.
  10. Q

    ip cef hash

    The CEF table is built based on what routes are inserted into the FIB by the routing process. If you do a 'show ip route' any routes displayed will have a corresponding entry in the CEF table. You can see this with 'show ip cef'. The packets will be load balanced the same way they would be if...
  11. Q

    AT Effect: 12 votes to go!

    Voted
  12. Q

    Would it bother you if a person you knew watched snuff films?

    I would ask that person to send me links. I have a morbid streak, but I am too lazy to search out the things to satisfy it.
  13. Q

    VPN Question

    your ip access list 105 determines what subnets are tunneled across the VPN link. If you wanted 192.168.1.0/24 and 192.168.2.0/24 accessible from your remote access vpn, ACL 105 should look like this: ip access-list extended 105 permit ip 192.168.1.0 0.0.0.255 any permit ip 192.168.2.0...
  14. Q

    What is Minimum Length between Nodes/patch cables.

    As long as the link is full duplex there is no minimum cable length requirement. As I understand it there are some issues with CSMA/CD with extremely short cable lengths, but this would only be relevant in an environment where collisions are going to occur. If you have collisions between your...
  15. Q

    VPN Question

    The second internal network is either not in the tunneled networks ACL on the router, there is not a proper nat exemption for the second network, or the second network does not have a route to the vpn subnet... At least those are what I would look for first...