But the electoral college is dumb and pointless
And its also how a president is elected in the United States, or 2016 would have gone a bit differently.
But the electoral college is dumb and pointless
And its also how a president is elected in the United States, or 2016 would have gone a bit differently.
have an extremely high demand job.
I’m banking on this actually. My specialties are, and my wife’s is as well. So I’m reaching out to companies I know with a presence to see what my options are where I’d like to go, and decide from there. I doubt we will be the only ones though, so we’ll see what that ends up looking like.
The only up side is I’m in a very niche specialty with broad experience, have contacts on both sides of the work I do.
I think I’m in a better position than most, and I still think its going to be an uphill battle.
The obsession is because that’s the news friendly way of answering with “racism”.
I’d say most people think a wasted vote in a contentious election with a racist, rapist, fascist who wants to end democracy is stupid.
If you were to say, I don’t know, be working with local parties at the town, city, and state level to grow them and get them into positions, making them viable for the presidency down the road - not stupid! Awesome, in fact.
Telling people vote for a 3rd party in this presidential election?
Stupid. Very, very stupid. Yes, it will be frowned upon. Because its stupid. And people should be telling you how stupid it is. Because it is.
Correct!
Thankfully my kids school will also just load it up from cash, so we drop a $20 in when needed. I make lunch every day, but if she is still hungry or wants a milk its there, and every Friday we let her get a dessert.
There are also fees to pay online for school trips, the book store, etc.
Just once I believe, by the kid. If I remember right the second incident the guy had a rifle, but didn’t take a shot, Secret Service shot at him.
That’s the one for removing billionaires.
At a minimum (and something achievable in the very short term), regulations and the enforcement to go with it.
So is mine.
The funny part? He’s a union guy, doesn’t understand (despite repeated attempts to show) that Trump is anti-union. I’m sure the key component for him is really just some of that good old fashioned bigotry.
Which is also silly since he’s Cuban, and got some Testosterone shots recently (you know - gender affirming care).
He’s just clueless and won’t change his mind.
You were responding to me, and I most definitely didn’t equate the two. Maybe you meant to respond to someone else.
In any case, you can route between vlans (and subnets), but without a route you aren’t communicating between those vlans or.between subnets.
Also, you can have multiple subnets in a vlan, but you can’t have a single subnet across vlans.
The range (x.x.10.x and x.x.20.x from your example) is only the subnet side, you could have both of those subnets in one vlan. But you could not, for example, have x.x.10.x/24 exist in vlan 10 and vlan 20.
Just to have a straightforward reply…
Let’s start with the concept piece, which you dont need to explicitly follow, but is a decent ref. You dont need to use this explicitly, this is more about how far/close to enterprise you want, whether its for fun, for practice, whatever. From an enterprise perspective, you’ll typically have:
There are MANY variations and unique versions of this. This is more or less a typical enterprise with we home media uses mixed in.
Now for structure purposes, you basically would have:
OK so there are the generics, let’s go back to yours.
192.168.1.x - sounds like default to me. Risky to use for proxmox and network management on a vlan generic endpoints will land in. If you have a different one for default - great! Ignore this. If its management, id move Proxmox into 200 instead.
192.168.100.x - solid choice to group up your externally facing riskier stuff and funnel it all through one connection. I’d make sure when that connection goes down everything else loses connectivity - confirm that kill switch works. Bind their network interfaces to the virtual network that goes to your VPN connection (I’m assuming a docker container here).
192.168.200.x - yup, logical group, makes sense to do. I’d probably put your hypervisor here.
Now LXC vs Docker… I’d call that mostly preference. I prefer LXC. I also keep things at a stable version and upgrade when needed, not automatically. If you want automated, your best bet is docker. If you want rock stable, and d9nt mind.manual updates, LXC is great. You can automate some with ansible and the like, but that can be a lot to set up for minimal need. YMMV.
Anything I build from source (honestly, most of what I do) I put in an LXC. Anything I take someone else’s image (rare, but happens), is docker. I have a local git repo I keep synced to projects on codeberg, github, and the like, so my setups are all set to build from that local repo. Makes sure I’ve got the latest if something is taken down, but also a local spot to make changes, test, etc for anything I may push back upstream.
Hope that helps!
Edit: Forgot to talk security!
OK first off, figure out your threat model. Where would threats come from? How serious would they be? What risks are worth taking, which are not?
Security is an ogre (onion) - its got layers. For example, I have zero concern with region blocking. No one is hitting my network from China, so I’m not allowing some random to try and get in.
What I am concerned about is user credentialing for access - one login for all services, MFA is hard required, and I don’t do text/email as MFA - that’s baby town frolics levels of security, I don’t like it.
Best way to think of it is a row of bikes. A thief is going to come by and steal one. Which one will they go for?
Do you need to have 7 bike locks and encase the whole thing in concrete? Or do you need to be enough of a pain in the ass (u lock, braided steel cable or chain looped through the wheel and frame) that the other bike (with a $5 cable lock you can pop open with a bic pen).
Take a networking class. You have numerous fundamental misunderstandings and make wild assumptions on bridging gaps that has specific requirements to occur, which also requires a complete lack of any other security methods.
Take a networking class, please. You need it.
Edit: You’re mad and still down voting, I want to point out you dont even understand the link you provided.
You should probably read that. But looooooong before then, you should take an actual class on networking.
You need it.
Take a networking class instead of spewing nonsense please.
HOW WOULD YOU GET SHELL ACCESS TO HIS ROUTER FROM A FIREWALLED OFF VLAN THAT DOES NOT GAIN ACCESS TO THE MANAGEMENT VLAN THE ROUTER IS ON.
Holy crap dude.
BASIC networking.
Thats my line.
I’m also done having any sort of discussion with you, there is a fundamental misunderstanding of logical network design here, and I have no interest in correcting that. Enjoy your day.
That’s not how any of this works… At all.
No, its managed by the firewall. The existence of a VLAN does not grant it access to egress. The firewall needs to permit that behavior.
Your entire understanding of how a logical network works is wrong. I’m not trying to be a dick - this is just really bad information that you’re sharing.
Your understanding is correct.
Multiple routers is irrelevant and ridiculous.
You are aware that a firewall rule is how you would address - in software, with logic - someone trying to get from VLAN C to VLAN A, right?
That its part of the method you’d use as a layer of security to prevent someone gaining access to.your router?
Assuming the router is compromised from the start is similarly just nutso.
Yes.
And to be clear about things, because that comment doesn’t make any sense for VLANs - a VLAN can contain multiple subnets. You will not have a single subnet across multiple VLANs.
Your config is fine in that regard.
The comment from Maven is, as you found, accurate.
The answer is all of it.