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 TouchToneTommy 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 benzito

  1. benzito

    How access-lists effect interface traffic

    The Access List will filter ALL incoming packets. It appears you want to filter incoming packets destined for certain ports on your citrix server. This is fine, just remember that Access Lists include an implicit "deny all" at the bottom - meaning that whatever you haven't explicitly...
  2. benzito

    The real serial#

    Show Ver will display the Serial number on 2600's as well (may depend on IOS version)...Also if you need to find the Serial number of a neighboring router or sqitch, "show cdp neighbors" should work. sho version Cisco Internetwork Operating System Software IOS (tm) C2600 Software...
  3. benzito

    Display User Name

    Thanks sleipnir214, I took a look at the links and some other resources and now I understand how result and fetch work. I did the following and it works perfectly. <? $result = mysql_query(&quot;SELECT fName FROM `users` WHERE loginName = '$logname'&quot;); while ($row =...
  4. benzito

    Display User Name

    DeZiner, I've tried it with &quot;SELECT fName, loginName FROM `users` WHERE loginName = '$logname'&quot;; but still get Resource id #2 ... Appears the problem is with $Result = mysql_db_query($Query); ?
  5. benzito

    Display User Name

    Thanks for the replies. Sorry for the sparse post. I've already established a good connection and selected the correct database. I've adjusted the query per below, but now I'm getting &quot;Resource id #2&quot; as the output. Haven't had a chance to &quot;google it&quot; but will when I get...
  6. benzito

    Display User Name

    I'd like to display a users real name once they log in. ex. &quot;Welcome Joey&quot;. Using the following, I get no output. It doesn't throw an error but doesn't return a value either. Any idea what I'm doing wrong? Thanks ===========================================================...
  7. benzito

    How to link Scheduling Calendar and phpBB

    Check out php trouble ticket http://www.nightstone-systems.com/TTS/. Not a forum, but create a separate &quot;ticket&quot; for each service call. This is what most IT departments use to track service calls, customer issues, etc.... good luck
  8. benzito

    Frame Relay vs. VPN

    Frame Relay vs VPN: If you have the budget, I'd go with Frame Relay. A fractional &quot;VPN T1&quot; is nothing more than IP over Frame Relay anyways (the VPN tunnels ride over IP). Any difference in reliability should be negligible...the Local Loop is going to be the same regardless..and that...
  9. benzito

    Point-To-Multipoint Tunnel

    If you're only interested in passing MultiCast traffic to your spokes take a look at the first link (this solution utilizes MPLS not GRE). If you need to be able to transmit unicast data as well look into the 2nd link (this uses GRE tunnels but there are some drawbacks, mainly being that the...
  10. benzito

    Password Recovery

    It depends on whether the password was set as &quot;enable password&quot; or &quot;enable secret&quot;. Enable password uses a weak algorithm and there are applets out there that can decipher enable passwords easily. Enable secrets, on the other hand, are set as a hash (a key that represents the...
  11. benzito

    Cisco 2500 serial interface speed

    Hopefully I'm not missing your point, but it sounds like you're main concern is viewing your serial link bandwidth utilization. Simple Network Management Protocol (SNMP) is the way to go. This protocol is used to monitor network performance along with other things. There are many programs that...
  12. benzito

    Swapping Routers Over in an existing network

    Set the MAC address of the new 4500 to match the one of the one you're replacing. Do this before putting it into service. Also, have your verified your config registry settings on the router that won't hold a config?
  13. benzito

    Rommon mode

    make sure your config registry value is set correctly.
  14. benzito

    CAT 45 and phone lines

    Thanks guys...I finished this last night after finding out that the homeowner previously had a second line installed in that room. Turned out the line was still crossed over in the basement. This would have been a lot easier if the cabling had been tagged, or if I'd had a cable tester (gotta get...
  15. benzito

    CAT 45 and phone lines

    I recently built a pc for a friend. It turns out the room they want to use it in does not have a phone line installed for the modem. It does have a data jack (rj-45) pre-installed in a wall plate which runs back to a Greyfox data cabinet ( http://www.greyfox.com/products/enclosures.htm ) in the...

Part and Inventory Search

Back
Top