Replies: 4 comments 11 replies
-
When requesting support you will need to provide the information requested in the pinned topic #1720 . Without this information, it's difficult to assist. You might try reviewing |
Beta Was this translation helpful? Give feedback.
2 replies
-
Beta Was this translation helpful? Give feedback.
5 replies
-
I just checked that txt file I sent you and all of the step by step images
are missing?
I will try another way tomorrow.
From: Jason Ertel ***@***.***>
Sent: Friday, August 6, 2021 10:45 AM
To: Security-Onion-Solutions/securityonion
***@***.***>
Cc: iqworks ***@***.***>; Author ***@***.***>
Subject: Re: [Security-Onion-Solutions/securityonion] so v2 so-test and
so-tcpreplay not working? (#5061)
Yes, that's it.
-
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#5061#
discussioncomment-1140445> , or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABKPV3Z2H757GJB2BGUTHODT3
QNQBANCNFSM5BRS7IAQ> .
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&m
t=8&pt=524675> or Android
<https://play.google.com/store/apps/details?id=com.github.android&utm_campai
gn=notification-email> .
<https://github.com/notifications/beacon/ABKPV3YOXADFVXKAYARUOZLT3QNQBA5CNFS
M5BRS7IA2YY3PNVWWK3TUL52HS4DFWFCGS43DOVZXG2LPNZBW63LNMVXHJKTDN5WW2ZLOORPWSZG
OAAIWNXI.gif>
…--
This email has been checked for viruses by AVG.
https://www.avg.com
|
Beta Was this translation helpful? Give feedback.
3 replies
-
Jason, thanks for these explanations, they are great. Yep, I got a few things to study. Today I learned more details about airgap and cores.
https://www.tripwire.com/state-of-security/ics-security/air-gap-industrial-control-networks/
What Is a CPU Core? A Basic Definition | Tom's Hardware (tomshardware.com) <https://www.tomshardware.com/news/cpu-core-definition,37658.html>
Thanks again. I am trying to setup without airgap. So, yes, there is some IP address configuration that I am confused about. For instance, when setup asks for an IPv4 address, what should I enter? My windows 10 ipconfig IPv4? Or do I make one up. And the last IP (I think it is the allow IP?). I have no idea what to put here. But there are post I made today for this forum posts that shows more information for my setup.
Thanks for your time, I mean it
From: Jason Ertel ***@***.***>
Sent: Tuesday, August 10, 2021 5:12 PM
To: Security-Onion-Solutions/securityonion ***@***.***>
Cc: iqworks ***@***.***>; Author ***@***.***>
Subject: Re: Jason Ertel ***@***.***>[Security-Onion-Solutions/securityonion] so v2 so-test and so-tcpreplay not working? (#5061)
Yes, it's definitely a network configuration problem. Have you watched all the Security Onion YouTube videos and the free introduction training course yet? If not, I highly recommend doing so. Also, it would be good to review some basic network tutorials so you understand netmasks, IPs, CIDR blocks, etc. These are important concepts for a security analyst to understand. I'll give you a jump start on a couple of things, but you'll still need to study these concepts in depth.
VM Network Modes:
* Bridged: This allows your VM to participate on your local network just as if it was a physical server (or laptop, etc) connected to your network. On most consumer networks, it will receive be assigned a DHCP if the VM requests one, so if you choose this mode you could select DHCP during the Security Onion installation and let it assign you an IP. This is good for evaluation mode and standalone but not a good choice for distributed. But based on your previous posts it would appear that you aren't ready for setting up a distributed grid yet -- too much to learn first! So Eval would be a good choice to get started and learn more about the platform.
* Host Only: This mode will allow your VM to talk to your Windows host machine but nothing else. This won't work well for your since you'll need to know the host only network range in advance. However, from your screenshot it looks like you already have a Host Only network defined, and it has a 192.168.40.x subnet, so if you proceeded with this you would want to pick a valid subnet IP such as 192.168.40.10. But keep in mind that this mode prevents your installation from reaching out to the Internet! So you'd still get the same error of not being able to resolve github.com.
* NAT: This is going to behave like a mini network inside your LAN. Your Windows host machine will route VM traffic trying to reach the Internet and then route responses back into the VM. It is a common network configuration when you want to prevent outside access to reach your VM, but still allow the VM to get to the Internet when it needs to. But this too requires you to manually setup the network IP and masks, etc. And it takes a little understanding to make sure you know what your host machine's network will be so you can allow access into the Security Onion web interface (your last screenshot input). So a good choice but will require you to understand how NATs work, especially with VM software.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#5061 (reply in thread)> , or unsubscribe <https://github.com/notifications/unsubscribe-auth/ABKPV36CAQF6JX727P23MWTT4G56ZANCNFSM5BRS7IAQ> .
Triage notifications on the go with GitHub Mobile for iOS <https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android <https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email> . <https://github.com/notifications/beacon/ABKPV33657ZVDYEYPYIGT2DT4G56ZA5CNFSM5BRS7IA2YY3PNVWWK3TUL52HS4DFWFCGS43DOVZXG2LPNZBW63LNMVXHJKTDN5WW2ZLOORPWSZGOAAI2K7Q.gif>
…--
This email has been checked for viruses by AVG.
https://www.avg.com
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, perhaps there is something i didnt do during or after the install/setup?
thanks for any advice or suggestions
Beta Was this translation helpful? Give feedback.
All reactions