#networking

1 messages Β· Page 174 of 1

waxen scroll
#

if the server is doing fileshares then thats when i might go "ok, perhaps keep that on the same network as the clients, as routing can be less performance than switching

#

oh, then keep what you did

quick hollow
#

Okay thanks for the advice

#

I had the edgerouter plugged earlier but it broke our phone system because I guess I forgot to forward a few ports.

#

So i'm waiting for the phone company to call to give me the correct ports. They handle it as its all their equipment and I can't log into it.

#

So running on my ancient router again currently.

#

But when I put the edgerouter back in i'll test it for sure.

waxen scroll
#

did you put rules in to stop the server from being able to open connections to the company LAN subnet unless a device on the company LAN asked to open the connection?

#

if you get hacked that will slow them down

quick hollow
#

I have no clue how to do that tbh.

#

But i'm sure i'll figure something out

waxen scroll
#

you make a rule that says from company LAN to game server allow NEW,ESTABLISHED. from game server to company lan, only allow ESTABLISHED

quick hollow
#

I know very little about networks. I just follow tutorials I find online.

#

Ah okay. Ill set that up

#

I am just the IT assistant. I'm trying to learn these things while my manager does more important stuff.

quick hollow
#

Where do I make these rules? In Firewall policies?

little schooner
#

I'd make a great assistant to a company but I won't look for intern until next year

#

Right now it's fun to help with the lab at a college where basically IT politics are going on

#

@waxen scroll and those rules are needed because Edgerouter isn't stateful, right?

#

Stateful routers don't need such extra statements

#

If offloading is enabled, it makes it impossible. Correct me if I have the wrong idea

waxen scroll
#

the term stateful is only a firewall term. edgerouter uses linux iptables. it can be considered as supporting state but it wont unless you program it that way. with iptables only the first packet in the connection is checked on the FW rules and further packets are not. if you were to put a deny statement in after the connection is established it wont deny it

#

@quick hollow apply an inbound rule on eth1 saying source = <company lan network>, destination = 10.0.0.0/24, allow state new.

#

apply an inbound rule on eth2 saying source = 10.0.0.0/24, destination = <company lan network>, allow state established, related.

#

i think i got this right. sometimes i confuse inbound and outbound lol

#

the point is to stop traffic as it comes into the interface of the edgerouter

#

closest to the source

little schooner
#

Yeah I do something like that at home

#

Stop at their vlan interface

quick hollow
#

Okay

#

Thanks so much for the help people. I know my ignorance must be annoying haha.

waxen scroll
#

nah, the ignorance from LTT forums is more annoying

#

right, @clear igloo ?

#

@little schooner azure is charging me $2/day to keep an idle vpn active

#

lol

#

i thought it was free

little schooner
#

@waxen scroll yeah there's no way I could have that. Should be free

waxen scroll
#

their free tier must be strictly internet only

sharp stone
#

@vapid dune How much do you pay for that kind of speeds? πŸ˜‚

#

Nearly on that 1Gbps

vapid dune
#

a bit shy of 50/month @sharp stone but I'm on a bunch of promos and in Canada

#

regular is probably 130

little schooner
#

@vapid dune it is 50 flat here but only for 150 down/up

#

Lack of competition

little schooner
#

@waxen scroll just as I predicted, my prof from other college said everything in the classroom is down. No internet, no datacenter access

#

I told him this like days ago and the teacher in there (not my prof) is complaining now

#

I dont know what we're going to walk into tomorrow

#

I just hope student didn't take our pfsense router

waxen scroll
#

why no cameras?

little schooner
#

@waxen scroll no budget

ornate jungle
#

@little schooner oof that sounds illegal - in Canada, the CRTC might not do any form of price regulation, but they sure as heck require that ISPs disclose both the upload, download, and data caps included with all plans, including if Unlimited isn't actually unlimited.

silk oracle
#

at least it is better then where I am....

#

$100 45/15 DSL or bandwidth caps

#

and that is a biz connection

#

the non biz is 20/1 until recently

little schooner
#

@waxen scroll false alarm. Gravity unplugged the routers power cable

clear igloo
#

ooof

waxen scroll
#

why couldnt the other IT professor diagnose a power cord?

#

@clear igloo the real oof is always in the comments

clear igloo
#

yup

hallow nimbus
#

LMAO unplugged powercord

little schooner
#

@waxen scroll prof told the one lecturing that night to move to another room to teach. My prof was concerned that he would break the network more

waxen scroll
#

@clear igloo

#

dat price

waxen scroll
little schooner
#

I guess no one wants it

waxen scroll
#

at that price plenty of people want it

median ore
#

Hello guys, i need some advice... again πŸ˜„ I want to buy an ethernet switch to connect my bedroom and plug my desktop and my NAS to a Gigabit connection, and still have spare port to connect whatever device i need to connect to my router. I have 1 Cat6a ethernet cable to connect my room and my router have 1GbE ethernet ports. I was looking for a switch that can have at least two 10GbE port (to connect my NAS and my PC together [I would have to buy two 10GbE ethernet card though but it won't be a problem]) and all other ports on the switch would be 1GbE. But do i buy a unmanaged or a managed switch so i can have fun configuring it ? (it's also more expensive as i read)

clear igloo
#

If you want to configure stuff then you need a managed switch of some capacity

median ore
#

yes but if they are too expensive i might get a unmanaged one. What brand would you recommend ?

quick hollow
#

@waxen scroll Okay im creating the ruleset. Source/desination I used the 'Interface Network' option. Correct?

#

Also I found State under Advanced

#

Under basic which action do I select?

waxen scroll
#

correct. under basic you just say accept and enable

quick hollow
#

The second IP is working great btw.

#

Do I need to do anything under Interfaces?

#

And configuration default action should be drop ye?

clear igloo
median ore
#

@clear igloo this is not an ethernet switch πŸ€”

clear igloo
#

or you go fiber πŸ™‚

quick hollow
#

Correct?

#

Allow state new on 1 and allow state established on 2 as you specified.

waxen scroll
#

should be good

quick hollow
#

Under configuration its set to drop

#

And I haven't done anything under interfaces

waxen scroll
#

actually no, its not good now that i think about it. it needs to be part of the rules you already have, otherwise all traffic except that will drop

quick hollow
#

Good job I didn't save it yet then haha

waxen scroll
#

😼

quick hollow
#

Nevermind

#

I guess it automatically applies.

waxen scroll
#

it shouldnt do anything though, you didnt assign it to interfaces

quick hollow
#

Yeah

waxen scroll
#

ill need to think about how you can put it in further. i just got to work though and need to focus on some other problem that happened overnight

quick hollow
#

Alrighty no problem.

#

Thanks for the help

#

At least the network is working properly

waxen scroll
#

mines not!

quick hollow
#

uh oh

waxen scroll
#

a critical issue happened with a big switch last night and some how it "self healed" an issue that doesnt self heal

#

i call bullshit

quick hollow
#

Sounds like when I tried to put the edgerouter in last week and it knocked our phone system offline. I put the regular router back and the phones were still offline. Found out there was a lifeline setting which pings every 1 minute and if it doesn't receive anything it shuts down the sip lines.

#

Stupid little issues which are a headache

#

btw under portforwarding I just add eth2 as a LAN interface right? Then I can port forward as usual.

waxen scroll
#

yes

quick hollow
#

Awesome

#

My plan is coming together

waxen scroll
#

mine

quick hollow
#

1.100

#

Interesting

#

Switch?

waxen scroll
#

yes, its a vlan that separates my IoT devices so i can firewall them

quick hollow
#

Nice

shrewd blade
#

router is vodafone btw

little schooner
#

I mean, you have to make sure that your ssh server is hardened because it would be open on internet for people to try scan and brute force

shrewd blade
#

ik. i already have

#

that is with my public ip

waxen scroll
#

because you have it set to udp

shrewd blade
#

TCP then?

little schooner
#

Ssh is a tcp thing

shrewd blade
#

ah, ok

#

it is working now. thank you

shrewd blade
#

now to work out how to set it to a domain so i dont have to remember my ip

vapid dune
#

do you use a password or a certificate for ssh?

#

also maybe install fail2ban

little schooner
#

its a risky move. better to just vpn into it first

vapid dune
#

agree, I go with vpn first too

craggy parcel
#

Another option is to disable password login, and use keys. That would help prevent bruteforce of the password. (But of cause, not if there's a bug in sshd)

vapid dune
#

oh right, I was gonna say certificate only login is better than password

craggy parcel
#

Yeah, and I would kinda go completely overkill, and make the key as large as possible. Last time I generated one, 2048 bits were recommended, and 4096 were the max.

#

Also use the newer keytypes, as they are more secure. (Or at least, supposed to be more secure)

rocky badge
#

@waxen scroll @little schooner I'm doing a fiber run along with some Cat6 runs for the house πŸ‘€

little schooner
#

@rocky badge now that's a great upgrade

rocky badge
#

Ethernet run to the kitchen, put a UniFi in wall AP.
Ethernet run to the living room, use my existing UAP-AC-PRO there.
Ethernet run to the office, use my existing US-8-60W.
Ethernet and Fiber to my room, 10 Gigabit fiber to my PC.

vapid dune
#

nice

#

what kind of router?

rocky badge
#

Sticking with my USG, but getting a US-48, so it has two SFP+

#

@vapid dune

vapid dune
#

ooo nice. I'm waiting to see if anything can do gigabit IPS @rocky badge

rocky badge
#

the UDMP and USG XG @vapid dune

vapid dune
#

hmm no interest in the UDMP unless they separate out the parts

#

and the XG is well above what I can budget for it lol

#

ideally they'd make some kind of v2 at some point

median ore
#

@clear igloo wouldn't it be simpler to have 10GbE ethernet ports directly on the switch ? Or your way is cheaper ?

clear igloo
#

@median ore Most copper 10Gb switches are usually going to be more expensive than an SFP based one + SFPs

#

Especially if you don't need many ports

little schooner
#

I'm trying to look for a 24 port, 4sfp+, poe+ switch but its looking to be a hard search.

waxen scroll
#

C1000-24FP-4X-L

#

i tried to get you a price but the quoting tool doesnt seem to know about a switch that exists? hashtag @clear igloo wtf

clear igloo
#

Me feed server turkey!
Server go sleepy now

waxen scroll
#

the tool literally has no idea cat 1000s are a thing

#

how are you gonna sell them

#

lol

#

maybe its mad and doesnt want me to buy the cheaper switches

little schooner
#

I search for that on ebay to see if someone had it used but no results

waxen scroll
#

thats cause its new

little schooner
#

Oh

clear igloo
#

Yah, they probably haven't officially launched or something stupid

little schooner
#

In the moments since I last wrote, I stumbled upon a reddit post of people suggesting a Aruba S2500-24P switch since it became eos not to long ago.

#

@waxen scroll

waxen scroll
#

wow that looks old AF

#

but whatever works

little schooner
#

Yeah I don't really like how it looks

#

Also for some reason it doesn't mention poe+

waxen scroll
#

7 years old switch

little schooner
#

When the data sheet online does

#

I'd like something newer lol

#

Maybe like at most $470 I can spend

clear igloo
#

Catalyst 9600? πŸ˜›

little schooner
#

Let's see

waxen scroll
#

no, 9k are basically the same cost as 3800

little schooner
#

I didn't see them on ebay

clear igloo
#

@little schooner So you just need PoE+ and gig?

waxen scroll
#

he needs 10g

little schooner
#

Poe+, 4-10g sfp+, 24 port gig

clear igloo
#

how many 10g ports?

little schooner
#

Oh

#

4

#

Reason is because I want to get away from edgeswitch. It feels so buggy

#

Also it doesn't have 10g so

waxen scroll
#

edgeswitch is set it and leave it

#

;o

little schooner
#

but now I need a 10g version

#

And it has no poe

#

Also they only have 10sfp+ on their 48 port

clear igloo
#

I found a nice 48 port with 4x10G poe switch, in the UK >.>

carmine moss
#

there is the MikroTik CRS328-24P-4S+RM

little schooner
#

I'm hesitant about 48 port because of fan noise

#

If it's quiet I can consider

#

@carmine moss after working with mikrotik, I think I'd like a different brand

#

It was so confusing setting up the mikrotik poe switch I had for that

waxen scroll
#

idk bro if you want a new switch for under $400 you might be stuck

little schooner
#

Aww

#

What about at 500?

#

Still nothing?

carmine moss
#

there is also a Zyxel XGS1930-28HP 24port switch

waxen scroll
#

as far as i can tell it goes from under $400 then jumps right to $1200

little schooner
#

Yikes

#

@carmine moss I'll give that a look

carmine moss
#

that is 540euro on eu site

little schooner
#

USA pricing for me looks like it's 640

#

@clear igloo what model did you find?

clear igloo
#

Meraki switch, lol

little schooner
#

Oh

clear igloo
#

If you want pre-owned then I see some options, although limited at the $400 to $500 mark

waxen scroll
#

you cant do meraki without a sub tho

clear igloo
#

That's the joke πŸ˜›

little schooner
#

Subscription will kill me

clear igloo
#

I see some EX3300's but I can't comment on noise

waxen scroll
#

last job had meraki APs and i got TRIGGERED when i found out more about them

#

i wanted to stop the practice of allowing guest traffic across our network in its own vlan

#

so im like lets tunnel it

#

LMAO NOPE

#

you need another meraki device to do it

#

its some security appliance thing

clear igloo
#

yah

waxen scroll
#

it was a school like @little schooner !

#

i wanted to treat everyone as a threat

little schooner
#

I still can't believe he couldn't just plug the cable back in

waxen scroll
#

i know

little schooner
#

Literally the internet came right back up

#

And here we were thinking cynical about our students

#

Well, I told him not to jump on that boat so soon

waxen scroll
#

i also know how technical students are. you're gonna get scanned and likely broken into from some obscure method

#

back in the day i did this too

#

for example they blocked access to C:\ in windows XP

craggy parcel
#

Bonus points for the student, if they report it, without exploiting it. πŸ˜‰

waxen scroll
#

so i discovered if i run drive clean tool i can press "show files" and there goes C:\

#

thats the type of shit students are gonna do constantly

#

πŸ˜„

craggy parcel
#

Haha.. I managed to start a full desktop through a citrix application. They DID hide the system drive, but c:\windows in any open dialog, got me right in, then display all files, and launch explorer.exe. I'm pretty sure it still works on the exact same server.. Don't know if they care though. πŸ˜‰

waxen scroll
#

they were doing this to stop the spread of illegal game emulators

#

tons of us were doing it

#

they were doing nightly scans of fileshares and auto deleting them lol

#

C:\ was next target

#

eventually USB drives became so popular they just stored them there

#

many of the computer classes had lots of downtime because the assignments were easy enough to crank out. so what do you do? emulators. newgrounds.com, bla bla bla

craggy parcel
#

Haha.. I've never really felt limited on a school network, like EVER. πŸ˜› "Oh you can only print in Black/White on this printer". Sure, if talking through the print server, but using it directly with the IP address conveniently printed on a label at the front of the machine, had no such restrictions... Network drives? Well, usually setup poorly, and lots of stuff put in public shares, that should not had been. Oh, and the classic, on the school teaching people how to setup and maintain networks, you could setup a DHCP server, and disconnect everyone on the subnet. Even though they taught us how to prevent that, then the wifi sucked, and the internet connection was horribly slow.. Yeah, kinda makes you expect a quality IT education. πŸ˜‰

carmine moss
#

some people logged of of the school domain and into their parents domain becouse they had a company and then the it sends a message to all the pc's but no one sees it as they all are on that one studenst parents domain

craggy parcel
#

@waxen scroll Hmm... Either games, or write a program that locks the computer until the correct password has been entered, and set it to launch at boot?

waxen scroll
#

@clear igloo remember novell?

little schooner
clear igloo
#

yah @waxen scroll

little schooner
#

Is it a really old switch or something?

craggy parcel
#

@carmine moss I once shutdown all computers in a classroom... Don't know why school networks are so poorly managed...

waxen scroll
#

@clear igloo novell had a messenger which could broadcast messages to all machines or just a selection. they locked it out in the registry. we found it and unlocked it

#

you can guess what happened

little schooner
#

@craggy parcel I have the college lab setup where the teacher can use a one line command to reboot all his commands but what would make it special is to have it on like a stream deck shortcut

craggy parcel
#

We just used net send for taht...

little schooner
#

I think he would love that

#

And a command to get the latest like notepad++ executable and push it to all systems

clear igloo
#

@waxen scroll LUL

little schooner
#

I think he'd like that on stream deck

craggy parcel
#

@little schooner I use a streamdeck at work for shortcuts I can never remember, and for quick launch of programs.. Quite convenient. πŸ™‚

little schooner
#

Yeah I want to bring that in and show him

#

That makes a lot of sense

carmine moss
#

i'm sometimes am on a system that the government manages i can open task manager why didn't they block it idk i would expect not to have access to it as i just do digitizing some old photo's for them

craggy parcel
#

@carmine moss Out local city government has a similar issue with public computers. They have too much access, on the other hand, they ARE at least on a separate network (VLAN), meant for guests. And they have network boot enabled to reimage them.. So I guess they don't really care if you mess too much with them.

carmine moss
#

still it's dumb to have if they don't care about that why would they care if someone gets access to the confidential stuff just becouse they don't block most things no one needs

little schooner
clear igloo
#

Depends, where will it be?

little schooner
#

In a bedroom

clear igloo
#

Then you'll want much quieter

#

now if we're talking in a closet that's closed, then it will be fine

little schooner
#

Hmm

#

Let me check another dba Stat for my nvr

#

I think it louder

#

@clear igloo dang it, it's like 34 dba for my nvr fans

#

But I have like three of them running and that is loud

#

So the switch will be louder than that? XD

clear igloo
#

Yah, 45dba is a good bit louder

little schooner
#

Aww

clear igloo
#

Now I have a ~43dba switch in my closet, I don't hear it with the door closed

little schooner
#

Hmm

#

@clear igloo so I'm reading that juniper updates are not free? Or it depends on the person that helps with account creation?

waxen scroll
#

nothings free. thats what happens when you dont use ubnt

vapid dune
#

don't worry ubiquiti will add some more telemetry πŸ˜„

keen ermine
#

Anyone here can help with running a network cable or fixing a already made one?

waxen scroll
#

maybe

shrewd blade
#

@little schooner just buy a crap tonne of raspberry pi 3 or 4s and you will have no sound as they rarely need fans

craggy parcel
#

Won't the cost per port, be way to high?

waxen scroll
#

i wish pi would support NVMe already

#

i need one that can use a high quality drive that can handle a lot of read/write but i dont need cpu/memory specs higher than pi

keen ermine
#

Well managed to get 1 side of my Cat6 cable at Cat6 markings

#

Now to do the other as different sides of ports on a cable = non-functioning ethernet line

#

Before that though, need to mention to my dad the reason why cause he got mad over it saying the colors blah blah despite the spec

vapid dune
#

I just use a usb SSD enclosure with my Pi @waxen scroll

keen ermine
#

Only got around 100 Mbps which is half my modems speed to my PC and npt 1Gbps for full 200 Mbps and 100MB Transfer to my Server

vapid dune
#

there's two different ways to wire a cat 6 cable. they need to match

keen ermine
vapid dune
#

pi 4 doesn't have usb boot yet but it's not hard to just use a SD card to point to the usb drive

keen ermine
#

Way different than well normal Cat6

waxen scroll
#

@vapid dune ill have to look into it. the problem is i use an app that fully manages the OS for me and i cant just tell it "install here and not the SD card"

vapid dune
#

hmm just install it on the SD card first. then move the partitions around

#

if you aren't gonna do the cable to spec, then it won't work

#

I mean color aside they just need to line up the way that's expected

keen ermine
#

@vapid dune that I can tell. I just need to clear it up with my dad first cause he's the one who did it that way and clarify why it needs fixing

vapid dune
#

lol

keen ermine
#

I just wish he knew

#

He did the same thing with my old Cat5e line

vapid dune
#

the other option is PXE @waxen scroll

keen ermine
#

Only 100 Mbps modem to router

#

Despite it being able to get 221 Mbps on my phone

#

So I think he was basing off the old Ethernet standard of Fast Ethernet

waxen scroll
#

hassio is bae

#

❀️

clear igloo
#

Hassio is love :D

keen ermine
#

I wish he can understand I need full speed also for my server

waxen scroll
#

do you use it too?

keen ermine
#

For Local Transfer

#

I liked pulling 1 Gbps locally so wanted it sorted

#

But 🀷

#

Guess Dad just prefers his old thinking than new standards and looks

vapid dune
#

.-.

#

that's weird

keen ermine
#

Even Jay knows and who I followed to get the line fixed

#

And the forums

#

Saying this is the Cat6 Standard

#

Oh he goes it doesnt matter cause colors of green are the same

clear igloo
#

LOL

keen ermine
#

If only Linus came to tell him this is the standard

#

Or Jay

clear igloo
#

Not how it works

keen ermine
#

Thats a wish

clear igloo
#

w/o o w/g b w/b g w/b b

#

B standard is best standard HYPERS

waxen scroll
#

ive wired hundreds of connections with B

keen ermine
#

Heck what he did before wasn't even Cat6 A

#

Jeez that image is blurry

clear igloo
#

Yah but the sheath isn't crimped

keen ermine
#

That sheath I hate a lot

waxen scroll
#

i love the sheath!

keen ermine
#

Was in the way and broke many copper wires

#

For the 1st time a user installs Cat 6 B

waxen scroll
#

first few times are a bitch, then you learn the right way

#

like flattening the wires

clear igloo
#

Yup

waxen scroll
#

i have special cable scissors now too

keen ermine
#

Yeah had excess sticking

vapid dune
#

lol

#

best to cut it off and restart

keen ermine
#

But that is at least Cat 6 B properly

waxen scroll
#

take it out carefully and cut as straight as you can at the end. keep trying until the sheath is mostly in

keen ermine
#

Party now and gonna be a pain of 2 hours again to do so

#

Lol. Told my mom about it, she told dad and he said all is the same

vapid dune
keen ermine
#

So Cat 1 == Cat 6?

#

In his mind

#

Or a FE cable = 10 Gbps Cable?

vapid dune
#

looks like B to me

keen ermine
#

Yeah thats what I did

#

Jay also did B

vapid dune
#

A or B doesn't matter

keen ermine
#

Yeah

vapid dune
#

it just has to match at both ends

keen ermine
#

I told him its the line many times

#

I know cause a small distance cable pulls 1 Gbps

clear igloo
#

Fe standard is the same as 10Gb standard for wire color

keen ermine
#

Note distance from his room to mine is like 11 feet

#

Well the cables might

#

But position who knows

clear igloo
#

Position is same for 8 wire regardless of speed

#

Better :)

keen ermine
#

He but brown stuff in 1 and 2

vapid dune
#

you should only wire it to A or B since the twisted pairs are done to avoid crosstalk

clear igloo
#

Yup

vapid dune
#

that cable looks like someone did it backwards

#

like it's A but backwards

clear igloo
#

Yah, it's weird

#

It's no standard but 4 wires (2 pairs) must match for you to get 100meg

vapid dune
#

personally I just use a cable tester lol

keen ermine
#

Yeah he did a straight through

#

I explained how I dont get 100 MB locally or all the speed from it but on wifi I do

#

I.e this

#

So i really confused why I am not getting 1 Gbps at all on any like Cat 5 or 6

#

If straight through or not

#

@vapid dune @clear igloo What might be the possible guess as i get 1 Gbps on my router on all my ports with a regular router cable but as soon as I connect the 6 line it goes into FE mode

waxen scroll
#

that means damaged cable

keen ermine
#

So a copper wire in it got cut during install

waxen scroll
#

correct... or bent too much

#

with no tester, replacing the ends is the first thing i'd do

#

which you did

keen ermine
#

Well I need to redo the line for straight through

#

Cause I did B crossover I think or something

#

And I feel after 30 mis of getting those cables in I might have snapped one a bit

#

God man made ethernet is something else

waxen scroll
#

also realistically, you shouldnt nick the jacket of the wires either

#

if i do that to a wire, i cut the end right off and start over

keen ermine
#

Nic

#

Nick?*

waxen scroll
vapid dune
#

lol

#

cut it off

little schooner
#

@clear igloo what's a decent noise level for a switch with features that I wanted? 30-33 dba?

#

I measured in the network room it it's already at 40 dba

keen ermine
#

Ah

waxen scroll
#

Good boy, xeon

little schooner
#

@waxen scroll so the laws of physics tells me that adding another 40 dba device would increase overall sound?

#

Or would it level out to like 39 or 40 dba?

vapid dune
#

o.O

waxen scroll
#

The answer in the home theater world is yes

#

I've seen +5dB adding a second sub

#

I do this by setting the volume of both with the other off, then turn both on

#

It's actually insane how much two subs add

#

@little schooner try it

little schooner
#

@waxen scroll k

little schooner
#

@vapid dune I see.

radiant shell
#

as an audio technician the standard rule is every double adds 2db, so 1 would be 40db, 2 would be 42db and with 4 of them would be 44db

low marsh
#

Looking to build a small home server to run 24/7 servers out of. I've got a spare 7700k with a motherboard. I'll need to pick up the drives, psu and a couple other bits to finish it up. But how would I go about configuring it all to suit my needs?

#

Very very new to home networking and such

clear igloo
#

@keen ermine What router do you have? I saw your post on LTT forums as well

keen ermine
#

Amplifi HD

#

Its their Mesh/Teleport Router

#

And I figured out my dad's method of the ethernet was straight through

#

Not sure if thats Cat6 compliant for local 1 Gbps speeds

#

And 5e

#

@clear igloo

clear igloo
#

You might get some crosstalk and packet loss if you don't follow the pinouts but that shouldn't cause you to be limited to 100Mbps

#

Now if one wire is damaged or a pair is flipped on one end then it will cause the speed drop you're seeing

keen ermine
#

Mhm

#

Yeah if I connect a regular Cat5 cable from another router/modem I get full 1 Gbps locally and all my speed

clear igloo
#

ah, then I suspect something is flipped, badly crimped, or cut

keen ermine
#

Same

#

My 1st guess was straight through isnt Cat6 speed

#

But noob at networking so 🀷

#

Noob mindset

clear igloo
#

you mean straight through as the wires not following standard but just same on both sides?

keen ermine
#

Mhm

#

Thats what he originally had it crimped as

clear igloo
#

Straight through is actually following A or B standard and the same on both sides and is what 99.99% of cables use these days. Crossover isn't used anymore in most cases

#

Just wanted to make sure we're on the same page though πŸ™‚

keen ermine
#

Ok

#

Yeah he ran it straight through

#

I just terminated my PC end to be Cat6b but who knows

#

Noob at it still but know I'm not fully utilizing Cat6s speeds or 5

clear igloo
#

Yah, and it's not CCA cable is it?

keen ermine
#

CCA?

clear igloo
#

Copper clad aluminum

#

It's cheap cable and very easy to break

keen ermine
#

Ah

#

Um let me see

clear igloo
#

If you have the product page for the cable you can search for CCA on there but if it says pure copper instead then you're good

keen ermine
#

Hmm

clear igloo
#

If it's Nova brand cable then it's definitely CCA cable

keen ermine
#

Think its solid

clear igloo
#

Yah, that looks good

keen ermine
#

Yeah I saw Jay do it Cat6b and when I saw my line I'm like looks like nada

clear igloo
#

Just remember, there is actually Cat6a rated cable so be careful saying Cat6b πŸ™‚

keen ermine
#

Ah

#

Well Cat6 B Port Method

clear igloo
#

Yah

#

B is very common these days, I don't think I've seen A in a long time

#

Now I do have one other question, what type of ends are you using for the cable again?

keen ermine
#

RJ45

clear igloo
#

So there is actually a difference between Cat5e rated ends and Cat6 rated ends

keen ermine
#

Yeah

#

He made a Cat5e end 1st

clear igloo
#

Just wanted to make sure you weren't using Cat5e ends on Cat6 cable

keen ermine
#

Then added a 6 since 5e was also giving me 100 Mbps

#

So 2 seperate lines

clear igloo
#

Yah, Cat5e rated ends are actually not going to crimp all the way into Cat6 cable iirc

keen ermine
#

Mhm

#

Yeah they're seperate

#

So yeah straight through is up to 1 Gbps

#

So cable got snagged and tore a bit but my dad didnt notice it had a cut and crimped it with it

clear igloo
#

Ah, that would do it

keen ermine
#

Yeah

#

I know ethernet is fragile but I would at least check the cables if there is no cut

#

I dunno yet which end has the cut

#

My PC or router end

#

Cause if I can at least get that cable back, move router back to my room for 1Gbps and full speed of modem

#

So should I revert to straight through? @clear igloo

clear igloo
#

So long as both ends match then you should be good

keen ermine
#

Mhm

#

Yeah

#

I just want to get the local 1 Gbps

#

As I know Amplifi HDs cap at 1 Gbps

#

Though question

#

He put brown 1st than Green

#

Does that affect anything at all?

clear igloo
#

It shouldn't if, like I said before, they match on both sides πŸ™‚

keen ermine
#

Ok

#

I was also looking at if pairs matter

clear igloo
#

Yah, it's just copper so it doesn't matter in that regard

little schooner
#

@radiant shell thanks for that tidbit

vapid dune
#

It does for crosstalk and interference

#

That's why they're twisted pairs...

clear igloo
#

But in terms of speed negotiation it won't matter on a normal run, yes it matters from a crosstalk and interference perspective but for like a 5m run it won't really cause issues. Now on like a 50m run then it can get tricky

keen ermine
#

ok so gonna try to get him to reapply the ethernet jack to what it was before

#

though hope neither wire snaps to return back to 100 Mbps

keen ermine
#

@clear igloo have a question

#

I just noticed this on my end. Is this just discoloration or a nick?

#

Nvm he cut it at the part where it looked light blue

clear igloo
#

ah, so its cut

keen ermine
#

Still 100 Mbps and same speeds on the same line after many straight runs

#

On dang Cat6

#

I swear he did something wrong still

#

and I don't even know if we have a ethernet tester to test it 1st before install

#

cause all he does is Satellite work

#

right now if I go back and say do you have a ethernet tester to test next time it's actually 1 Gbps he is gonna flip

#

he's already irritated over me yesterday doing that line and over trying to know why I keep getting 100 Mbps and lower speeds here vs my laptop on another cable run

#

(and yeah don't suggest to him to buy a pre-made one. That will cause loads of issues)

little schooner
#

gigabit copper testers are easy to find

#

10gig ones are a bit expensive

vapid dune
#

At this point just say you want to learn how to do it yourself lmao

little schooner
#

@keen ermine it never hurts to test it yourself.

hasty bluff
#

@mystic latch What device is logging the DNS timeouts that you are seeing the error?

rocky badge
#

Is the UniFi configured as VLAN only?

#

You need a VLAN only network, then configure the SSID to use that VLAN

#

A VLAN only or corporate?

#

Can you access anything on the network?

#

Ok networks are good. Is it pfsense DNS?

#

Pfsense DNS configured to listen on those VLANs?

#

Can wired devices use the DNS server?

#

Dumb question, but have you tried restarting the pfsense and or DNS service? Lol

#

So it's pfsense's DNS? Lol

#

No, I was saying, it's Pfsense's DNS server fault

#

Try to dig the pfsense

#

Does other DNS servers work on wireless

#

?

#

Hmm

little schooner
#

dig. Gotta love it

#

What improvements did drill bring

#

Lol

#

I believe it for a second

waxen scroll
#

@clear igloo you get that cable fixed yet?

clear igloo
#

lul

waxen scroll
#

hello people

little schooner
#

@waxen scroll I decided not to buy a switch because everything is either loud or expensive with 10g sfp+ with poe.

Or

Companies except mikrotik don't sell a 24 port, poe+ 10g sfp+ that is less than 41 dba of noise at reasonable prices with free updates

#

Ugh the struggle. So it looks like the best way is to simply buy two switches. One for POE and other simply 10g

waxen scroll
#

80% of the reason i use a ubnt is no fans

little schooner
#

Yeah

#

If only they had a 24 port with 4 sfp+ tho

#

They reserve that for the 48 verison

waxen scroll
#

cisco might have fanless industrial switches butttttttt $

little schooner
#

Yeah $$$$

#

Well it least it gives me something to work towards. It's better to earn than easily get what I want

#

It leaves a good feeling

waxen scroll
#

i disagree, grab life by the balls and demand to see its manager

little schooner
#

Hahah

#

Well yeah always stand up for yourself

#

Seize the opportunity

waxen scroll
#

i do this with the stock purchase program at work

#

you gotta exploit where you can

#

@clear igloo lets get this guy some lab discount industrial switches

clear igloo
#

lol

waxen scroll
#

also i found out we have no lab discount at work BTW

#

i was trying to quote ASR9k on lab discount

#

the VAR went lmao you get only what you have

#

someone did awful contract nego... but they probably werent IT so i see how it slipped

#

last company had a lab discount at like 80%

clear igloo
#

Nice

waxen scroll
rocky badge
#

@clear igloo πŸ‘€ someone might pay for my CompTIA certs

clear igloo
#

Why?

rocky badge
#

He does "cloud ops crash courses" every 6 months. If you can pass his course, he pays for your certs.

waxen scroll
#

no point in certs for your age

#

wait until jr year of college at min

#

lots of effort and time waste for no gain when the tech keeps moving on rapidly and you arent getting a corporate job until 6 years from now

rocky badge
#

college

waxen scroll
#

yes.

#

if you want your income potential capped at 60k and have a bitch getting started, by all means dont go

#

@clear igloo college.

clear igloo
#

lol @waxen scroll

rocky badge
#

meanwhile

#

Guy works at AWS, Asst. Director of Consumer implementation

clear igloo
#

blob bachelors degree when?

rocky badge
#

0 college, all certs. 3/4 mil/year

clear igloo
#

That's a unicorn right there

waxen scroll
#

yeah thats not happening without daddys money

rocky badge
#

Yee, worked his way through AWS support

waxen scroll
#

do you have a dad with 10+ mil whose gonna free ride you?

#

i know plenty of people who think the same way

#

big dreams

#

gonna make it in hollywood

#

its gonna be the same with tech, its a unicorn

#

dont put all your chips on it

#

all those friends in hollywood are barely finding work, making poverty wages, living with roommates

#

make sure you're not YOLOing unless dads got money

#

also maybe @clear igloo can back me up

#

"working your way up" just doesnt happen 90% of the time

#

you stall and you have to move on

#

nobody promotes. its so fucking rare

clear igloo
#

I only have associates degree and a couple certs but even I understand I got lucky getting where I am

waxen scroll
#

no no, i mean back me up on working your way up

#

even if you did go up your pay raise is usually nothing

#

i think the only time this is different is when you're not overly technical and in management

clear igloo
#

So far I've been getting good pay raises but you have to actually work hard to work your way up

#

Mediocrity gets you nothing

#

I have executives at large financials who call me out by name and say thank you and commend me on doing a fantastic job and that's part of what helps me get good results and even then sometimes I wonder if it's enough

waxen scroll
#

you also have to be a special type of person too because your work/life is destroyed if you just certing all day, going above and beyond 100% of the time, etc

clear igloo
#

Yah, and getting a cert is easy these days, being able to apply it to real life is another level of hard for most people

waxen scroll
#

the very few people who can do it without killing themselves from the stress/anxiety are the ones making a mill

#

back to daddys money though, the easiest way to get to a mill is to use daddys money to start something of your own

#

but then hes on the hook

#

πŸ˜„

clear igloo
#

And get bought by a bigger company πŸ˜„

waxen scroll
#

yep

clear igloo
#

@rocky badge What are you?

#

college bound or like Sophomore/Junior/something

little schooner
#

@waxen scroll hey its better to just use vlan 1 as native vlan because it requires no additional administrative work right?

#

Like no need to change it if you are using other vlans

#

For your real traffic

waxen scroll
#

personally thats my view. a lot of networks i work on like to change it

#

but thats stupid because a native vlan is a native vlan

#

if you're really paranoid some networks make a parking vlan thats not trunked and you put all your unused ports in there

little schooner
#

Wow that's going extra

#

Yeah paranoid

hallow nimbus
#

πŸ˜‚

waxen scroll
#

im sure there are stories floating around like "my device needs to tag everything and doesnt support 1. lets not use 1 anymore" and it spread everywhere and nobody remembers why they do it

#

google suggests it prevents you from attacking other vlans your port isnt in, however you shouldnt be making trunk ports on end devices anyway

little schooner
#

I have an all in one PC I'm trying to troubleshoot. But not gonna lie, this one is pretty nice and convenient

#

Screen is beautiful and touch

little schooner
#

@waxen scroll I just pasted an empty Documents folder into a VM and it forced the system off. I don't even know how that could happen

waxen scroll
#

maybe @unreal wedge can help

upper tinsel
#

yay

#

this gona be moar than a day

toxic quartz
#

hii

rocky badge
dire flare
#

Any thoughts on "ngrok"?
I would like to use it for purposes of tcp tunneling so I can remotely access my local machines through ssh
Is it safe & do you have any suggestions regarding safety when dealing with ssh in general

It just makes me worry a tiny bit that ngrok started as an opensource project but has since stopped releasing source code

humble quarry
#

I use ZeroTier for a similar remote tunneling situation, while more confusing it's free at a base level and seems relatively secure

radiant imp
#

Hello. I am looking into getting the stuff I need to make a pi-hole
https://linustechtips.com/main/topic/1094810-pi-hole-setup-tutorial/

Some of the image links do not work anymore. I am also kind of new to using linux as a networking tool. I have used it in the past to just play around and see what it's about. I was looking at the headless install option and is says I have to enable ssh before booting up the pi. Do they mean on my desktop computer?

humble quarry
#

You need to set up the Pi to be ssh-able before install I presume, making it accessible from your desktop and a ssh application

novel saddle
radiant imp
#

hmmm, is vnc an option for this? I am not sure if that's how it works, considering there is no mini-monitor on the thing

#

I'm just looking at my options before I dive head first.

olive thorn
#

Anyone know of a decent out of the box NAS?

radiant imp
#

I use the seagate mycloud

#

first one I used and it has been very reliable. I've ftp from work multiple times without fail. had it for a few years now

olive thorn
#

That's the one that has been striking my eye. Do you stream videos from it?

radiant imp
#

You can, but have to be on the same network. I think there's a way to do it while away, but it requires a vpn?πŸ€” I never really looked much into that

#

so don't take my word for it lol

vapid dune
#

ssh setup is a file you touch on the SD card

#

you can setup your wireless internet too

olive thorn
#

Gotcha. I'm hoping to set something up that will take place of my Plex server from my laptop. Figured I would combine file storage with a Plex replacement

vapid dune
#

you can do headless pi setup

#

@radiant imp see 3. Enable SSH on a headless Raspberry Pi (add file to SD card on another machine)

radiant imp
#

oohhh I see @vapid dune thanks!

#

@olive thorn Yeah for sure. If I had the time and an old computer laying around I would just make a homemade webserver for it.

#

been looking into those as well

#

but for you I think the NAS is a good go

olive thorn
#

I'll probably grab one today since it's Cyber Monday. Thanks for the advice!

radiant imp
#

anytime

#

oh wait wrong product sry

#

hhmm, can't seem to find the model I have at home.

olive thorn
#

I've got one that I've been eyeballing

vapid dune
#

@olive thorn are you trying to use that external for a NAS?

little schooner
#
{
  "message": "An error has occurred.",
  "exceptionMessage": "An error occurred when trying to create a controller of type 'AuthController'. Make sure that the controller has a parameterless public constructor.",
  "exceptionType": "System.InvalidOperationException",
  "stackTrace": "   at System.Web.Http.Dispatcher.DefaultHttpControllerActivator.Create(HttpRequestMessage request, HttpControllerDescriptor controllerDescriptor, Type controllerType)\r\n   at System.Web.Http.Controllers.HttpControllerDescriptor.CreateController(HttpRequestMessage request)\r\n   at System.Web.Http.Dispatcher.HttpControllerDispatcher.<SendAsync>d__1.MoveNext()",
  "innerException": {
#

That spit out from a company who uses salesforce for billing

upbeat ravine
#

Anybody have any experience with a Cisco Catalyst 3500 smart managed network switch?

#

Plz dm me if u can help. Our servers are broken and we can't figure out if it is our firewall or our switch that is broken

waxen scroll
#
End-of-Support Date: 2010-09-17```
#

oofy

#

@little schooner did you lock those cabs yet?

#

πŸ˜‰

little schooner
#

@waxen scroll hehe... Not yet. It is still a low priority thing

waxen scroll
#

wow.

little schooner
#

I already told him. Attach the door back

#

He took the door off because he wanted the students to see in awe the equipment

#

He thinks rack gear is sexy

waxen scroll
#

lmao

#

oh to be young again

#

i HATE it now

#

new equipment is cool for a minute

#

then im over it

thick minnow
#

__**hi is it possibe to have this setup

internet >> modem >> ubiquiti radio <<>> ubiquiti radio >> router

is it possibe the have a ubibuiti radio PTP plugged straight into a modem, not through a router??
???????
please @me if you have a reply**__

hard sand
#

i need help with my networking

#

its too fast

fossil turret
#

would i be silly to buy an old sun server (one of the purple ones) and put some PCI cards in to use as a router/firewall?

#

or are diy routers kinda a meme at this point anyways?

carmine moss
#

i would go for something that is efficient if you want to use it as a router/firewall like a low power pc

#

as it could get expensive running an old server as a router/firewall power wise

fossil turret
#

i literally just dig the aesthetics of the small 1u suns from that era

#

like honestly hollowing out a non-working one and putting in like an itx system would prolly be enough.. maybe something with wireless on board

carmine moss
#

yeah that is an option

fossil turret
#

i feel like the sun thing wouldn't be that bad even on it's own though. not like it'd be at load ever

#

idk i just love old networking gear and rack stuff

carmine moss
#

yeah but it gonna use a decent amount of power that you could have saved on a low power cpu

fossil turret
#

yeah, power is cheap here though :3 i really wish we would see higher-end ARM stuff reach mainstream

carmine moss
#

if it's a sparc based sun server finding a router/firewal os could also be hard

fossil turret
#

can't i just do things manually from solaris? Or bsd? I've used netBSD on a firewall before

carmine moss
#

yeah but it could miss some features from modern software have not played with solaris or bsd but you can try it out

fossil turret
#

honestly if it wouldn't be TOO bad it'd be cool to use something like that as a NAS too

#

get a SAS expander and just a big pile of drives and another case

#

any data hoarders here?

carmine moss
#

i would use it as a server you only power on to play with not a 24/7 server but not bad to own it

fossil turret
#

yeah

#

i was thinking of getting a T4 series sometime and experimenting with it, since something like that is modern enough for me not to feel like it's a waste

#

i could probably use it for that stuff too though.. idk yet

vapid dune
#

I'm waiting for a router with good ipv6 support

hidden thicket
#

does anyone know if the netgear nighthawk xr300 has good range?

waxen scroll
#

@clear igloo that feel when you have a router with good ipv6 support

clear igloo
#

That feel when your ISP fails at IPv6 support πŸ˜„

waxen scroll
#

call 800-xfinity

clear igloo
#

I get to call 800-att-suks

waxen scroll
#

did you know they put their own field techs into a phone queue hold when they call for help?

clear igloo
#

Actually yes I did, and it makes me sad

waxen scroll
#

it warms my heart to see the company shooting itself

clear igloo
#

That too πŸ˜„

vapid dune
#

@waxen scroll you have something that can do ipv6 firerwall well?

#

I'm not using pfsense but rather an ERL. same class of problem though

waxen scroll
#

yep

#

ERL doing ipv6 FW

vapid dune
#

oh I see. it's not sufficient for me since I have a dynamic prefix

waxen scroll
#

this works with dynamic

vapid dune
#

so like effectively port forwarding a la ipv4?

waxen scroll
#

i cut out a lot of stuff, this isnt just copy paste

#

you should get the idea

vapid dune
little schooner
#

@waxen scroll what do they mean by prefix id

vapid dune
#

that's just basic ipv6 firewall rules

#

to all your devices @waxen scroll

#

I mean specifically for device x I want port y to be allowed through

#

I guess ignoring privacy extensions is okay for that

#

that blog seems like it might be what I want

little schooner
#

@vapid dune cant you use NAT for that?

vapid dune
#
#

there's no NAT for IPv6

little schooner
#

Yes there is

#

It's just not commonly used

vapid dune
#

lol okay fine fine, it's not a recommended option imo

#

it's not like we'll run out of IPv6 addresses

little schooner
#

In some cases, you still need to NAT Ipv6 traffic

vapid dune
#

and then also you'd need DHCPv6?

little schooner
#

Like snat

#

Well, I was thinking if you wanted certain machines to always hit to a different port or ip

#

NAT is handy for that

waxen scroll
#

@vapid dune i suppose if you can predict the last half of the ipv6 address you can just add a blank table to your existing FW and let a script put in modified rules any time it changes, or just DMZ the host linusPerfect

vapid dune
#

I mean without NAT you can have two IPv6 servers on the same port

#

DMZ is basically no firewall lol

little schooner
#

@vapid dune not true. You still need to be allocated IPs if it's public facing

#

Do they give more than 1 Ipv6?

vapid dune
#

it's a /56 I think

little schooner
#

Oh

#

Then yes

waxen scroll
#

@little schooner its been forever since i set this up, i think the id tells my provider i need more subnets pulled

little schooner
#

k

vapid dune
#

I'd have to check what I'm assigned, but it's enough for many many IPs per device lol

little schooner
#

Yeah I didn't recognize it

#

@vapid dune if that's the case, yes. It should just work

vapid dune
#

ah yeah I just checked my raspberry pi. it has a 64

little schooner
#

So that means you have a switch on the WAN side?

vapid dune
#

no?

#

I just have a router

#

fiber --> ont --> router --> switch --> devices

little schooner
#

How would that work then?

#

Router would not be giving you public facing Ipv6 address

waxen scroll
#

silly xeon, the provider tells your router what the subnet is and your router hands them out

vapid dune
#

dhcpv6-pd or slaac

waxen scroll
#

router to isp is like a point to point address

vapid dune
#

probably slaac mostly

little schooner
#

@waxen scroll so that's different. So it can decide to hand you out a public facing that way? While still being internal?

#

I didn't know

vapid dune
#

it's not internal

#

there's a link-local address in addition

little schooner
#

Wait wait you said router

#

Oops. Like a real router

#

Lol

#

I thought you meant the consumer ones

vapid dune
#

eh

little schooner
#

I am thinking those lan ports

#

Sorry

vapid dune
#

I can get it working on my Asus N66U iirc

#

a lot of consumer routers support ipv6

#

and the edgerouter lite is consumer too lol

#

not friendly mind you

little schooner
#

Well consumer routers only have one wan port

vapid dune
#

eh

little schooner
#

The rest being bridge

vapid dune
#

some of the have dual wan these days

little schooner
#

I see.

vapid dune
#

not sure who would use it lol

#

fwiw I only have 1 wan connection

little schooner
#

@waxen scroll that still confuses me. So one port gets a subnet and that can propogate to eth1, eth2, eth3, etc?

#

If it's ipv6

#

I still not get that one lol

vapid dune
#

more like the router receives a subnet that it can delegate to devices behidn it

#

then it announces that to the clients and they grab a subnet for themselves

little schooner
#

And the addresses it announces are routable on internet?

vapid dune
#

I mean the router can do what it wants since it's doing routing, but yes it could be

little schooner
#

I'm trying to make the connection where the network separation happens, is why.

vapid dune
#

ipv6 has so many addresses that the design is like that. so NAT is no longer needed lol

little schooner
#

Ipv6 is my rusty point

waxen scroll
#

theres no separation anymore unless you design it on purpose

vapid dune
#

it's a mess imo lol

#

there's SLAAC and DHCPv6

waxen scroll
#

every computer on your LAN can be reached from the internet unsolicited if you arent careful

little schooner
#

@waxen scroll so isp --> router --> switch for Ipv6 now means "here is the WAN network

vapid dune
#

depending on the device, it might support one and not the other

little schooner
#

@waxen scroll gotcha

#

That was the tidbit I was missing

#

That sounds dangerous lol

#

And unifi by default has Ipv6. Firewall off

waxen scroll
#

it is for the poor people who turn it on and dont realize ubnt ipv6 fw is separate and not in the GUI

vapid dune
#

lol

#

yeah ipv6 support is kinda really bad that way imo

#

it's second class at best

little schooner
#

Makes sense

vapid dune
#

nah it doesn't make sense lol

#

it should be fw on by default

little schooner
#

Well

#

I agree

#

But I mean with how Ipv6 works

vapid dune
#

it should just do "related/established" only and block

little schooner
#

It makes sense

vapid dune
#

it doesn't lol

little schooner
#

Lol

vapid dune
#

it's inherently problematic

waxen scroll
#

all i know is, i keep trying to get companies i work for to at least start deploying it and nobody will let me

vapid dune
#

I mean no one is doing ipv6 drive by

waxen scroll
#

so IPv4 4 LIFE

vapid dune
#

but still

#

it'll be more like you visit a part of the internet and then it scans you back

little schooner
#

Yeah I don't want that

#

What's out there stays out there

#

Not coming in

waxen scroll
#

i used ipv6 back in the early 00s as an anti ddos protection when i used IRC

#

it was funny pissing off ddosers and they cant do jack

little schooner
#

@waxen scroll yeah because you can cycle through like a bunch of addresses

#

It's neat

#

@vapid dune do you have rj45 jacks in your home?

vapid dune
#

Yes I do xD

#

It's only cat 5e sadly

little schooner
#

I was going to link how not to put wall plates, but I can't find the picture now it seems

#

It was a funny one

#

This one

vapid dune
#

Wat

#

I have jacks

little schooner
#

ik this is just the sloppy way

#

Heh

#

Actually there is that many because at one point, my system was using a Quaid nic

#

And the guy said he would somehow find a way to pull all of them

#

Now I don't even need all that stuff there

#

Should be a jack wall plate instead

#

@waxen scroll is it cheating if I use the jacks where you don't need to punch it on? Just plug a cable between the two jacks in the wall?

waxen scroll
#

whatever works

little schooner
#

@waxen scroll this one I think I can fix it

#

I just need to buy the stuff

#

My prof hates doing the cable work

waxen scroll
#

so do i

#

remember @little schooner the more you get paid, the less you have to do

little schooner
#

@waxen scroll so awesome

waxen scroll
#

i havent done cable work in 6 years

#

i dont blame him πŸ˜‰

#

if you want some lols, quit

vapid dune
#

sadly I don't have a lot of runs per room

#

only 1 ish lol

waxen scroll
#

i put like 6 behind each TV

vapid dune
#

lol I just put a switch

#

I kinda need to upgrade my switches to better support VLANs

#

I'm currently using repurposed N66U routers

vapid dune
#

@fluid meadow depends how involved you want to get in networking adventures lol

#

I mean I'd start with asking if you had complaints about your internet and wifi experience before diving into it

#

but really having control over your network with a decent router and/or access point is a good thing imo

fluid meadow
#

Yea

#

my current router has spaz attacks where the devices just start disconnecting from lan and reconnecting over and over

#

no issues with wifi tho

vapid dune
#

assuming you don't want to have too much configuration and what not you could do full Unifi

  • USG 140
  • Switch - 30-100ish depending if you want smart or dumb
  • AP-AC-Lite 90
#

hmm I guess the other question is if your ISP would let you bridge your modem/router thing

fluid meadow
#

It dose

#

it lets me swap out

vapid dune
#

ah yeah

#

I mean you could pair up the unifi ap with any router too

#

I've got my ap mounted on a wall in the middle of my place for adequate coverage across 2 floors. though it isn't optimal

fluid meadow
#

my 2 floors are so close its not worth it for 2

#

i just want a router that has a fast lan

#

and a nice interface

#

like duma

#

XR450?

fervent brook
fickle lotus
quick hollow
#

My router is forwarding to the wrong IP

#

shit

#

Anyone know what could be wrong?

#

I am using two IP addresses on my edgerouter. The main one ending in 195 is for the business and the and the one ending in 196 is for my personal game server and is running 1:1 NAT.

#

But any plugins which use a port are sending to the main IP ending in 195.

#

I'm willing to have all ports open and just use my server's firewall if someone can tell me how to do that.

#

I just need this to not be using the main IP

noble plume
#

We do this on a fortigate router/firewall. We had to create two IP Pools and then use policies to define which VLAN uses which pool.

quick hollow
#

That sounds far far too complicated for what I can do haha

#

There must be some kind of rule I can make which says anything from eth2 goes to my 196 external IP

paper rampart
#

That's what VLAN would do

#

You would assign the VLAN to the IP and then to the port

vapid dune
#

VLANs aren't too hard. Just depends on your equipment

#

In this case it's exactly what you need so you can have isolation

little schooner
#

I love the concept of VLAN in conjunction with switch security features. Otherwise, anyone can still plug into the right port and jump into your protected vlan with physical access to wall jack

paper rampart
#

Yea, physical security is still important no matter what.

quick hollow
#

I have no clue how to setup a VLAN at all

#

My current config is as follows:

#

Added my second IP here.

#

Added this rule into WAN_IN

#

And this under NAT

#

This gives my server the external IP ending in 196 which works.

#

How would I go about creating a VLAN?

#

I figured out how to make the VLAN but I have no idea how to configure it for the external IP and ports etc.

little schooner
#

@quick hollow you create vlan by making a subinterface

#

Do it from the first GUI page that you login to Edgerouter

#

There should be a button

quick hollow
#

Okay I added an interface vlan

#

What would be the next step?

vapid dune
#

Adding another DHCP server and making sure the switch tags the line properly maybe

quick hollow
#

Not using dchp. We have a server which handles that on the main network so I didnt turn it on

#

I changed it so its for eth2 which i'm actively using.

#

Since it wont affect anything now

vapid dune
#

I mean you want to isolate your server totally from that network though right?

#

really the best thing to do here would be to physically separate the machine off the main network

quick hollow
#

Yeah

vapid dune
#

outside connection --> switch --> existing router + your router/device

#

not sure if they give you multiple external IPs though

quick hollow
#

Yeah thats what im using

#

We have a block of 8 IPS

#

It goes Fiber intake > Gateway > Edge router

vapid dune
#

in which case why are you mucking around in the edge router?

quick hollow
#

Then eth1 outputs for the main network

#

eth2 is currently using another IP for my person server.

vapid dune
#

I mean VLAN will do what you want, but just imagine it like an entire (virtual) network that's partitioned off from the main network (at least that's what I think you want)

#

ie completely isolated so no direct access to dhcp from the main network or any other system

quick hollow
#

Thats what I want

#

I want the IP ending in 195 going to the main network which it is.

vapid dune
#

other than the router

#

and then make it so the router won't route between the VLANs

quick hollow
#

There must be an existing way to do it without buying a whole other router.

vapid dune
#

I just described it

quick hollow
#

I really don't know much about networking sorry.

vapid dune
#

right which is why I suggested doing it physically

quick hollow
#

I don't wanna spend any money on it though when I got an existing system which can do it.

#

I just need a little help haha

vapid dune
#

you can do it with VLANs, but if that's hard to understand then do it with a router

quick hollow
#

The system I have right now works fine.

#

I just dont get why the ports are going to the wrong IP

#

My server has the correct ip ending in 196

vapid dune
#

it works fine until your public server gets hacked

quick hollow
#

Why do the ports i'm forwarding only go to 195

vapid dune
#

and you have a hole into the main network

quick hollow
#

Yeah thats why I want to put in some kind of isolation rule

#

So any attempted connection to the main network is dropped

#

Must be a way to isolate eth 1 from eth 2

vapid dune
#

I mean you don't even need DHCP if you just statically assign the IP to your server

#

assuming you get the vlan set up and the tagging your server working, and routing working... then next step would be just to put some firewall rules. this should help: https://community.ui.com/questions/Laymans-firewall-explanation/2dafa379-3269-4749-b224-0dee15374de9

quick hollow
#

Ill have a read

vapid dune
#

it's mostly the diagram that's interesting xD

quick hollow
#

Okay I kinda get whats happening now.

#

But I still don't think i'd be able to put it into practice haha.

#

I might just give up on the idea and bring the server back home now I'm looking at it haha

shadow shoal
#

ItΒ΄s easy when you actually get it up and running

quick hollow
#

hmm

shadow shoal
#

Also remember that to segment vlans on layer 3 you need to make firewall rules or ACL

little schooner
#

Networking for some vendor equipment is confusing. Just take a look at how Asa is configured

#

It's a confusing mess

#

You use Cisco or Dell or anyone else, and it's straight forward

#

But you still need the working base knowledge

shadow shoal
#

Never use ASA lmao

quick hollow
#

No idea what a dnat and snat is tbh

shadow shoal
#

Two types of network address translations

quick hollow
#

dnat is in right

#

and snat out

shadow shoal
#

You should really read up on this

#

will help you a lot

quick hollow
#

Yeah I am trying but you try and define one thing and just end up with a bunch more acronyms and concepts I have no idea bout

shadow shoal
#

But btw what are you exactly trying to accomplish

quick hollow
#

Okay so I have my main network which is for the business. And I have my own person game server. CEO lets me use the internet there for it.

#

So i'm running our gateway into eth0 of the edge router.

#

I'm running one external IP into the main network.

#

And another external IP into my game server.

#

We have a block of 8 you see.

#

Its all working. But when I port forward stuff for my game server it gets forwarded to the wrong IP.

shadow shoal
#

Ok so the game server is on .196?

quick hollow
#

yes

#

Main network is .195

#

Gateway is .193