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 bkrike 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 npereira

  1. npereira

    configuring router for VPN and management login with Radius

    Hi all, Is it possible to configure a router to be an access point for VPN authentication to a specific Radius server, and also remote management via ssh to a different server? If so, how would that be done?
  2. npereira

    Cisco 6500's and PC not able to surfing the internet

    Found the problem... The carrier we use uses a Alcatel switch and both switch ports are setup exactly like that... switchports... We, on the other hand, have the Lan Extension ports on both switch configured as trunk ports.... See the problem? So to test this, I setup for ports on the...
  3. npereira

    Cisco 6500's and PC not able to surfing the internet

    Hi all, My setup is : SW3 Cisco 6509 Switch -> Vlan Trunk -> SW1 Cisco 6513 -> Etherchannel Vlan Trunk -> SW2 Cisco 6513 -> firewall (fortigate) -> internet... The PC can ping from SW3 across to the internet without any issues. Although, when trying to surf the internet, it times out. The...
  4. npereira

    perl::Net::SSH script login issues

    Hi all, Newbie... trying to setup a ssh perl script to login to a device and execute a command. 1) The device has 2 levels of password, meaning when you login with : my $ssh = Net::SSH::Perl->new($server); $ssh->login($username, $password); the system ask's for a second password that...
  5. npereira

    Catalyst 6513 IOS features

    Now that the Vlan's all have IP address, How do I route between them? My SW1 does not want to take the IP ROUTING command, yet SW2 will. Both are running identical Hardware and Software. Someone somehow diaabled IP ROUTING on the SW1 and I cant find anywhere in the docs how to start it back up...
  6. npereira

    Catalyst 6513 IOS features

    then how do I setup routing between vlans? I can't seem to assign IP's on the vlans, it wont let me. Is this system runnign in Hybrid mode?
  7. npereira

    Catalyst 6513 IOS features

    Hi all, For Inter-Vlan Routing features on this switch, what is the feature set required? As the 12.2(18)SXF does not have IP Routing...?!?
  8. npereira

    Cisco 3600 diagnostics

    I did reset and it came back normaly, no syslog... DOUGH! but was trying to figure out if tehre was a way to find out from within, what happened.
  9. npereira

    Cisco 3600 diagnostics

    Hi all, How do you find out what happened prior to a cisco 3600 rebooting into ROMmon?
  10. npereira

    make flash banner clickable

    thanks for the quick reply, ill try that
  11. npereira

    make flash banner clickable

    How can I do this? Im using Flash MX 2004 and make a flash of 468x60 then I add a text then I add (on a different layer above the text) as transparent box. for the keyframe of that box I enter the actionscript: on(release){ getURL("http://www.google.com", "_blank"); } Yet, the swf when...
  12. npereira

    Cisco 3640 round-robin

    Hi all, Question: How do you setup round-robin on a Cisco 3640. I have 1 ext IP that I want to round robin to 2 internal IP's on inbound traffic. Thanks
  13. npereira

    Routing Question

    I just tried using PBR as documented and that also is not working. ! interface FastEthernet0/0 ip address xxx.xxx.xxx.253 255.255.255.0 ip nat outside ip virtual-reassembly no ip route-cache ip policy route-map SIP speed 100 full-duplex no mop enabled ! interface FastEthernet1/0 ip...
  14. npereira

    Routing Question

    What information do you need? It's basicaly all traffic hitting 66.46.196.120 on port 80 and 5060 should be sent to 10.1.10.10 inside.
  15. npereira

    Routing Question

    I tried, I can t get it to work... What I need to have a specific Public IP going to a Specific Private IP. I tried using Static 1-to-1 NAT but it's not working.

Part and Inventory Search

Back
Top