#networking

1 messages · Page 208 of 1

little schooner
#

I see

thick minnow
#

Guys

signal mantle
#

@waxen scroll Why is PFSense for noobs, just curious?

little schooner
#

@waxen scroll to save myself time and headache while juggling two positions and two classes, the easy ways are very desirable

#

But it started working with promiscuous mode so I don't need to use it now 😄

peak cloak
#

@signal mantle you can do everything in the GUI plus it does some stuff automatically for you

waxen scroll
#

you dont want that on BTW

#

last i recall it sends every VMs packet to every vm

little schooner
#

@waxen scroll I read that yeah. Well, this is for an isolated lab network but your right, I should have like a router-vm in it so I don't have to enable it

#

@waxen scroll only now did I finally correctly imagine what you told me.... And it makes so much sense

#

So I will start incorporating it and play with iptables first

#

Earlier in the morning I was a little confused

#

I don't want to leave promiscuous on

#

It shouldn't even be that hard

rocky badge
#

@waxen scroll I did

#

Then I lost it

waxen scroll
#

u WOT

rocky badge
#

yeah 😦

waxen scroll
#

@little schooner so you have two vswitches.... one for public DMZ space one for private space. Your router gets interfaces in both. Your router will act as GW for the private vswitch. Your router will NAT for all devices in the private zone.

#

Because its default GW your VPN can access that zone and optionally the internet

little schooner
#

@waxen scroll wait, so why is it that datacenters dont use that much security when they are inside the datacenter's lan? all the security is on the outside only?

#

@waxen scroll and thanks for the description

waxen scroll
#

they do

little schooner
#

@waxen scroll oh, i thought you said that they didn't have as much firewall control or rules

waxen scroll
#

im only telling you how to do it with a single server and a basic internet connection

little schooner
#

oh no, i am referencing an older conversation we had

#

not related to my current case

waxen scroll
#

most people split the datacenter into zones.... Production, Dev, QA, whatever else.... each zone uses a firewall as the gateway (at some point)

#

modern designs actually now do device to device firewalling

#

no zones, devices are all firewalled

little schooner
#

hm. I see.

waxen scroll
#

zone based means that if an attacker gets into a dev device, they can go sideways to other dev devices but might not be able to jump to prod

little schooner
#

and dev is never supposed to reach prod under any circumstances anyway, right?

#

they would have to jump onto a prod dev

#

what if dev needed to make connection to prod?

#

for like 2 minutes

waxen scroll
#

no, you can do whatever you want.... but its best not to let dev and prod talk if you can help it. people might abuse that, especially if your company bills for resources.... someone might decide its cheaper to host in dev and let it talk to prod

little schooner
#

interesting

waxen scroll
#

theres no right way to do it. its whatever the company decides makes sense for their usage

#

some might choose to block internet to a zone until you open a request for specific servers, some might not

#

its complicated

#

@clear igloo it makes me lol how reddit is all "omg infosec isnt an entry level job" and then i look how it actually is

#

🤔

#

3/4ths of it are people who know I PUT RULE HERE. 1/4th is "we want the firewall to BGP because... blah"

waxen saddle
#

Security Engineering and Security Operations can be very different.

waxen scroll
#

oh it is.... but it makes me laugh how often people go "you need X years doing helldesk" or something like that

#

helldesk wont even help you TBH

clear igloo
#

Maybe it will if the printer is attacked 😛

waxen scroll
#

please dont give my audit team any ideas

waxen saddle
#

LOL

waxen scroll
#

next thing you know we'll need DNA on our lan to control all of it

#

also ive met FW engineers who couldnt explain routing to me

waxen saddle
#

That's right up there with programmers with years of experience who have no idea how to operate their computer.

waxen scroll
#

ive heard thats a thing TBH

#

thats what happens when you go to college for something but dont have the passion to explore outside of your small area

waxen saddle
#

It really is a thing. I can speak from firsthand experience. Though, the FW engineer not able to describe routing is new to me.

waxen scroll
#

that happened when i worked in education, but im sure thats not a one off

#

most fw eng i meet are pretty competent

rocky badge
#

@waxen scroll @clear igloo Our fucking Crestron system died again

blazing solar
#

need router what buy

little schooner
#

@waxen scroll I couldn't get it to work. They do not require internet access, but it's that it still was having trouble reaching an IP address part of the real network assigned to a VirtualBox VM that lives inside a Ubuntu VM in esxi.

I thought it was working initially with iptables because I was able to ping all the way down to that. But the nested vms still did not respond.

I should draw out what I'm saying. I don't think I'm explaining it well lol

#

I had to undo all the changes quickly since I ran out of time testing

waxen scroll
#

Will fit your needs for a few years. Cheers

little schooner
#

@waxen scroll that was the troll attempt you were talking about earlier for the ltt thread right? Lol

waxen scroll
#

yep

little schooner
#

Nice 1

waxen scroll
#

i did my best with the info given

blazing solar
#

@waxen scroll yeah uhh probably not

waxen scroll
#

Why do you say that? If its good enough for enterprise its good enough for your needs... whatever they may be

#

I personally use them in 100s of buildings

stable iceBOT
waxen scroll
#

filter update?

#

i didnt see anything filtered

blazing solar
waxen scroll
#

@blazing solar call em up. you can get that down to $2500

blazing solar
#

i mean weve got adsl in sooo

#

bit of a bottleneck

#

12 mbps linuth

waxen scroll
#

i'd just use the ISP router at that point

blazing solar
#

14 years old

#

or wait no

#

i keep forgetting how old i am

#

its like 16 years old

waxen scroll
#

Can we filter cuss words? I get nervous when blob uses them.

#

People should go back to DARN IT! and DANG IT! and Curse you and the horse you rode in on

rocky badge
#

Oof

little schooner
#

@waxen scroll i really just slapped this together but, why, even with an iptables VM, does the ping not go through ubuntu > virtualbox > the centos ip?

#

is it because the Ubuntu vm sees the packet isn't for itself and doesn't bother processing it?

peak cloak
#

why not use a hypervisor instead of ubuntu?

little schooner
#

@peak cloak I wanted to create a self-contained fat vm with other vms inside of it

#

and then they can operate in their own private network within this vm

peak cloak
#

hmm ok

little schooner
#

but I am starting to think that because the ping request is for a different IP than what Ubuntu has, it doesn't bother to take the ping request into the nested vm or something

#

but with promiscuous on, it starts to work

#

which isn't the ideal config

#

@waxen scroll the nested VMs should use a virtualbox NAT adapter instead?

unborn sluice
hollow marlin
#

@little schooner I would assume the issue you are running into is due to the subnet and it only listening for its own MAC. Both Ubuntu and VM are in the same subnet and Ubuntu will not switch the frame to the VM. Its why when you go promiscuous (bridging) the connection works

#

I don't have experience with nested VMs but it looks to me to be the issue. IPtables is just for routing and you'll need to slap your nested VMs in their own subnet and your preferred flavor of routing.

little schooner
#

@hollow marlin makes sense

#

Yeah it was driving me crazy a little bit 😅

#

It's fine for now it's only a temporary setup and any outgoing connection are all automatically blocked too

#

The issue tho is the insane amount of broadcast traffic when stuff like rdp sessions are running in that env

#

At least it doesn't show issues at the moment with 20 of them

#

So I can just move on from it

copper dust
#

What

honest wind
#

anyone get samba or some other file server working in docker on ubuntu?

#

I want it to be able to mount some internal drives as volumes

waxen scroll
#

@little schooner that doesnt look like the linux router is also the openvpn server

little schooner
#

@waxen scroll oh that's correct. It wasn't

waxen scroll
#

💁

little schooner
#

I couldn't move the OpenVPN as it would be a change I need to ask. Prof

#

He wanted this working by Sunday

fiery sage
#

@honest wind I want to make the same thing as you ... I think

#

I want to have a central location to my dev project

#

Accessible by any of my computer

#

That I can run docker locally on the remote folder

waxen scroll
#

@little schooner so impatient

fiery sage
#

Like a NAS

#

Like what Linus have done for the video editing server

honest wind
#

Yes

#

I want to run the software for it in docker though

#

Oh, so different than you. I don’t want to run docker from the folder. I want docker to run the software that serves the folder as a nas

fiery sage
#

oh

#

Its going to be my weekend project.... that's gonna be a week or two project

honest wind
#

I hope not 😂

#

I already got it to mount as read only for a guest, but I think the read only part is an issue with the FS as the client is a mac

#

Then having trouble figuring out the auth

honest wind
#

got it

#
services:
  samba:
    ports:
      - '137:137/udp'
      - '138:138/udp'
      - '139:139'
      - '445:445'
      - '445:445/udp'
    entrypoint: "./entrypoint.sh -u 'username:password' -s 'Data0:/share/data0:rw:meecles' -s 'Data1:/share/data1:rw:meecles'"
    volumes:
      - '/drives/data0:/share/data0'
      - '/drives/data1:/share/data1'
    image: elswork/samba```
#

here's the docker-compose

rocky badge
#

@waxen scroll @chrome hound HaHaa This guy in the Ubiquiti server is trying to build a 40Gig capable router for his home Internet HaHaa

waxen scroll
#

what?

#

lol

#

build-build? like no ubnt?

rocky badge
#

ubnt
40gig router

#

Yeah he wants it to be cheaper than whatever pricing he got for a mx204 @waxen scroll

waxen scroll
#

i havent looked too deep into ubnt leaf... can it route and not be a spine/leaf network?

rocky badge
#

Yeah

#

they already have a leaf

waxen scroll
#

so whats the problem they have?

#

oh. home internet

#

yeah... wat

rocky badge
#

they don't want to pay a lot for it 🤣

waxen scroll
#

@rocky badge same people who ask about making nas and forgetting their primary computer they use all the time is the better cheaper option

rocky badge
#

Lol

clear igloo
#

I want to make PFSense router using (insert power hungry CPU from 2010 here) and I'm worried it will cost too much power

waxen scroll
#

you're gonna trigger me

clear igloo
#

Can it also be compact and have 100gig routing?

rocky badge
#

He was thinking of tsnr

clear igloo
#

😄

rocky badge
#

*tnsr

little schooner
#

tnsr with a price of contact us today

chrome hound
#

I wonder what the use case for 40g home routing would even be

clear igloo
#

muh epeen is about all I can think of

chrome hound
#

lol all this over the top talk have got me all worked up

rocky badge
#

nice

#

I'm trying to revive vcenter

chrome hound
#

ouch good luck man

rocky badge
chrome hound
#

my dining room table looks like a data center exploded on it lol

rocky badge
#

lol

#

I want another server but parents 😩

chrome hound
rocky badge
#

pfft

#

who even eats a dining room table anymore

#

This might explain some of my problems

clear igloo
#

RIP 😦

rocky badge
#

idrac isn't online either

clear igloo
#

Needs more memories

rocky badge
#

Ok after reseating ram it booted

#

All 64gb of it

clear igloo
#

Nice

rocky badge
#

Idrac still isn't working

waxen scroll
#

i have r710, 300gb

#

want a home lab pic?

#

its not much but its mine!

rocky badge
#

@clear igloo resetting idrac Crab

clear igloo
chrome hound
#

home labs are awesome

rocky badge
green crest
#

I have a question, what is the difference between a moca adapter and a moca to rj45 couple adapter? Do they have the same speeds or no?

wary sequoia
#

Hey, I have a tplink archer c50 ac1200 router. I use my Virgin Media Superhub 3 as a modem. Recently, there have been cut outs that only last for a few seconds but have become very annoying while gaming, because I get kicked out of the game. Is it my modem or my router?

green crest
#

I am no expert in networking, but is the computer connected through wired means or wireless? If it is wireless, maybe you are having a weak signal?

wary sequoia
#

I am no expert in networking, but is the computer connected through wired means or wireless? If it is wireless, maybe you are having a weak signal?
@green crest Not a computer, it’s an every device thing. We use wireless.

#

And by every device I mean literally every device. Alexas go out, Netflix streams turn choppy, Range Extenders cut out too.

green crest
#

Maybe your router has issues

wary sequoia
#

This same issue happened when we used the ISP provided router/modem, but the cut lasted for 10 minutes instead of five seconds.

green crest
#

Only way to know is checking if the modem is working fine

wary sequoia
#

I’m gonna take a guess and say that his modem sucks ass.

green crest
#

If the ISP router still had the same issue, that it is probably the modem

wary sequoia
#

How would we go about fixing this? Would we have to swap ISP or get a replacement router?

#

Router/modem i mean.

green crest
#

Wait, is the Virgin Media Superhub 3 provided by the ISP?

wary sequoia
#

Yes. the TP LINK ARCHER C50 is what the bought ourselves.

green crest
#

okay, so contact your ISP to see if they have a replacement or an upgrade for it

wary sequoia
#

There’s no upgrade, the Superhub 3 has been out for a long while. We’ve also asked for a replacement because it’s faulty, but they didn’t acknowledge it. Seems like this issue happens with a whole bunch of other Virgin Media customers, and the company doesn’t want to help the issue with them either. Unfortunately in my area the only ISP that provides speeds over like 30mbps is Virgin, so I’m stuck with them.

#

Their customer support is bad, and replacement routers go for £50. We’ve been stuck with a £6000 bill for a new roof so we really don’t want to have to spend any more money than we have to.

green crest
#

Maybe the cable that is attached to the modem has issues?

wary sequoia
#

I don’t think so, it’s the cable that came with the new router.

green crest
#

no, the moca cable

wary sequoia
#

The moca cable? What’s that?

#

The cable that connects to the little socket in the wall?

#

Like... the one from underground that the ISP puts down there?

green crest
#

yes

wary sequoia
#

Is it likely that that’s the problem?

green crest
#

Maybe, I had a similar problem like yours where my moca cable was damaged and killed off all internet in my house. I had to change out cables and the modem worked

wary sequoia
#

Huh. Okay. It’s late right now so I’ll check it out tomorrow. Thanks for the info.

green crest
#

okay, no problem. it is probably best to continue asking more people in this channel though, they know more than I on networking.

waxen scroll
#

Jack knows more than I do

rocky badge
#

@waxen scroll @chrome hound So uh

#

My ISP gave me two public IP addrs

#

(that's just the GW in the subnet but 👀)

waxen scroll
#

what subnet?

rocky badge
#

it's a /24 lol

waxen scroll
#

WHAT

#

wait, this is through dhcp?

#

i'd be calling them asking them to set up routing so i can make a DMZ

#

😄

rocky badge
#

yeah it's DHCP

#

now to figure out how to route several VLANs through just one IP

#

ooh ok

waxen scroll
#

should just be a NAT change. IDK pfsense

#

instead of catch all you define the sources

#

that doesnt seem right either

#

why is it two different gateways

#

seems like something is misconfigured on their end

#

you can put unlimited subnets in a vlan if you want.... but.... like that? with DHCP doing different subnets? what?>

rocky badge
#

Wait, are they just handing out DHCP to anything connected to an authenticated ONT

#

Yeah I got it

#

I would legit LAUGH if its that

chrome hound
#

odd setup to have two subnets being issued in the same DHCP zone

#

the RTT and RTTsd seem really him to me

rocky badge
chrome hound
#

thats a lot of vlans you got there

rocky badge
#

lol

chrome hound
#

back to a TiB all ready since I rebooted the router

#

only 22 days

rocky badge
#

pfft 1TiB in 22 days

#

We've done 800GiB in 5 days

#

900GiB now

#

from just getting fiber

chrome hound
#

lol

rocky badge
#

@chrome hound Do you think they just hand DHCP to anything connected to an ONT?

chrome hound
#

who is it?

rocky badge
#

A local ISP

chrome hound
#

possible

#

we do that on our DIA customers

rocky badge
#

Calix 711GE ONT

chrome hound
#

but its all in one range we don't mix them, each Vlan has it'

#

s own IP address space

rocky badge
#

ah nice

#

@chrome hound Should I just try it 🤣

green crest
#

hi, what is the difference between a moca adapter and a moca to rj45 couple adapter?

rocky badge
#

Gonna plug in my PC into that 😂

#

BRUH

#

they gave me another IP

chrome hound
#

@green crest its looks like one is just a media converter while the other seems to have more logic to it

green crest
#

which one is a media converter?

chrome hound
#

the RJ45 version

#

whats your setup?

rocky badge
#

Could I just ditch NAT 🤣

chrome hound
#

I wouldn't if they crack down on you its a pain to go revert

green crest
#

I want to use the moca port in my wall to connect ethernet to my pc

chrome hound
#

whats on the other end of the port in your wall?

rocky badge
#

uh

#

I can see other MACs

chrome hound
#

client isolation is not always a thing ISP's adhear to 😛

rocky badge
#

Lots of Zyxel from their wifi routers

#

bruh

green crest
#

moca

rocky badge
chrome hound
#

@green crest So it seems like you are really talking about a peice of Coaxial cable in your house?

green crest
#

yes

chrome hound
#

well I have no experiance with this, but if that coaxial is suitable it seem you should be able to use a pair of the Ethernet over Coaxial units

#

but it sounds like you need to have the coaxial cable isolated

#

*WARNING: This product WILL NOT work if the coaxial cable in your home is also being used for cable TV and/or Internet Services (eg. Cox, Xfinity, ATT, etc.)

rocky badge
#

@chrome hound "What is NAT"

chrome hound
#

@green crest thats just a wire to wire for line testing

#

Note: these coax straight connectors can't be applied for networking, only for analyzing and testing the BNC line to confirm whether the video conversion function works well or not

green crest
#

oh, okay

chrome hound
#

with out the logic part of the media converter its just noise on the line

rocky badge
#

😬 unbound 1.6.6

#

Local ISP's DNS handed out by DHCP

chrome hound
#

lol

#

well now you can give all your IoT devices public IP's

rocky badge
#

🤣

#

Actually....

#

I could disable NAT on my guest VLAN

#

is that possible?

chrome hound
#

I mean sure you could just pipe it directly out

rocky badge
#

but I still want pfSense between it lol

chrome hound
#

well that is where you are going to run into issues

#

each device would need its own interface

rocky badge
#

oh

#

Just put guest WiFi on VLAN 69 🤣

#

my ONT VLAN

#

I wonder if they'd ever get mad at me

green crest
#

I have a interesting question, is it possible to replace an ISP service with 5G cellular data and with better speeds?

chrome hound
#

in theory sure

green crest
#

in theory? how?

primal ice
#

pair the 5g to a device(laptop or desktop) have the device act as a gateway(share the connection) hook the device into a router. the device paired with the 5g would be pretty much open to the internet though. behind what ever nat the 5g celluar uses.

rocky badge
#

@chrome hound The local ISP tech said they handed off Ethernet for businesses 👀

#

fiber straight into the router

#

or a media converter if needed

chrome hound
#

as aposed to what?

rocky badge
#

gpon and an ont

chrome hound
#

oh i see what you mean

rocky badge
#

They also do MetroE

#

as well as managed UniFi installs lol

chrome hound
#

can't say I have heard of metro

rocky badge
#

one community center here has the local ISP

#

they have UniFi everything LUL

hollow marlin
#

@chrome hound metro ethernet, L2. What most our l2 P2P/P2MP are. It's just l2 with QinQ with 2+ tags and NNI/UNI ports.

rocky badge
#

👀

#

@chrome hound lol found this on a news article about the local ISP

#

a new substation for a city

waxen scroll
#

Meh

#

Fiber shelf boring

rocky badge
#

That's literally the only photo I can find though lol

waxen scroll
#

Muh 100g cienna

clear igloo
#

100g is SOOOOO last year

vernal gorge
waxen scroll
#

it will be "this year" for years to come. its still too expensive

rocky badge
clear igloo
#

Nice 😄

#

88 Clients right now 🙂

rocky badge
#

moar

#

Actually... is this counting MAC addresses it finds from my ISP and ONT

#

From where my ISP doesn't isolate O.o

clear igloo
#

OOOF

waxen scroll
#

maybe that explains the multiple subnet in DHCP issue

#

@hollow marlin muh network loops

#

someone crossed some wires

hollow marlin
#

@rocky badge BY, E7, E9 platforms do port isolation by default. However that is only per blade. If the VLAN is spread among multiple blades you will be seeing those MACs. They'd need to use private VLANs or MetroE upstream.

#

@waxen scroll cannot say my last job had 3 or 4 VLANs that had 10-15 secondary subnets.....

rocky badge
#

@hollow marlin they mostly seem like MACs from other customers? They're mainly Zyxel and other consumer routers

#

There's a Synology, Belkin, and some other stuff

#

There's a Cisco MAC that's not mine, idk if it's the ISP's or another customer

hollow marlin
#

@rocky badge is just customers MACs

rocky badge
waxen scroll
#

🤔

waxen scroll
#

@rocky badge run a mac spoofing experiment and see if you can yank customers traffic

rocky badge
#

lol

waxen scroll
#

i suggest spoofing their gateway

#

do it on the secondary address

#

you can do a quick hit, see if wireshark picks it up and then stop before they have a chance to look

rocky badge
#

lmao

waxen scroll
rocky badge
waxen scroll
#

spoof it

#

😐

rocky badge
#

Lol

waxen scroll
#

@rocky badge another request

#

sniff it for broadcasts from other customers

#

i feel like you might be getting them if the mac table is that full

rocky badge
#

Lmao

waxen scroll
#

i bet rouing is the support person and you dont know it ;p

wary rain
#

Hello everyone, i recently setup a wall keystone jack for ethernet, but now my connection constantly drops and connects. I tried Google ing for a solution. But no luck

waxen scroll
#

sounds like the wire is damaged. rip and replace

clear igloo
#

Or not properly terminated

waxen scroll
#

i found some channel called networkchuck

#

who watches that

#

LTT of networking 🤔

clear igloo
#

He's decent

#

Definitely more high level stuff but not bad

waxen scroll
#

yeah i got bored but i liked the way he was trying to explain switching in a CCNA video

#

pretty clear

clear igloo
#

yah

peak cloak
#

@wary rain you tested the wire after termination?

rocky badge
wary rain
#

@wary rain you tested the wire after termination?
@peak cloak yes i did. Tested it, and it works.but every couple minutes, it disconnects and reconnects, i confirmed that i used type B connector on each point of the connection, but still same issue

clear igloo
#

@rocky badge blobthinking

rocky badge
#

🤔

little schooner
#

😕

#

How did you get 4 ips like that? Pretty neat and free of charge?

waxen scroll
rocky badge
#

Me? I only have 2 of those, the ones ending in a .1 is my isp

#

But ye it's nice

clear igloo
#

AT&T will give me (8) 5 usable static addresses for $15/month or (128) 125 usable for $40/month

little schooner
#

@clear igloo that's for Ipv6?

clear igloo
#

IPv4

little schooner
#

They didn't run out of ips?

clear igloo
#

Not sure what pools they have still but they seem to be offering it, I just don't have a need (yet) 😄

little schooner
#

hm still pretty cool

clear igloo
#

Yah, especially when you consider Comcast charges like $30/month for 1 static address

waxen scroll
#

weird considering they give you a static anyway, as long as your mac doesnt change

rocky badge
#

@clear igloo pog HE gives you a /48

little schooner
#

I thought that was the case. Not for me. The ip expired within a year @waxen scroll

#

I found out after my syncthing setup stopped working. Comcast gave me a new ip for site 2

#

I simply switched it all over to ddns name instead but Comcast was on a roll keeping the ip the same for the longest time

rocky badge
clear igloo
#

@rocky badge 😍

#

But what's the throughput on HE, isn't it pretty low?

rocky badge
#

idk

#

it seems fast

clear igloo
#

Do you have a tunnel to them or are you just getting a /48 from them?

#

I know their tunnels are pretty slow last I checked (which is expected since they are free)

rocky badge
#

GIF

#

so yeah a tunnel

primal ice
#

my he tunnel is pretty fast - good enough for all my web traffic anyways. though its funny all the web sites think I am using a blocker when I am not.

forest ice
#

How do you get signed up for that? How do they hand that off to you?

forest ice
#

Disregard, I got signed up and have it routing on my FW for testing.

forest ice
#

Seems pretty fast compared to ipv4 for me

hollow marlin
#

If you're tunneling v6 to HE it will be slower than v4 unless a specific case where a specific IX in HE is less hops than v4 for the same service.

forest ice
#

I had to disable it for the time being due to netflix issues and trying to figure that stuff out, it just seemed that google-related things were snappier

hard tide
mint viper
#

can anyone help me with freenas

waxen scroll
#

no, i dont believe so. this room is for discussion of network equipment like routers, switches, etc

junior valley
#

Does anyone know of a way to send a notification in pulseway when (minecraft server name).bat is closed?

#

asking for a friend

waxen scroll
#

no, i dont believe so. this room is for discussion of network equipment like routers, switches, etc. server chat is in #tech-chat-2

junior valley
#

ok thanks

rocky badge
#

So it's not a Calix... o.O

waxen scroll
#

i thought they ran fiber into your house

rocky badge
#

Nope, it goes to the outside of our house

tame carbon
#

GPON is lame

rocky badge
#

GPON is fine

tame carbon
#

ISPs think fiber is like copper

#

if you have unexpected attenuation on certain wavelengths, you cannot use that anymore, have to resplice the entire loop

#

from a maintenance standpoint, its silly to consider gpon

rocky badge
#

For AT&T, iirc if the fiber is bad they just run a new one lol

tame carbon
#

yeah but

#

since its basically a trunk line

#

you take down, a lot of service at once

#

to be fair

#

cable cuts

#

are often more than 1 fiber

#

xD

rocky badge
#

They only do that for inside the house/unit

#

Idk what they do from the OLT -> splitter

tame carbon
#

This

#

is very interesting

#

from a security view

#

signal bleeding is already an issue with regular WMD systems

#

But that image above

#

how they have "seperate" broadcast channels

#

for things like video

waxen scroll
#

i mean blobby has the mac addresses of all the customers on his line

tame carbon
#

confirms what I said

#

ISPs treat fiber like copper

#

@rocky badge this is just like coaxial

rocky badge
#

Because AE is more expensive than GPON

#

Lol

tame carbon
#

everyone gets a piece of wavelength to signal on

rocky badge
#

Yes....I know lol

#

Because DOCSIS also uses TDMA

tame carbon
#

yes, one user with a defective diode

#

or

rocky badge
#

I could also see MACs of other customers

tame carbon
#

the wrong configuration

#

jams other users

#

wat

#

really?

#

just their physical addresses?

waxen scroll
#

im trying to get blob to sniff for broadcast

tame carbon
#

hehe, could you snoop on their L2 traffic?

waxen scroll
#

or arp attack

rocky badge
#

lol

tame carbon
#

if you can see conversations

#

then you can do MitM

rocky badge
#

I wanna see if that ETH2 is enabled @waxen scroll

tame carbon
#

take over session

#

who thinks about security in this

#

its just a tube

rocky badge
waxen scroll
#

you should test to see if both go full speed at the same time

rocky badge
#

Adtran also makes a 10Gig ONT lol

#

yeah

#

Problem

#

I don't have a laptop that can do gigabit or has an Ethernet port natively on it lol

#

and I cba to get power for my USB C dock with Ethernet out there or run a long Ethernet cable for this lol

#

@waxen scroll I'd laugh if they're doing rate limiting per IP

tame carbon
#

OOOh

waxen scroll
#

blob gonna find out hes getting all customers broadcasts and it counts as part of his data plan

#

oops.

tame carbon
#

You guys seen what Corning is doing?

#

They are developing cables for various interconnects, but based on fiber optics

rocky badge
#

@waxen scroll There's no datacaps

#

Lol

tame carbon
#

you can literally

#

put your crypto keys on a thumbdrive, then cement it

#

put it deep underground

#

and plug the fiber into your server

#

root certificates, done properly.

rocky badge
#

@waxen scroll I wonder what Cisco device they're using for the gateway 🤔

#

both have the same MAC 🤔

waxen scroll
#

if you can see the mac, maybe you can sniff CDP?

#

🤔

rocky badge
round oak
#

Most likely a pass though cisco device like a cisco cata router that does end to end

waxen scroll
#

or lldp

rocky badge
#

which one 🤔

tame carbon
#

passive

#

you dont want any unwanted attention

rocky badge
round oak
#

Cdp is not gonna work if they have disabled cdp call back

rocky badge
#

👌

#

-------------------------------------------------------------------------------
LLDP neighbors:
-------------------------------------------------------------------------------
Interface:    sfxge1, via: LLDP, RID: 1, Time: 0 day, 00:00:13
  Chassis:     
    ChassisID:    mac 74:83:c2:7c:e0:58
    SysName:      DownstairsCoreSwitch
    SysDescr:     US-48-G1, 5.35.0.12205, Linux 3.6.5
    Capability:   Bridge, on
  Port:        
    PortID:       local Port 46
    PortDescr:    ONT_OUT
    TTL:          120
-------------------------------------------------------------------------------
``` well it found my ubiquiti switch
#

lol

tame carbon
#

@rocky badge if you now spoof your origin

#

you can respond

rocky badge
#

lets disable lldp

round oak
#

Lol

#

Shouldnt lldp be disbale by default?

rocky badge
#

Lets pipe tcpdump to wireshark

round oak
#

Disabled*

rocky badge
#

idrm

tame carbon
#

only MAC address of neighbors I can see, are the ones on my /22

#

other customers of my ISP

hollow marlin
#

@rocky badge Is that LLDP of your WAN?

rocky badge
#

yeah the switch my WAN interface is plugged into lol

hollow marlin
#

Are they seriously using Unifi for their customers?

rocky badge
#

no....

#

that's mine

hollow marlin
#

Oh thats your LLDP config

rocky badge
waxen scroll
#

whats the STP priority? thats another potental thing you can mess with

tame carbon
#

DTP is discos VLAN trunking protocol

rocky badge
waxen scroll
#

LOL its default?

#

set yours to 0

hollow marlin
#

@tame carbon Wireshark shows CDP/VTP/DTP all as DTP

rocky badge
#

😂

tame carbon
#

ah

hollow marlin
#

$5 when BPDU guard knocks out your connection

waxen scroll
#

not just his, prob all of them

rocky badge
#

🤣

tame carbon
#

spoof your mac xD

hollow marlin
#

Calix/Adtran will have BDPU guard at the port edge. If left alone it should just drop Blobs interwebs

rocky badge
#

Wait

#

So I'm using my re0 aka WAN_2, right?

#

oh wait nvm that's within the router

tame carbon
#

I once tried and succeeded to sql inject uni project of another group (4 groups of 5)

#

but then IIS had enough of it

#

and blocked me from all, including my own test server

#

had to go to sysadmin and explain myself xD

clear igloo
#

lol

tame carbon
#

what sane person runs php on windows with IIS

untold fern
#

I have an internet plan that is supposed to give me gigabyte internet, my laptop shows that the ethernet cable runs at around 800 mbps but my desktop only runs at 150ish when i change the ethernet cable to the desktop. Can anyone help me figure out why this happens because I am trying to get at least 300 mbps because it is a requirement for my work.
https://www.speedtest.net/my-result/d/d029bbe1-b31a-4573-8072-6b2c5f2049db
My router and modem support gigabyte speed internet as I rent them from my internet company, my ethernet cables are cat5e, and my motherboard is https://pcpartpicker.com/product/jQqbt6/asus-motherboard-z170med3
I am also attaching my computer specifications in the stats.pdf

rocky badge
#

lmao its already at 310k

clear igloo
#

😄

rocky badge
#

oof http

peak cloak
#

@untold fern are you sure the cable can handle gigabit?

#

you have a laptop?

#

or a cable tester?

untold fern
#

yeah the cat5e cable says is supports the speeds

peak cloak
#

more like cable certifier

untold fern
#

it ran 800 on my laptop and a technician also said it ran around 800

peak cloak
#

yeah, cat5e is on the edge of gigabit, you need to make sure you run it well

#

not next to powerlines

untold fern
#

but they arent allowed to touch my computer or change settings

peak cloak
#

so you have a laptop?

#

We'll run an iperf test on the cable

#

Just set the ip's of the computers manually ( within the same subnet)

#

and then download and run iperf to the other computer

untold fern
#

what site do i get iperf from?

peak cloak
#

that's what I did as I didn't have an expensive cable certifier and wanted to check if an existing cat5e cable could handle speeds between my upstairs and edgerouter

#

You know how to use cli?

untold fern
#

I have no clue how to use cli );

peak cloak
#

I assume you are windows?

untold fern
#

yes windows 10

peak cloak
#

so just SHIFT rightclick on the folder containing the iperf binary and click open in powershell

tame carbon
#

@untold fern have you got machine plugged directly into the router?

#

oh

#

nvm

#

I was scrolled up

#

a mile

#

have you established he's using TBase1G?

#

its either all 1G

#

or 100M

peak cloak
#

and then run .\iperf3.exe or whatever the name of the binary is, that should open up the help menu

#

true

tame carbon
#

there's no "halfway"

peak cloak
#

yeah

tame carbon
#

the 800

#

sounds about right

#

from what you expect

#

1G

#

speedtest is garbage

#

my box can do 10gbit/s only gets 2-3gbit/s on speedtest

rocky badge
#

Sounds like a speedtest server you're connecting to issue

peak cloak
#

what type of speedtest?

rocky badge
hollow marlin
#

Speedtest by default uses mulistream now. So its not just a single server test

rocky badge
#

^

tame carbon
#

oh

#

need to update script then

rocky badge
tame carbon
#

I have that yes

#

but its not installed through package manager

#

so I have to remove that first

#

and...

#

Im fresh out of effort right now

#

@peak cloak gigabit lan should test with iperf, at around 972-990~

#

Ronin, on your desktop, can you see what the link speed is currently?

untold fern
#

how do i do that

tame carbon
#

open control panel

#

the old one

rocky badge
#

windows key + r

tame carbon
#

oh there's shortcut for network & sharing center?

rocky badge
#

ncpa.cpl

tame carbon
#

yeah ^ that

#

put that in the run menu

untold fern
rocky badge
#

double click that ethernet interface

tame carbon
untold fern
tame carbon
#

gigabit

#

works

untold fern
#

yeah but speedtest says i only get 150, im trying to figure out how to download iperf to see if the result is different

peak cloak
#

Yeah, so try the iperf test on the cable

peak cloak
#

Could be interfere, idk

untold fern
#

does windows 10 work with iperf?

peak cloak
#

Yeah

tame carbon
#

get iperf3

peak cloak
#

It's cli, so double clicking on it won't do anything

hollow marlin
#

CLI is the only way to go. If you want GUI you need Jperf

peak cloak
#

Oh that's a thing

untold fern
peak cloak
#

Yep now open the iperf-3.1.3..... folder in powershell by going back one directory and shift right-click on the folder - open with powershell

tame carbon
#

odd

#

I can't connect to HE's iperf3 server

untold fern
#

it doesnt give me an option to open with powershell

tame carbon
#
E:\Downloads>iperf3 -c iperf.he.net -p 5201
iperf3: error - unable to connect to server: Connection timed out
peak cloak
#

@untold fern SHIFT right-click

tame carbon
#

Ronin, hold shift, and right click the directory you are in, not the file

untold fern
#

@peak cloak if you have teamviewer, I can just give you a code so you can control my screen

tame carbon
#

oh hello watermark

untold fern
#

i used open powershell window here

tame carbon
#

yeah

#

now type

untold fern
tame carbon
#

iperf3 -c iperf.he.net -c 5201

#

that uses Hurricane Electric's testserver

untold fern
tame carbon
#

wat

#

type

#

cmd

#

then try again

rocky badge
#

.\iperf3.exe ....

tame carbon
#

garbage powershell

untold fern
rocky badge
#

You have to put .\ before the executable

tame carbon
#

so many hoops

#

yeah..

#

or that

#

even CLI is painful on windows :(

peak cloak
#

@untold fern do powershell like before

#

Just put .\ before

rocky badge
#

If you start typing and then tab, it'll auto fill in stuff lol so you don't make silly mistakes like that

peak cloak
#

Like this .\iperf3.exe

untold fern
tame carbon
#

yeah

peak cloak
#

Yep

tame carbon
#

full line is

#

.\iperf3 -c iperf.he.net -p 5201

untold fern
tame carbon
#

I edited it

#

sorry,

#

xD

untold fern
#

i changed it to p and its not loading

tame carbon
#

is HE's server down?

#

wat

peak cloak
#

@tame carbon my original idea was to do an iperf3 test between LAN. So on each side of the cable instead of to wan since he said it worked at the modem

tame carbon
#

well, might as well use public one

#

I found one thats alive

#

but does only 100M -.-

#
E:\Downloads>iperf3 -c ping.online.net -p 5207
Connecting to host ping.online.net, port 5207
[  4] local 192.168.88.91 port 52119 connected to 62.210.18.40 port 5207
[ ID] Interval           Transfer     Bandwidth
[  4]   0.00-1.00   sec  11.1 MBytes  93.2 Mbits/sec
[  4]   1.00-2.00   sec  12.0 MBytes   101 Mbits/sec
[  4]   2.00-3.00   sec  11.9 MBytes  99.6 Mbits/sec
[  4]   3.00-4.00   sec  11.9 MBytes  99.6 Mbits/sec
[  4]   4.00-5.00   sec  12.0 MBytes   101 Mbits/sec
[  4]   5.00-6.00   sec  11.8 MBytes  98.7 Mbits/sec
[  4]   6.00-7.00   sec  12.0 MBytes   101 Mbits/sec
[  4]   7.00-8.00   sec  12.0 MBytes   101 Mbits/sec
[  4]   8.00-9.00   sec  11.8 MBytes  98.6 Mbits/sec
[  4]   9.00-10.00  sec  12.0 MBytes   101 Mbits/sec
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval           Transfer     Bandwidth
[  4]   0.00-10.00  sec   118 MBytes  99.3 Mbits/sec                  sender
[  4]   0.00-10.00  sec   118 MBytes  99.3 Mbits/sec                  receiver

iperf Done.
#

I have 250M line

peak cloak
#

@tame carbon nah since itll give you max speed on the cable / nic. Public servers are limited by WAN

tame carbon
#

that doesnt make sense

#

server here is advertised with 10G

peak cloak
#

Ik but you are limited by your own wan speed

#

I wanted to test the cable specifically

tame carbon
#

?

peak cloak
#

To see if that was the problem

tame carbon
#

these iperf servers are crap

#

I am just starting to realize

#

half of this list, doesn't work

rocky badge
#

Public iperf servers are worse than speedtest

#

Lol

peak cloak
#

I wanted to see if his cable was the problem

rocky badge
#

Which is why barely anyone uses them

peak cloak
#

Yeah I only use iperf3 for LAN speedtests

tame carbon
#

I use it to verify cable runs lol

#

I dont have a fancy cable tester

#

but usually

#

you can just do some traffic on the line

#

and see if has any errors

peak cloak
#

I have a cable tester, those are cheap

#

Cable verifiers on the other hand are like 200 bucks

#

Those actually test for speed

#

So I just use iperf for that

tame carbon
#

I've gotten gigabit by reusing old phone wires in a house

peak cloak
#

And that's what I wanted @untold fern to try

tame carbon
#

you need two lines

#

xD

peak cloak
#

I don't even have phone lines

#

Just coax in the house

tame carbon
#

ew

peak cloak
#

And 3 cat5e lines

#

Well now there's more

tame carbon
#

@peak cloak on my old address, I had the worst ADSL line ever

#

4km copper

#

and 3.5mbit/s

#

they had to fix so many problems

#

like a loop under the driveway, with a powerline right underneath

#

causing issues, because our neighbor had an old faulty nas, with the power brick still plugged in

#

the tech guy who came to fix it, was like the 7th to try

#

he came in with a DIY FM radio receiver

#

walked around the house

#

rang the neighbor (was business office) asked if he coudl come in

#

walked straight to the back, unplugged the power brick

#

8mbit/s

waxen scroll
#

@rocky badge sniffy sniff sniff

tame carbon
#

I don't have any screenshots from the modem

peak cloak
#

Wow

tame carbon
#

Coaxial is much worse in that regard

#

one faulty device

#

can jam the entire cable

#

This drop so sick

rocky badge
#

another shit NVR

#

in their shit Protect lineup

#

that runs shit RAID 5

tame carbon
#

what

#

for video?

#

are they insane?

#

what do you need parity for lmao

#

its video

rocky badge
#

....

#

you probably want fault tolerance from a failed disk

#

especially if it's your nvr

peak cloak
#

^

rocky badge
#

but THAT NVR?

#

or ANY UniFi NVR?

#

they're all shit

tame carbon
#

just put that on a vm in your closet

#

small setups dont require that much cpu

rocky badge
#

Some people prefer/require dedicated hardware

tame carbon
#

old school

#

surveilance server

rocky badge
#

And if its something critical like a NVR

peak cloak
#

I mean if you have a lot of cameras then a dedicated nvr is a must

rocky badge
#

^

#

We have 40Gbps to our NVRs

tame carbon
#

do you host reality tv?

rocky badge
#

nope

#

They're just R730xds lol

tame carbon
#

one camera for every toilet stall

#

how much is that per stream?

rocky badge
#

Each NVR handles around 1000 cameras

#

There's 3 of them

tame carbon
#

thats a lot of bathrooms

rocky badge
#

Because its at max ~30-40 per camera

tame carbon
#

Nice

#

Yeah, cams I have here do only 8mbit/s

#

mostly because I underestimated the requirements

#

I run 4 cameras here

#

1444p

#

I forget what codec

#

but the one that you can just passthrough to disk with no processing

rocky badge
#

Well we also have to handle streaming to the AI appliance

tame carbon
#

yeah if I open that

#

server load doubles lol

rocky badge
#

So 40Gbps for incoming streams

tame carbon
#

but luckily we only have one machine that does that

rocky badge
#

10Gbps for compressed/selective AI appliance

tame carbon
#

what do you use for processing?

rocky badge
tame carbon
#

propietary OS?

#

or built ontop of linux?

rocky badge
#

Yes

tame carbon
#

or both

#

xD

rocky badge
#

Well, it's on top of Linux but it's proprietary

#

a shit ton of these

tame carbon
#

damn, 2012, when IoT was in its babysteps

#

sorry, offtopic but I just saw this xD

#

I've seen the videoclip of that song, just never the actual device that was used to render on

#

See More in the Dark

#

ok

#

u go first

#

@rocky badge I didnt even know there's a Vandalism rating

#

Vandal resistant with IK10 impact rating

#

IK10?

rocky badge
#

20 joules resistance

tame carbon
#

oh

#

xD

#

ok

#

I thought it would be classed

#

like with IP

#

what is a "Spring hammer"

#

jackhammer?

rocky badge
#

lol

tame carbon
#

SOAP?

#

isnt that just

#

HTTP

rocky badge
#

it relies on http

#

its a messaging protocol

tame carbon
#

which is also listed

rocky badge
#

but it relies on an application layer protocol

tame carbon
#

hmm

#

k technically you're right

#

but doesnt mean soap gets to deserve the honor of being one

#

you have no idea how many braincells I've lost

#

over implementing clients for government APIs

#

documentation out of date

little schooner
#

@rocky badge onenote or wiki for lab documentation?

rocky badge
#

@little schooner I'd do wiki personally

little schooner
#

@rocky badge Is there one you recommend personally? or I should just go looking

#

The prof isn't reading my onenote docs and I think he'd rather use a website to read docs

rocky badge
little schooner
#

ohh neat

#

awesome

rocky badge
#

Ye i like it

peak cloak
#

Oh, I need to get wiki up, that one seems nice

rocky badge
#

Yeah

waxen scroll
#

@little schooner sharepoint

little schooner
#

@waxen scroll not free though

waxen scroll
#

That's fine. It's a company lab anyway

little schooner
#

He doesn't like spending money

#

@waxen scroll But I like it though

waxen scroll
#

Your school should already have one

#

MS for school is practically free

little schooner
#

@waxen scroll hmm. I'd have to check with him. Last time he told me the school stopped paying for his department to have access to that stuff

#

Unless he was referring to Microsoft imagine. I'm not too sure

#

He's fighting the supervisor for licensing

rocky badge
#

🤢

waxen scroll
#

sorry blobby

#

its what 90% of companies use for documentation. he should learn it

#

nobody has time to learn how to manage a wiki

#

easier to let systems team admin it and you just provide content

vale reef
#

wait is this at a school

waxen scroll
#

@little schooner all of your documentation should be versioned, approved, and audited as well.

vale reef
#

sharepoint is free for schools at the most basic plan im pretty sure

#

with onedrive and office apps

waxen scroll
#

sharepoint is also free if your companies finance people have a backbone. like if you have an azure agreement usually you can bully MS into free O365 if you're a larger customer

vale reef
#

i love sharepoint

#

lmg uses teams so they might use sharepoint 😳

#

but i think they mostly stick to their local network servers

waxen scroll
#

teams grew on me. freaking hated it at first

#

still dont fully like it, but its doing the job

vale reef
#

i prefer it to the other options ngl

waxen scroll
#

its more convenient than webex

vale reef
#

yeah

#

the sharepoint integration is literally god tier

#

i love sharepoint

waxen scroll
#

i laughed cause webex was having disconnect issues for like 2 days and most of us just switched to teams perm

#

so i wonder how long until the company kills it

peak cloak
#

my college still uses webex

little schooner
#

@waxen scroll good things to know. Thanks

#

Yeah webex was very unreliable for our university

#

They moved to blackboard collab

vale reef
#

i just looked at wiki.js and it looks so cool

waxen scroll
#

@vale reef at this point in my career i dont want to manage it and I want it to just work

#

let the sys admin do it

vale reef
#

thats the advantage to sharepoint lol

waxen scroll
#

😄

#

@rocky badge your #1 question you need to ask daily when in IT

#

what do I have to do in order to not support anything anymore?

#

your goal is to get max pay while doing as little support as possible

hollow marlin
#

Supporting all kinds of things was cool at first until you have real stuff to do. Is it networking? No, open a ticket with IT

waxen scroll
#

yep

#

and its possible to still be technical and do no support

#

i dont consider tier 3+ escalation support

#

as long as its not every week

#

@hollow marlin im completely unimpressed by equipment and datacenters at this point

#

give me the CLI/GUI whatever and we're done

#

someone else can rack it

#

cables? whats that.

hollow marlin
#

give me the CLI~~/GUI~~ whatever and we're done

waxen scroll
#

;p

#

@hollow marlin i dont even want to config the damn thing TBH

#

i give my config scripts to anyone i can

#

i leave work at 4pm... someone else worries about the maint window at 10pm+

#

i know blob thinkin im crazy but thats when you make 6 figures

#

@rocky badge its called taking the hammer and knowing exactly where to hit

thick minnow
vapid dune
#

should've gone z2

little schooner
#

I only have access to raid 0

peak cloak
#

Need to get myself a NAS setup for local backups and logs

waxen scroll
#

You know what's better than a nas? Local storage on your main computer shared to others as needed

little schooner
#

@waxen scroll that's what I got at home. But it isn't rack mountable and it's a tower. I really should replace it

waxen scroll
#

Why would you nuke your file performance with a nas

#

Local storage is king

#

Let your crappy devices take the hit, not your main pc

#

@little schooner plus you save power bills depending on the situation

little schooner
#

@waxen scroll I was thinking at least an 8 core amd mini pc with 10g port and running on power saver mode

#

I can manage to pull 10gbps over it still. That's the ideal scenario

#

Thing is that companies love charging a lot more for sff and even then they use terrible cpus in them

#

The logic is baffling but from business perspective it makes sense.... For them only

green crest
#

How can I check how strong my 4G lte connection is

thick minnow
#

usage is multiple devices and coverage of 1500 sq ft

peak cloak
#

not really familiar with all-in-one home routers

tame carbon
#

TeePee

#

@peak cloak they all suck

#

with ddwrt slightly less sucky

faint rampart
#

Hello, so i presume that server stuff go under this category right?

tame carbon
#

depends who you ask

faint rampart
#

When i request headers from my github page, it gives me 'null=[HTTP/1.1 200 OK]' And alot of other headers ofcourse. Why is it named null? Is there a name for this header?

#

TL;DR Whats that headers name?

tame carbon
#

wat

#

headers

#

using what

#

Need a bit more context

faint rampart
#

i request headers from my github pages site via java's httpurlconnection, and i wonder what this header is called: 'null=[HTTP/1.1 200 OK]'

#

HTTP Headers

tame carbon
#

RIght, so you're doing an HTTP request in java

waxen scroll
#

@tame carbon knows me too well

tame carbon
#

@waxen scroll where do software problems end? And where do network issues start?

#

Layer 7 is very convoluted sometimes

#

But it was a layer 8 issue this time

waxen scroll
#

the room is for network equipment discussion only, per the subject, so if you start talking layer 7 it better be because you have an issue with a riverbed wan accelerator and not your PHP script for TikTok2

#

😇

tame carbon
#

technically, its the other way around

#

both are software problems

#

just one, can be outsourced to network magicians

#

but your tiktok example suffices

#

xD

waxen scroll
#

surprised nobodys been in here with an F5 problem

charred meadow
#

I just got a juniper EX2200 PoE switch. I'm trying to connect to the serial console. I have a USB to RS232 DB9 serial adapter. The switch has an RJ45 jack for serial, is there a specific apadapter I need? Or would the startech one where you set the pinout yourself be best?

tame carbon
#

I bought a generic 'cisco compatible' USB to RJ45 (UART) cable

#

but the pinout is standard

#

if you have db9 to rj45, just try it out

#

worst case, you get some garbled symbols

charred meadow
#

but the pinout is standard
@tame carbon Amazon definetly sells non standard pinouts.
worst case, you get some garbled symbols
That's what I got with the one I'm returning.

tame carbon
#

have you double checked parity settings and data rates?

#

databits, stopbits etc

charred meadow
#

I checked the pinout against what Juniper specifies.

tame carbon
#

Yeah, but its still serial

#

you have to make sure you have the right settings dialed in

charred meadow
#

The pinout was completly different. Checked with a multimeter

tame carbon
#

well damn

#

Got soldering iron around? xD

tame carbon
#

mine looks identical, minus the brand on the cable

#

They claim