Give your lower paid competent staff projects that your higher paid incompetent staff failled at. Insist that they make the Rube Goldberg system designed by the higer paid staff work. Tell lower paid IT staff their reward will be they get to do interesting work!
Yes this can be done.
simple config given limited info.
interface FastEthernet 0/0
description Internet side
ip address 10.1.1.1 255.255.255.0
no shut
interface FastEthernet 0/1
description Client side
ip address 192.168.1.1 255.255.255.0
no shut
ip route 0.0.0.0 0.0.0.0 10.1.1.2...
3 ways...
1)ip default-gateway 10.0.0.1 (use with no routing enabled)
2)ip default-network 10.0.0.1 (when ip routing is enabled)
3)ip route 0.0.0.0 0.0.0.0 10.0.0.1 (Static Route)
where 10.0.0.1 is the forwarding router
It sounds like you are running Firewall software (like norton or zonealarm), XP's own, or a VPN client that is blocking external icmp request to your system.
It looks like the IP address used (216.29.229.218) for the Internet should be applied to the Ethernet interface (ip nat outside) in this example and the private address on the serial 0 interface (ip nat inside).
TIP: Also use the
ip nat inside source static tcp 192.168.123.15 80 interface...
This message:
%SYS-4-CONFIG_NEWER: Configurations from version 11.2 may not be correctly understood
This is a warning that a previous IOS revision config may contain syntax that is no longer valid or understood in the new release of IOS.
You should rebuild the config from scratch one or two...
Yes, to anwser the number of switch question. Vlans are individual Layer II subnets or networks. It makes little difference if you have 1 or 20 vlans on a switch. The only need for a second switch would be more ports or a dual attached server arrangement (high availability).
VLAN trunking...
If you would like to have a master page that points to multiple VNC boxes. I have performed a simaler task by changing the outside source port and point it to a unique inside VNC host.
Example on cisco box:
ip nat inside source static tcp 192.168.3.5 5900 interface (firewall address) 5900
ip...
This is a very subjective situation. Here we go...
1st- Layer III is involved. You are sending Ethernet Frames to the router which get converted into packets then sent to the destination network or VLAN (layer III) then converted back into Ethernet frames.
2nd- Performance: The rate at which...
You might try:
http://www.pro-soft.de/products/netboys/index.htm
www.sniff-em.com
http://www.ethereal.com/ (UNIX)
I have not used any of these but they can be tried or used with out purchasing.
You will need a probe or packet sniffer to break out individual traffic flows based on source IP address. Cisco Works for windows is only general high level stats. You will need an inline serial capture capability which is expensive. You would be best served by capturing this traffic off of an...
Chris,
If you have a support contract for this product. The file required for Upgrading CiscoPro Routers using router software loader are at:
http://www.cisco.com/cgi-bin/Software/Tablebuild/tablebuild.pl/rsl
I found that just booting cpa25-upgrade-l.112-3.P was the best methoid for upgrading...
There is no diffrence in hardware other than the lable and color. These routers are sold with a limited IOS feature set. The good news is they can be upgraded to behave like a normal 2501.
In order to do this you will need to use an RSL utility or tfpt the unlock file that cisco can provide...
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.