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 wOOdy-Soft 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 stevensavage

  1. stevensavage

    VERITAS Backup schedueled job wont load

    Backup exec will display "loading media" if there is no media in the drive, the media that is in has an overwrite protection period set on it e.g. 24 hours, and you are still in that protection period, or if the media is not in the backup media set that Backup Exec has been configured to use. I...
  2. stevensavage

    Disc to Disc copy

    To add a second disk to a machine in SCO use the mkdev hd command. This is the same whether scsi or ide Connect the second drive and note its scsi/ide adapter, ID etc. login as root run mkdev hd Enter the details as prompted for the disk It will need to relink the kernel do this and reboot...
  3. stevensavage

    pix 501 config transfer through VPN

    Have you got port 69 open for tftp to transfer? this will need to be open on both ends - other than that, as long as you can access the tftp server by ip address from the source pix, you should have no problems. What specific problems do you encounter when you try this? Steve
  4. stevensavage

    Port Question for Cisco 2800 Router

    From what you are saying - I am assuming you are in Europe and you have an E1 PRA circuit. I know Colt operate in Europe as I have an E1 with them. You need to contact them to make sure of this before proceeding If this is so, an E1 (2MB) PRA terminates as an RJ45 cable and no, you will not...
  5. stevensavage

    WAN Port Expansion?

    2600 series are not designed for putting 3 to 4 T1s - you would be much better off with a more powerful router than this. Cisco don't recommend modules above T1 going into 2600 series routers - you should use a 3640 or even 3661/3662 as these have far superior processing power. Steve
  6. stevensavage

    Can connect trought CISCO VPN. No DNS.

    Lenny If you first of all go to a dos prompt and run ipconfig /all and hit enter. Note your ip address and DNS entries if any. Then connect with Cisco VPN and run it again. Note the DNS entries for the Cisco VPN adapter. If you are not getting any DNS, or it is incorrect you will need to...
  7. stevensavage

    Quick Question

    Yeah - it will cause problems setting up access-lists, routing tables and just about everything else! Thats the quick answer Steve
  8. stevensavage

    How to backup a Cisco Router(2600 series) and PIX(10000)

    You can use a tftp server to copy the config direct but the simplest way is to copy it from hyperterminal. Telnet/console into it using hyperterminal click on transfer >capture text select a filename and click on start type sh run and spacebar to the end of it When its finished outputting...
  9. stevensavage

    Cisco 2600 setup wrong?

    The 56.X subnet machines access with no problems because they need no internal routing for accessing servers on their native subnet. Where are the 57.1 and 58.1 gateway addresses going to? The problem is almost definetly due to routing from this address back to 56.X Post the router config and...
  10. stevensavage

    Cisco 1721 - Unable to ping outside network

    You don't have an ip route specified. ip route 0.0.0.0 0.0.0.0 gateway address Steve
  11. stevensavage

    Local Profile Issue

    As the SID for these users are different you can use the following to change relevant settings and keep your profiles : http://support.microsoft.com/default.aspx?scid=kb;en-us;154599&Product=win2000 http://support.microsoft.com/default.aspx?scid=kb;en-us;214470&Product=win2000...
  12. stevensavage

    ArcServe and domain switch

    Look out for job ownership - the user that created the original job will not exist in new domain. Also the Arcserve services will need to use a new logon account unless they are using the system account. I have a specified backup user that starts up the services on a simliar solution to your own.
  13. stevensavage

    Cisco 2500 Password change

    Chuck you are not in configuration mode Type conf t (configure terminal) then go again Steve
  14. stevensavage

    isdn bri dial backup for pppoe dialer

    Rinma There are a few solutions here but I'd recommend a floating static route with a dialer interface : 1 Configure the dialer interface - e.g. dialer1 2 If your routing table is like this route 0.0.0.0 0.0.0.0 ATM0 Then add the following : route 0.0.0.0 0.0.0.0 dialer1 50 This will bring...
  15. stevensavage

    isdn bri dial backup for pppoe dialer

    Rinma There are a few solutions here but I'd recommend a floating static route with a dialer interface : 1 Configure the dialer interface - e.g. dialer1 2 If your routing table is like this route 0.0.0.0 0.0.0.0 ATM0 Then add the following : route 0.0.0.0 0.0.0.0 dialer1 50 This will bring...

Part and Inventory Search

Back
Top