ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Topics
    2. momurda
    3. Posts
    • Profile
    • Following 0
    • Followers 1
    • Topics 101
    • Posts 2,282
    • Best 870
    • Controversial 10
    • Groups 0

    Posts made by momurda

    • RE: What Are You Watching Now

      @dashrender What do you mean by this? Usually the people who say things are too "Preachy" use words like cuck and SJW in casual conversation, and are ok with the current crop of concentration camps that exist in America today.

      posted in Water Closet
      momurdaM
      momurda
    • RE: How to setup postfix on vultr vps?

      @jaredbusch Ok thanks doing that now.
      They do this quickly, i got the ticket open and closed in less than 30 minutes.
      But what about the config?

      posted in IT Discussion
      momurdaM
      momurda
    • RE: Outlook Out of Memory to Open Large Folder

      Not once in 10 years have i had to change this setting for an Outlook user.
      Not even people with 15GB mailboxes who have never erased an email from Inbox or Sent folder.

      posted in IT Discussion
      momurdaM
      momurda
    • How to setup postfix on vultr vps?

      Have a LAMP server on vultr. It needs to be able to send mail to our office.
      Never setup postfix before.
      is it
      sudo apt install postfix
      Choose Internet Mail
      Choose myworkdomain.com when it asks
      sudo ufw allow postfix
      sudo systemctl restart ufw
      Add the ip to my spf.
      Then something like php mail() will work?

      posted in IT Discussion
      momurdaM
      momurda
    • RE: MangoLassi Logo

      Looks like this for Dark Theme users
      0_1539383747703_9e5c1cce-7746-4600-b526-64395df1f572-image.png

      posted in MangoCon
      momurdaM
      momurda
    • RE: MangoLassi Logo

      Where's the Comic Sans version?

      posted in MangoCon
      momurdaM
      momurda
    • RE: snmp for linux, is it really this difficult?

      Ive got this sorted now. The file i was editing was snmp.conf
      This was wrong, as the file setting up the snmp listening daemon, what you are going to query from your nms, is snmpd.conf.

      agentaddress udp:161
      #agentaddress udp6:161
      #       sec.name        source   community
      com2sec readonly        default  secretsecret
      #
      #                         sec.model sec.name
      group   rogroup           v2c       readonly
      #
      #
      #       name   incl/excl   subtree
      view    all    included    .1
      #
      #
      #       group    context   model   level    prefix  read   write   notify
      access  rogroup    ""      any     noauth   exact   all    none    none
      
      #other info, location
      syslocation Seattle WA
      syscontact sysadmin <[email protected]>
      

      I looked at what engineer gave me and made some modifications to what i was doing.
      This is a basic config that you can put in /etc/snmp/snmpd.conf and have it work with an NMS.
      There is a ton more stuff like Version 3 and some other things you can do, but for my purpose this is just fine.
      There are some configurations that are pages long, but this one just gives your nms the ability to query anything in the standard .1 subtree, at least i think that is what is happening.

      posted in IT Discussion
      momurdaM
      momurda
    • RE: Miscellaneous Tech News

      @dashrender 3.5 each way to work, occasional road trips.

      posted in News
      momurdaM
      momurda
    • RE: Miscellaneous Tech News

      My 2001 has a bit less than 108,000 miles. Drive it every day.

      posted in News
      momurdaM
      momurda
    • RE: snmp for linux, is it really this difficult?

      I will. Kind of embarrassing, i work for a company that specializes in linux devices and snmp. I broke down and went to one of the engineers here, asked him to send me snmp configs from one of our models. First time i think am asking them for help instead of other way round.

      posted in IT Discussion
      momurdaM
      momurda
    • RE: What Are You Doing Right Now

      Why would anybody go to the kwikemart, buy lottery tickets with their own money, then put them in the company Mega Millions pool?

      posted in Water Closet
      momurdaM
      momurda
    • snmp for linux, is it really this difficult?

      Does anybody actually know how to set this up for a Linux box?
      In Windows, I install the service. Then I open the SNMP service, type in a read only name and the allowed hosts, the ip/dns of observium/opennms. Then in observium/opennms I type in the name of the Linux box and the read only name. That is it. snmp data flows, charts are drawn, alerts can be sent.

      In Linux, I install snmp, then goto /etc/snmp/ and see there is 3 files here, snmp.conf, snmpd.conf, snmptrap.conf.
      Then I goto net-snmp.org and read about it.
      http://www.net-snmp.org/wiki/index.php/Com2sec The !@#$ is this, com2sec?
      Then they give this example conf file. Ok but using this snmp.conf doesn't actually let me add the Linux box to my observium/opennms.

      # Map 'disks' community to the 'disksOnly' user
      # Map 'everything' community to the 'allThings' user
      #         sec.name   source    community
      com2sec   disksOnly  default   disks
      com2sec   allThings  default   everything
       
      # Map 'disksOnly' to 'diskGroup' for SNMP Version 2c
      # Map 'allThings' to 'allGroup' for SNMP Version 2c
      #                sec.model sec.name
      group diskGroup   v2c      disksOnly
      group allGroup    v2c      allThings
       
      # Define 'diskView', which includes everything under .1.3.6.1.2.1.25.2.3.1
      # Define 'allView', which includes everything under .1 (which is everything)
      #                  incl/excl   subtree
      view    diskView   included    .1.3.6.1.2.1.25.2.3
      view    allView    included    .1
       
      # Give 'diskGroup' read access to objects in the view 'diskView'
      # Give 'allGroup' read access to objects in the view 'allView'
      #         group     context   model   level    prefix  read       write   notify
      access    diskGroup   ""      any     noauth   exact   diskView   none    none
      access    allGroup    ""      any     noauth   exact   allView    none    none
      

      What is source? Is that where I put in the name or ip of my observium/opennms?
      I know view acces group, wtf is com2sec. How do I get a Linux box to connect to an nms like opennms/observium?

      posted in IT Discussion
      momurdaM
      momurda
    • RE: Internet in the 2000s

      Probably because dank weed doesnt exist in the midwest or northeast.

      posted in Water Closet
      momurdaM
      momurda
    • US-CERT Alert (AA18-284A) Publicly Available Tools Seen in Cyber Incidents Worldwide

      The USCERT has been very busy this week, sending out a couple dozen alerts.
      https://www.us-cert.gov/ncas/alerts/AA18-284A
      This one is interesting, it details readily available and legit tools that are used in exploit attacks around the world, includes usage examples and mitigation.

      posted in IT Discussion
      momurdaM
      momurda
    • RE: New stuff in Win10 1809

      There is Snip and Sketch, the replacement for Snipping Tool.
      Not sure at all, but the only difference between these two i see is the toolbar, and the Sharing option.
      0_1539202400426_3ceb9968-3baa-4c6b-8526-1b796cf049ca-image.png
      I wish the Sharing part would recognize i have Nextcloud installed and give me the Share with Nextcloud option, but it only shows MS options here.

      posted in IT Discussion
      momurdaM
      momurda
    • RE: What Are You Doing Right Now

      The large 3rd party email companies do stuff like this
      bounces+8295414-3302-first.last:[email protected]
      and
      ADOMS55X8QYmPB8lpg2c+Cw::_1124487938054_Ws5UEIeNEei0t9SuUqRZfA::@in.constantcontact.com
      and
      bounces+8018715-e49c-first.last:[email protected]

      posted in Water Closet
      momurdaM
      momurda
    • RE: What Are You Doing Right Now

      Apparently : are used all the time in Mail From and Rcpt To addresses these days from people like sendgrid. This is news to me; I dont think this is in the RFC. Just had to update our mail rules.

      posted in Water Closet
      momurdaM
      momurda
    • Network monitor software, network adapters enumeration, fix this please.

      I have been setting up snmp monitoring for the every device at work. I am mostly done with the setup and testing, just need to roll it out.
      One thing that really needs addressing in all of these products(observium, nagios, sw, every other one) is network adapters. Specifically the fact that all these products think my desktop, and all other desktops have a couple dozen network adapters each. where is this information being gleaned from? Why cant i see 25 network adapters in my desktop?
      Currently listed for my desktop
      0_1539193496784_dbee21ae-c457-43a9-9c86-3d1e6d4bd0e7-image.png
      0_1539193550509_46d2831b-ed5f-4d81-a93a-40dfa6289760-image.png
      Just ridiculous.
      This desktop has exactly 2 physical nics, not 25.
      Here is a view of all adapters from control panel
      0_1539193275063_b3d51437-2b5f-4846-9f0d-515660a8cdf8-image.png
      4 listed here, because i have a vpn client and virtual box installed along with 2 physical nics.

      posted in IT Discussion
      momurdaM
      momurda
    • RE: Internet in the 2000s

      Are you all stoners or something? That is the only time i hear the word is in reference to smelly weed; in general it refers to a musty smell.

      posted in Water Closet
      momurdaM
      momurda
    • RE: New stuff in Win10 1809

      I installed it on my workstation and one remote user until they pulled the update due to it deleting folders and files in some cases.

      posted in IT Discussion
      momurdaM
      momurda
    • 1 / 1