NetMon

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • BigTroll
    Badcaps Legend
    • Sep 2010
    • 1317
    • LAMBDA SOND

    #1

    NetMon

    Hello, i just finally got a job, at a isp however i would really like to brush up and learn about networking specifically how netmon works and some of the linux commands and daemons that would go with it, if theres any good material i could study or learn i would really appreciate it.
    My Computer: AMD Ryzen 9 3900X, Asrock X370 Killer SLI/AC, 32GB G.SKILL TRIDENT Z RGB DDR4 3200, 500GB WD Black NVME and 2TB Toshiba HD,Geforce RTX 3080 FOUNDERS Edition, In-Win 303 White, EVGA SuperNova 750 G3, Windows 10 Pro
  • retiredcaps
    Badcaps Legend
    • Apr 2010
    • 9271

    #2
    Re: NetMon

    Originally posted by BigTroll
    Hello, i just finally got a job, at a isp however i would really like to brush up and learn about networking specifically how netmon works and some of the linux commands and daemons that would go with it, if theres any good material i could study or learn i would really appreciate it.
    Can't help you with netmon since most of the troubleshooting tools I used are windows based like (ethereal, wireshark), but I found/find TCP/IP Illustrated, Volume 1: The Protocols by W. Richard Stevens to be invaluable.

    You are also likely to be using Cisco infrastructure, so learn about the various debug and show commands.
    --- begin sig file ---

    If you are new to this forum, we can help a lot more if you please post clear focused pictures (max resolution 2000x2000 and 2MB) of your boards using the manage attachments button so they are hosted here. Information and picture clarity compositions should look like this post.

    We respectfully ask that you make some time and effort to read some of the guides available for basic troubleshooting. After you have read through them, then ask clarification questions or report your findings.

    Please do not post inline and offsite as they slow down the loading of pages.

    --- end sig file ---

    Comment

    • Junk Parts
      Court Jester
      • Jun 2006
      • 8953
      • USA

      #3
      Re: NetMon

      There is a man on this site named Ratdude747. His OS of choice is Linux. He may know something that can help you. PM him. He is always willing to help.
      "It ain't what you don't know that gets you into trouble. It's what you know for sure that just ain't so."
      Mark Twain

      "I wish to have no connection with any ship that does not sail fast; for I intend to go in harm's way."
      John Paul Jones

      There is a fifth dimension, beyond that which is known to man. It is a dimension as vast as space and as timeless as infinity. It is the middle ground between light and shadow, between science and superstition, and it lies between the pit of man's fears and the summit of his knowledge. This is the dimension of imagination. It is an area which we call the Twilight Zone.
      Rod Serling

      Comment

      • smason
        Badcaps Legend
        • Feb 2010
        • 1652
        • Canada

        #4
        Re: NetMon

        iptraf and tcpdump are your best friends in Linux.
        36 Monitors, 3 TVs, 4 Laptops, 1 motherboard, 1 Printer, 1 iMac, 2 hard drive docks and one IP Phone repaired so far....

        Comment

        • ratdude747
          Black Sheep
          • Nov 2008
          • 17136
          • USA

          #5
          Re: NetMon

          what distro will you be using?

          some basic concepts:

          root- the most powerful user on the system, hence the alternate term "superuser". one "goes root" in the command line by either putting "sudo" before the command (debian based), or typing "sudo -i" (debian based) or "su -" (red-hat based, possibly others). sudo+command will give you superuser privliages for 10 min before having to re-type the password and has some limits on what you can do. the second option puts you in as full root, and you are root for an indefinente length of time.

          module- kinda like drivers in windows, they are normallt loaded on boot or when somehting hot-pluggable is connected. more below.

          a few basic commands that are mostly distro- independant: (*= must be root)

          ls ^ - shows what files are in in directoty ^ (example: /etc/samba)
          lsmod- show what modules are loaded at the present time
          *modprobe ^ - load module ^
          lspci- shows all devices connectged by pci (includes ISA, AGP, PCI-e, cardbus, expresscard). no modules required- this is good for ruling out massive hardware problems and finding drivers for unknown hardware. (why even windows repair guys have a live linux disc handy)
          lsusb- shows all usb devices. again, handy for troubleshooting and driver finding.
          *reboot- the command line way or restarting a computer.

          until i have a distro, i cannot say much more...
          sigpic

          (Insert witty quote here)

          Comment

          Related Topics

          Collapse

          • mr.malcom
            HP 17-cd0606ng no Windows or Linux Boot, exept idle=poll Boot-Parameter
            by mr.malcom
            Hello,

            this is a very strange Problem:

            Notebook hang instantly on Boot. BIOS is accesable.
            Windows: instant after showing "loading circle", even Windows Boot Stick hang instant (even without installed SSD/NVME )
            Linux: instantly (if Linux Boot in leagacy Mode with log messages: Machine Check exception after 0.25 sec)

            i have tried:
            - only one RAM Stick, another working RAM, both RAM channel
            - BIOS Flash to newest Version F.50, BIOS Reset
            - Memtest86 hang instant at Test 2
            - HP UEFI Diagnostic wont find...
            02-26-2022, 05:19 AM
          • tsavpyn
            Requests to Intel Flash Programming Tool for Linux Ubuntu x86_64
            by tsavpyn
            Dear all,
            I forgot my BIOS password of my Surface Pro 3, I searched for solutions for a long time and knew that by using FPT to dump my bios to bin file and using decryptor, I can get my BIOS password.
            Now I have a problem that I am unable to dump my BIOS into bin file.

            My Surface Pro 3 currently runs on Ubuntu 22.04, with Secure Boot enabled and Boot From SSD Only.

            I searched for FPT but there is no Linux version and none of them work.
            I hereby request a copy of Intel Flash Programming Tool for Linux x64.
            I would really appreciate it if anyone...
            05-28-2024, 11:18 PM
          • eliasseverholt
            Looking to learn about troubleshooting my Lenovo L14 Gen 1
            by eliasseverholt
            Hello!

            Unfortunately my Lenovo L14 Gen 1 (motherboard NM-C741) was involved in a terrible mishap. At first, one of my friends accidentally spilled coffee on it which made some of the ports stop working but the computer worked fine otherwise. After that I stupidly opended it and forgot to disconnect the battery... One thing leads to another and I accidentally short it between two components (unfortunately I do not remember which components). After that I get nothing, no charging indication, no boot indication, no fan spin, nothing.

            So I'd love to learn my mistakes and...
            12-19-2023, 06:13 PM
          • pumpkinpie132
            macOS recovery mode terminal commands
            by pumpkinpie132
            Hello guys!

            I am being employed at a company where macOS installations are common, and I was wondering if you guys had any tips or tricks to deploying hundreds of macs from recovery mode (we use macdeploystick)! If any of you guys have any cool keyboard shortcuts or commands to making macOS installations a bit faster or anything lol I would be glad to know!😀
            05-27-2025, 02:55 PM
          • Wesley Lau
            Lenovo 100e 2nd Gen (MT:82GJ) BIOS
            by Wesley Lau
            Hi all

            Hope if anyone can helps

            Got this laptop installed Linux for my son to learn. It was all working fine untill I updated the BIOS frcn26ww.exe from Lenovo and the trackpad no longer works in Linux. Tried all the solution from Linux fourm I think the problem was the trackpad firmware. So I am trying to revert the laptop to the origninal BIOS. Wonder if anyone can help please ?
            Thank you

            The laptop model is
            Lenovo 100e 2nd Gen
            EC Version: FREC15WW
            BIOS Version: FRCN26WW
            CPU: AMD 3015e

            Kind regards
            Wesl...
            05-11-2025, 04:29 PM
          • Loading...
          • No more items.
          Working...