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 Wanet Telecoms Ltd 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: *

  1. pam196

    Net::Telnet::Cisco Alternate Credentials

    Thanks for the tip, it quickly pointed me in the right direction. I ended up modifying the suggestion with the following: if (! $session->login($username, $passwd)) { print "DEBUG Trying alternative login...\n"; $session = (); print "DEBUG...
  2. pam196

    SNMP with perl.. problem with OID

    I might be wrong but enterprises I thought was a reserved label numerically represented as "1.3.6.4.1". Therefore I expect the full OID would be "1.3.6.4.1.11.2.3.9.4.2.1.4.1.10.1.1.18.1.0". Cheers, Phil
  3. pam196

    Net::Telnet::Cisco Alternate Credentials

    Hi, I'm in the process of writing a perl script to telnet to cisco 857/870 series routers. The script itself works fine if the initial username and password are correct. Unfortunately, the routers have 2 possible sets of credentials and I would like to provide an alternate set to my script...
  4. pam196

    Cisco 857 Outbound Firewall

    Hi Andy, Many thanks for your reply. I changed the access-lists to extended access lists with reflexive rules on them which solved the majority of the outbound traffic issues, but still left me unable to send ICMP packets outbound (or recieve them back in). This is the updated configuration...
  5. pam196

    Cisco 857 Outbound Firewall

    After a little further invesigation I believe traffic is allowed outbound, but not back in hence ICMP and DNS failures.
  6. pam196

    Cisco 857 Outbound Firewall

    Hi All, I've been configuring a Cisco 857 router and am having trouble in allowing/blocking traffic outbound from the router. I have succesfully setup incoming port forwards and the traffic is allowed back out without problems. However any traffic originating on the LAN interfaces is...
  7. pam196

    Removing 'custom' keyboard functionality

    You could try remapping the keys with some software e.g. http://webpages.charter.net/krumsick/ There's plenty of other software like that including ones which work on a regional local (which could be changed for a particular user rather than being global).
  8. pam196

    Dual-boot chain-loading problems (ntldr->grub)

    I have recently attempted to install Ubuntu Linux and have it dual boot off XP's ntldr. I have run through several howto's and read a fair amount on forums to try and get this working myself; but am failing at getting grub chain loaded from ntldr. My disk geometry and fdisk output are at the...
  9. pam196

    Hi I'm having problems with Dell 2

    Hi I'm having problems with Dell 2500's that have had their shipped SEAGATE DDS4 drive replaced with a SONY DDS4. Now have problems with tape drive, in that unable to read/write data - though unload, reset, rewind will work. Unsure of whether to try updating driver for alad - current version...
  10. pam196

    Hello SCO Community, I'm currently

    netconfig is built in but can also be accessed from scoadmin networks. I thought VisionFS shipped with SCO, nonetheless, I find Samba a more reliable and functional file sharing tool. As for getting Samba on SCO - go to samba.org and read about making samba. Basically you will need to compile...
  11. pam196

    UTMP !!

    Just make sure /etc/utmp exists and is linked to /var/opt/K/SCO/Unix/5.0.X/etc/utmp. Can anyone else login via telnet to that box? Is console operation OK?
  12. pam196

    eeE: Lost Link syslog error message

    DSMARWAY - I don't manage or have anything to do with the hub unfortunately. I'm getting to the point where I'd rather the hub config changed than some of the servers. E.g. on some NIC's you can't change duplex settings from netconfig. The override method is a little intense - changing c...
  13. pam196

    How to change default value for unsucessful login attempts in OSR5?

    Try: usermod -D -x "{maxLoginAttempts 3}" This is what I use to set to three unsuccessful logins before locking out the account. Phil
  14. pam196

    eeE: Lost Link syslog error message

    On a reboot of the server during the problem time, it loaded up with portmapper error messages. On a second reboot, the patch cable into the back of the machine was disconnected and reattached (although, cannot confirm it was attached in the first place - telephone support!). It came back...
  15. pam196

    eeE: Lost Link syslog error message

    Hi All I'm hoping I already know the answer to this one - it confirmation I'm after really! A mission critical remote server dropped off the network at a given time, and reported "eeE: Lost Link" in syslog. My thoughts are that for the server to have written to syslog, suggests its...
  16. pam196

    Use of RSH command on SCO Unix

    All you should need to specify for rsh and rcp to work is: /.rhosts - this should have the name of your destination server from the source server; and vice versa. If the servers are on different domains specify within the file. /etc/hosts.equiv - you may need to specify the servers name in...
  17. pam196

    Executing a Batch File found on another Unix Server.

    Use rsh (remote-shell) from the source server (whatever server is doing the ftp job) and after the ftp part of the script enter : rsh {DEST_SERVER} {PATH} Just need to make sure the source and destination servers are in each others /.rhosts file.
  18. pam196

    SSH For SCO Unix

    You'll need to download it from a site such as http://www.openssh.com/portable.html Though I doubt they have a ready compiled version, you'll probably need to compile under gcc for SCO. Interestingly theres a good app called putty (a terminal client) and is configurable with SSH amongst many...
  19. pam196

    Cron cpio failure

    Cheers for the quick response, I'll give it a go! Phil
  20. pam196

    Cron cpio failure

    Hi I am experiencing problems with a cronned cpio backup routine. Basically the routine echos inprogress to a flag and starts to run cpio on the server. At the end of the routine it should echo OK into the flag file - however it doesn't. Running the job manually results in success 100% of...

Part and Inventory Search

Back
Top