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...
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...
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("SELECT fName FROM `users` WHERE loginName = '$logname'");
while ($row =...
DeZiner,
I've tried it with "SELECT fName, loginName FROM `users` WHERE loginName = '$logname'";
but still get Resource id #2 ... Appears the problem is with $Result = mysql_db_query($Query); ?
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 "Resource id #2" as the output. Haven't had a chance to "google it" but will when I get...
I'd like to display a users real name once they log in. ex. "Welcome Joey".
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
===========================================================...
Check out php trouble ticket http://www.nightstone-systems.com/TTS/. Not a forum, but create a separate "ticket" for each service call. This is what most IT departments use to track service calls, customer issues, etc....
good luck
Frame Relay vs VPN:
If you have the budget, I'd go with Frame Relay. A fractional "VPN T1" 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...
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...
It depends on whether the password was set as "enable password" or "enable secret". 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...
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...
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?
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.