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: *

  1. katamann

    Sending txt files ( configs) directly connected to console

    Is this bcc config files? Try to use the batch command. Just a suggestion
  2. katamann

    static route command

    Try and use the command "ip show routes" instead of "show ip routes" :)
  3. katamann

    Static route setup without SiteManager. How?!!!

    Hi If you don't have BCC on the routers you will have to use TI. It's not as hard as it sounds. I don't have a bay router infront of me now but this should help you on your way: On a lab router do >clearlog to clear the logs. Then add a static route with site manager on the router. Do a >log...
  4. katamann

    contributed RML Tools

    Hi again! My tool is now available online at: http://www.snart.com/apps/filrap.zip -Katamann
  5. katamann

    Cisco Router - unkown IP address and no serial console cable ideas??

    Hi A console cable is the simplest and best solution. If it got a config, it probably has a password to. Anyway, if you need to find the IP address there are two "hard" ways to do that. -Use a network sniffer -Check from another cisco router directly connected to the 803 with the CDP...
  6. katamann

    If a 1900 switch ??????

    Download from cisco.com. You will need a login. If you're not a cisco partner, contact a cisco reseller. http://www.cisco.com/kobayashi/sw-center/lan/cat1900.shtml -katamann
  7. katamann

    If a 1900 switch ??????

    Hi I've tried, and had no problems installing the enterprice version softeware on standard 1900 switches. -katamann
  8. katamann

    GRE tunnels and anti spoof filters...strange bug

    Hi Thought I just share this one: Here the other day I came across one of those situations where common sense doesn't help. After setting up some GRE tunnels, one tunnel came up normal, but no traffic went across. I had configured a outbound traffic filter to stop spoofed packets. Only source...
  9. katamann

    Multicast to Unicast On ASN Router

    Hi Try to enable PIM (Protocol Independent Multicast) on the interfaces. From Site Manager 'edit circuit'->'protcols'->'add/delete -> PIM. This should cause the router to forward all multicasts. I have used this in connection with Netware 5 logins over wans. Hope it will work... -Katamann
  10. katamann

    OpenSSH remote root exploit!!!

    This bug was announced at bugtrack 24. june. Please upgrade and patch old sshd to 3.3 and use the privilegde seperation. Don't know if there is any worms yet, eating it's way through linuxboxes all over the world, but I'll expect them to come. Nobody want's a rooted server, patch NOW! Tomorrow...
  11. katamann

    contributed RML Tools

    Hi I don't know where to get it if the link is down, but you might want to try the cfg2rpt (http://www.nortelnetworks.com/servsup/rml/software.html) . It also does IP traffic filter encoding. I also have written a perl script that can be used to generate cfg2rpt reports in nice html pages. I'll...
  12. katamann

    Logitech Quickcam Express in Linux

    Hi Is there a driver available? I have a Quicktime-Web camera that I tried to get to work under linux a while ago, but i couldn't find a driver. It's also USB, so that to is a little challenge. My guess is that you will need the Video4Linux support in the kernel. I don't know if Mandrake has...
  13. katamann

    RML Tools (CUSTCFG, RPT2CFG)

    Hi I'm not familiar with the custcfg application. But here is a batch file which adds communities and ip-ranges of managers. Edit the file to match your needs, save it on the flash and run from TI. This script will delete all the old communities and managers. easysnmp.bat: # SNMP ease...
  14. katamann

    Security, /etc folder and passwd/shadow file permissions

    pcunix is righ(and get's a star for that). The hacker could have left a backdoor somewhere, and my bad not pointing that out! -Katamann
  15. katamann

    Frame Relay

    Hi This is just from the top of my head, so don't expect it to work... However it might give you some clues on how to get it all done. Router A int s0 ip address 10.0.0.1 255.255.255.0 encap frame-relay Router B frame-relay switching int s0 ip address 10.0.0.2 255.255.255.0 encap...
  16. katamann

    Pages like 0,3051,40165,00.html mean

    Is it not usually for these kind of pages to be generated on the fly from the parameters that's passed on to the server-side from the url, and thus regenerated if you bookmark and visit it later? e.g. http://somedomain.com/search.php?query=freeware Would pass the variable search with the value...
  17. katamann

    Security, /etc folder and passwd/shadow file permissions

    Hi I'm afraid the /etc/passwd file must be world readable, if users should be able to log in. Use permissions 644. On my system I have 755 rights on the /etc directory. Correct me if I'm wrong. -Katamann
  18. katamann

    LAN/Cable Tester

    Hi I'm found of Fluke (www.fluke.com). They have a wide range of devices from complex network analysers (that costs a small fortune) and more simple ones like the micromapper: http://www.flukenetworks.com/us/Cabling/Residential+and+Basic+Testing/MicroMapper/Overview.htm -Katamann
  19. katamann

    Forgot Pasword for Redhat!

    Sounds like the computer is booting into X, but that doesn's matter, because you can "hack" it at startup. When you reboot your the machine, at the very start, either a redhat logo pops up, or a text console with the word 'lilo:'. If the graphical logo pops up you have to press...
  20. katamann

    kerlnel build

    Sounds like you haven't included the right modules for your nic. Here is how I compile a new kernel. make clean; make menuconfig; make dep; make bzImage; make modules; make modules_install !!TIP!!: After running make menuconfig, it's a good idea to add something to the EXTRAVERSION parameter...

Part and Inventory Search

Back
Top