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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: drbk563
  • Content: Threads
  • Order by date
  1. drbk563

    When to use mls qos vlan-based command?

    Hi, I am trying the understand what is the use of the command "mls qos vlan-based". Let's say I have the following configured: interface Gi7/4 switchport switchport access vlan 156 switchport mode access no shut ! interface Gi7/5 switchport switchport access vlan 157 switchport mode...
  2. drbk563

    Difference between logging event-link status & snmp trap link-status

    Hi, I wanted to know if there was any difference in using either logging event-link status command vs the snmp trap link-status command? Thank you, Victor
  3. drbk563

    Cannot establish ipsec tunnel between two routers

    I having been trying to establish an ipsec tunnel between the two router below but I have been unsuccessful. Below are the configurations for both routers. What am I missing? Thank you R1 Config crypto isakmp policy 5 encr aes authentication pre-share group 5 crypto isakmp key grace...
  4. drbk563

    Exporting Linux Display in Windows

    Hi, I wanted to know how I can export a Linux display into windows? Thank you
  5. drbk563

    What is the difference between the AIX and Kernel?

    Hi, I am bit confused on the terminology and the design of AIX. What is the difference between AIX and the kernel? Are they both the same entity or are they both looked upon as two OS? Such as the kernel not being a full-blown version of UNIX. Thank you, Victor
  6. drbk563

    Configuring a default application for a specific file

    How can I setup via the Finder window a default program that will open a specific file always. From example all .txt file should always open with the application "Textedit". Thank You
  7. drbk563

    WORKSTATION CANNOT CONNECT TO SERVER THROUGH PIX FIREWALL

    I have a PIX firewall which has three interfaces. Of the DMZ interface there is a workstation with an IP address of 143.104.182.37 which is trying to access a server located on the inside interface with an IP address of 143.104.183.198. I checked the firewall log and I get the follow output...
  8. drbk563

    SETUP SITE TO SITE VPN USING NAT THROUGH THE TUNNEL

    I have a site -to- site VPN setup with a remote site, using the real address of the each others network. The problem is that now I have to nat the users out the outside interface of the ASA for the ASA site to the PIX side. Also, there are four devices located behind the PIX using private...
  9. drbk563

    Limiting Access on VPN Concentrator

    I have a VPN Concentrator, and I have a large amount of users defined on the vpn concentrator database. I wanted to know how I can limit an individual user from only reach a server that they need access too.
  10. drbk563

    SETUP A SITE TO SITE VPN BETWEEN AN ASA AND A PIX FIREWALL

    I am trying to setup a site to site VPN between an ASA and a PIX firewall. I need help with the entire config? Also I am a little confused on what IP address should I be using on PIX side for the peer address. Should it be the G0/0 ip address on the W_Net_1 Router or should it be ip address of...
  11. drbk563

    Routing Problems

    Here is the situation. I have three remote sites. Site A, Site B, Site C. However for now let’s just concentrate on two sites. Site A and Site B. Site A is the main site. The problem that I am having is that users from Site A and Site B must be able to telnet into the server which has an ip...
  12. drbk563

    PIX PPTP VPN ACCESS

    I have PPTP VPN access configured on a PIX. Currently, users connect to the PIX VPN and access the internal network. However, when the users are connected to the VPN they are not able to use the internet. However, if I go to the VPN properties on the users computer and change the setting which...
  13. drbk563

    CONNECTING TO VPN CONCENTRATOR USING WIRELESS CARD

    Here is the issue. I have a laptop that uses a Sprint Wireless Card to connect to the internet. However, I also need to use this card to connect to my Cisco VPN concentrator. If I try to connect to the Cisco VPN concentrator through a LAN connection(wired) is works fine. I connect to the Cisco...
  14. drbk563

    C++ Array

    Hello, I am a c++ program beginner, I am trying to make a program that generates sentences. This program should take a word from each array and turn it into sentences using each word in the array. As for example the output should be somehthing like this. The sentences does not need to make...
  15. drbk563

    Cisco 4506 Catalyst Switch

    I have a problem. I have a 4506 Catalyst Switch with four modules. Attached to two of the modules are HP printers. These printers have ip address defined to them. When I try to ping the printers I am not able to. I believed that maybe it was the port on the switch where the printers were...
  16. drbk563

    CONFIGURING REMOTE SITES TO REACH THE CORE SWITCH

    Here is the situation. The layout of the network can be found at www.virgoletta.com. What I am trying to do is connect the four sites connect to the Hub router using EIGRP so that each site can talk to each other. What should happen is that all the users behind each router at each site should be...
  17. drbk563

    PIX VPN allow access to local LAN

    I setup VPN access on a PIX firewall, which will be using the Cisco VPN client to connect to it. When I initiate an connection to the PIX firewall. I am able to establish a connection to it. However, when I try to reach hosts in the local LAN I am not able too. I cannot even ping the different...
  18. drbk563

    PIX FIREWALL VPN RECONFIGURATION

    I am to reconfigure VPN access on a PIX firewall, so I am removing the old configuration lines from the PIX. However, there are a few which are listed below that the PIX does not allow me to remove. After I enter no in front of the lines they reappear when I do a sh running. How can I remove...
  19. drbk563

    Network Discovery and Site Survey Visio

    I wanted to know if anyone know if there is a feature or plugin that can be used with Visio for Network Discovery and Site Survey. Thank You
  20. drbk563

    Infinite Series

    I am a c++ program beginner. I am learning c++ on my own. One of the exercise is to calculate pie=4-4/3+4/5-4/7+4/9-4/11.... I have try many ways and I cannot get it to work. Can you please tell me what is wrong? Thank you. #include <iostream> #include <iomanip> using namespace std; int...

Part and Inventory Search

Back
Top