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
...any type of IP Security since it isn't exposed to the internet. Frame Relay uses PVC's to build secure connections between sites.
Frame Relay is *probably* more secure. VPNs use algoritms to crypt data...which can theoretically be hacked. I would think the only way to intercept data on a...
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...
1 timeslot = 64K of Bandwidth. So a 256K Frame Ckt would = 4 timeslots. This may not be necessary, not all ISP's rate limit in this fashion. Follow up w/ your ISP for the correct settings for your CSU.
...Also, assuming your running Windows OS on your PC, you should be able to reset DHCP from the workstation by performing the following commands from the DOS prompt.
Microsoft Windows 2000 [Version 5.00.2195]
(C) Copyright 1985-2000 Microsoft Corp.
C:\>ipconfig /release *
C:\>ipconfig /renew
This setup is referred to as "split tunneling", works great if properly configured, but you'll want to address all security concerns before implementation b/c it can potentially provide hackers a back door to your VPN via the Internet.
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.