#networking
1 messages ยท Page 284 of 1
Try with UDP and bi-directional
iperf3 doesn't support that?
You're from US right ?
yep
try the HE one
HE has a iperf server but it seems to work only over ipv4 surprisingly
can't ping it over v6
Does anyone know if a minecraft servers uses a lot of bandwidth?
Hosting one
for me its not working xd
yeah that only works on v4 it looks like
can't even ping it on v6
Oh
hrm have your router open with top and see what its doing when you use the pi with iperf ?
yeah now I think it's the router
cpu usage never went above 3%
huh there seems to have been a hotfix update
I think it may be hardware acceleration interfering
check your rules too for that vlan are you traffic shaping on it ?
nope, idk what that even is
like firewall rules etc
nope
iperf3 does support UDP, you need the bandwidth flag though and can be sporadic
ah
same issue
what's weird is how it starts, and then just stops
@thick minnow 2mbit/s per player
There is a bandwidth flag you need to set to gig. UDP defaults to 1
@thick minnow chunk data is considerable. When a player loads in at standard chunk render distance, they load about 440 chunks. Which is roughly 5MB
I still think this is a connection issue as mentioned yesterday. The retries and then nothing show that
@peak cloak try to this one iperf.airstreamcomm.net
Lol
but it's not a tunnel issue, because on the router directly it's fine?
Did you reboot your pi after they refreshed your tunnel ?
Yeah I don't think its the tunnel, looking at the PCAP yesterday, its just not getting the ACKs
I don't think that will do anything but I'll try
I'll try updating the firmware and disable hw acceleration later
I don't think its the PI based on it working locally just fine
yeah
Ik but for being 100% sure
iperf3 -c iperf.airstreamcomm.net -p 5203
That seems like a good server
ok
did you create the firewall rule like they ask ?
lol
I though boop not working ๐
both
@peak cloak it sets up an interface basically
client and router
I had to configure NDP locally and set up the ipv6 firewall
since you have two of them, one for each protocol
@peak cloak I didnt use dhcpv6
router just announces the prefix
yeah me neither
idk the proper way to do this on the ER-X, but I just set a prefix on router-advert
yeah my pfsense box uses dhcpv6 it doesn't use radvd
though I could set it up to. but why.
My pfsense use both
@peak cloak you have one of these configured? https://i.imgur.com/koiu1pR.png
address 2001:470:____:111::1/64
address 10.0.10.1/24
description "IPv-6 Test"
ipv6 {
router-advert {
prefix 2001:470:____:111::/64 {
}
}
}
}
@tame carbon
@peak cloak in that router advert block, add another field: send-advert true
If its like Junos/vyos, the moment RA is set it will begin advertising
no there is a FW
address 2001:470:____:111::2/64
description "HE.NET IPv6 Tunnel"
encapsulation sit
firewall {
in {
ipv6-name WANv6_IN
}
local {
ipv6-name WANv6_LOCAL
}
}
local-ip 173.63.______
remote-ip 209.51.161.14
}
I think this works
directly on the tunnel?
since that is essentially my ipv6 WAN interface
then.. I am confused, what is not working?
yeah can you elaborate?
Ok so on a speedtest from Internet <-> Local Device Pi I get this
on router directly I get this
locally I get this
I don't have any local firewalls for ipv6
just on the tun0 interface
ok and where is your default route?
IPv6 Routing Table
Codes: K - kernel route, C - connected, S - static, R - RIP, O - OSPF,
IA - OSPF inter area, E1 - OSPF external type 1,
E2 - OSPF external type 2, N1 - OSPF NSSA external type 1,
N2 - OSPF NSSA external type 2, B - BGP
Timers: Uptime
IP Route Table for VRF "default"
S ::/0 [1/0] via ::, tun0, 20:18:36
C ::1/128 via ::, lo, 20:34:28
C 2001:470:a:111::/64 via ::, tun0, 19:08:40
C 2001:470:b:111::/64 via ::, eth4.10, 20:32:58
C fe80::/64 via ::, tun0, 19:08:40```
just pasted text
I can ping the internet though
S ::/0 [1/0] via ::, tun0
lol @peak cloak did you know, that is less efficient ;)
public internet is only 2000::/3
1/8th of total address space
ยฏ_(ใ)_/ยฏ
that makes routing table smaller
that was in the HE instructions
@tame carbon ```protocols {
static {
interface-route6 ::/0 {
next-hop-interface tun0 {
}
}
}
}
that is how the config looks like
can you try ping me? ping -6 test.shieldmc.net
I would prefer not to
it works
PING test.shieldmc.net(2606:4700:3030::6815:41a6) 56 data bytes
64 bytes from 2606:4700:3030::6815:41a6: icmp_seq=1 ttl=59 time=8.09 ms
nice thanks
@peak cloak can you try ping6 -f -s 1420 iperf.scottlinux.com.5201
I have ultra long ip xD
Just dont let it run too long
name or service not found
never gonna remember that
if I get rid of .5201
ping: cannot flood; minimal interval allowed for user is 200ms
sudo time
189 packets transmitted, 183 received, 3.1746% packet loss, time 286ms
yeah copy pasted and forgot the 5201
bad route?
can I ask he for another ipv6 subnet for my home?
you can have like 6 tunnels iirc
you said you have /48
oh yeah you can have 5 tunnels
5 tunnels
ya but my server ip v4 and my ipv4 are different
thtas why I ask xD
I saw that you can only add 1 ipv4
I have a /64 for now, want to get this issue fixed first
I have like 5 networks on ipv4 connected to my router
no, 6
two public, others private
@hollow marlin out of curiosity, can you use the .0 in a /29 ?
Like, I have an address space of 8 addresses, but I put the router .1
I had once IP that had .0 at the end
Was surprised that was the first and the last time I saw it
No, not when longer than a /23
@hollow marlin My ISP routes my subnet directly to my WAN, its a bit of an odd setup
but a /29, should at least be 6 useable addreses, doesn't .1 is the router and .7 is broadcast
what about .0 lol ?
.0 is the network
its a marker, cannot be used
bollocks
div by zero
nah, these are just and operations
@hollow marlin I'm determined to find out now
going to ping assuming that IP
works?
10.1.1.0/29
mask is: 11111111.11111111.11111111.11111000
Hence 10.1.1.0 is the network address, its an unusable address
then explain that ^
Move to the next and 10.1.1.8/29 is the next network address.
Do a torch while pinging
aye
@hollow marlin yeah I see a reply from their machine
from 1.1.1.1
and it replies to my WAN ip
@hollow marlin my isp has some strange internal virtual routing thing going on
How can I take mtik configuration backup?
Files and backup?
I want a readable configuration backup
wait
Before I kill it with ipv6
what is 3.0.0.0/8 ?
inb4 its NSA knocking my door
dST is all the same https://i.imgur.com/l2Qfcea.png
@hollow marlin ^
1.1.1.1 is the one
it just replies to my public WAN
thats how my ISP routes these addresses to me
@lean pebble ok what about 3.8.0.0 ?
lots of pingings
I think all the 3.0.0.0 is amazon
@hollow marlin so I know this works, I've tried this before
I am just wondering
do I get in trouble, if I do this? xD
I use https://bgp.he.net/ to check what IP is what
I just use whois
yeah, but he gives more info
And I had vps in Amazon with 3.0 something
3.8.0.0/14 is Amazon Data Services UK
Ya
I think all 3.0.0.0/8 is amazon
/8 is the lowest right ?
Higher IP count
No /4 or something
there should be a special like 2001:ff:ff:ff:ff:ff:ff:ff
/8 first octet /16 second octet /24 third octet
where like, the raw unfiltered screams of the internet can be heard
like, a broadcast
but really broadcast
lol, and then we plug that into the former pres.' phone xD
I don't think thats possible. I think Mikrotik is pulling some shenanigans
@hollow marlin I just assigned the address to an interface
and tried pinging it
didnt work
no reply
I don't really see why it wouldnt work
as it should
I get that its network
but 0 should still be valid from a routing standpoint
or I just thought about this wrong from the beginning
Agreed, but that is the subnet identifier, specifically the network id. It cannot be used by host and is reserved
lol a /29 is a pretty gross waste of IPv4 then 
host bits = all zeros = network id = reserverd
host bits = all 1s = broadcast = reserved
Just how it was designed
25% waste
- 1 for the router
though I guess I could still NAT some things
on the .1
then 5 addressable hosts
Yeah, but it was carried over to v6 as well. It has a purpose at the software level but cannot remember why. Its just an identifier to notate that this is a network, not a host when it comes to routing
@hollow marlin from a logic standpoint
if you mask a /24 network network
you basically just blank out those first few bits
so whatever comes after, is the address space of that subnet
invert them, you have the broadcast address
but there's no actual use other than that
@hollow marlin wait
@hollow marlin I get it
you can't discern between a /28 and a /29 otherwise.
you need that blank spacer to match your routes when iterating in code
crystal do you have he on mtilk right?
ye
I'm trying to make it work with the new tunnel I got on my mtik and their commands
I think I'm missing something
@lean pebble do you have this in the menu ? https://i.imgur.com/BgVu2X3.png
yah
no error just don't see any traffic on this interface or any device that get ipv6
is there an interface listed there?
yah
in prefixes? nope
ya
click on that
in the same tab right?
is that active?
oh the interface it self active ye
if you go to ipv6 addresses do you see your prefix?
yap
should be two of them
one is the one on the sit1 interface
and the other is your own prefix on whichever bridge you use
yap
for some reason I have 4 prefixes here
in addresses
3 of fe80:: and one from he
fe80::3:5 something like this
on ipv6 you have both link-local and public ip
what's the purpose of link-local?
when you have a public ip
@peak cloak its used for SLAAC
once you have a public ip, I dont think the link local is used
SLAAC is router advert right?
@peak cloak the nic generates this on startup
independently
its only used for local communication
@tame carbon i had to scroll through my notification log to find your ping lol
About modded mc, i think i will test out vanilla first on @lean pebble's server
Then we'll see how it goes
inbox exists fyi
I wanted to host a modded server again, maybe for like small group of people, like 4-5 max
ah
How much ram?
I can give it like 8gb
I don't really play that much MC
the create mod seems cool
@static knoll yeah but not with 200 mods.
@peak cloak idk, I just think its wicked to automate things with lua
with the amount of machines you can build, comes a huge amount of pipes and automation
lua... I have bad experiences with lua
and you can build massive factories
@peak cloak well you dont have to
you can just use logic gates
Automation is lit
the thing is, I can build insane things in this
Best thing of mods is automation
anyone have experience in packet tracer?
but its boring if there's nobody else there to be in awe xD
on XPlane most aircraft are made with something called SASL or xLua which are both lua and single threaded. This creates BAD performance
ikrrrr like you work so hard and no one sees
only some devs know how to actually build native code
the plugins are dll's
and aircraft are basically plugins
I had a fluid cow farm with like 15 cows on my Aternos POL server
yeah probobly someone has some here
keep getting only the local
Had so many ranchers
@lean pebble make sure ND is enabled
enabled
@tame carbon what modpack would it be
@static knoll i dunno, like, this would be a decision up to the people who want to play
I'll keep it running for as long as people play on it
Hmm
Like
if I commit
I can build something over months
I havent had much luck with the newer versions of the game
like 1.10 and 1.7 are still the best imo
@static knoll yeah idk about any of the new stuff lol
the vanila server I help operate is on 1.15 I think
cave update is going to be cool
Ah
Cave update is cool
and its so much more stable.
and what about 1.12 ?
Hmm
this has the new thaumcraft 6..
What is thaumcraft?
Oh it's like magic tech
yeah
its really cool
@static knoll with thaumcraft and thermal expansion installs
I think we can 5x our ores lol
you can automate cows with a bucket and a dispenser.
Hmm
Issue with ATM packs is all of the enemies
I don't like too many enemies
Vanilla enemies with armor is already enough lol
stupid curseforge
cant load a modlist
fine. downloading a 150mb file takes 3 secs anyways.,
Lol
Regardless I'm looking to get some quality minecraft time in this weekend since it's CNY
@static knoll any suggestions?
Hmmmmm
Let me think
Literally just got to my PC
@tame carbon You've done FTB revelation before?
Nah, but looking over it
Its got, most important mod of all: applied energistics
other major ones I know how to play:
@static knoll lets go pm lol
I'm lost with mtik and ipv6
Take your time to check it
Aight
Ya 3:34am
OOF
don't we just love scanners
trying to setup this stupid thing
it's webui sucks
constantly breaking
can't even enter a password
SANE is INSANE
i upgraded my network, and i want to upgrade my wireless card, any recommendations?
For a desktop?
Don't know anything specific. Look for anything with 802.11ax capabilities, and with an intel chipset
I mean if he/she doesn't have a wifi 6 router there's no point to it
AC should do fine
I also like to look for chipsets that are nativly supported
with no additional drivers needed
especially on linux
i do have a wifi 6 router....
oh then yeah a wifi 6 card then
That looks solid. Can't confirm if its an intel chipset, but otherwise it looks good @quartz gate
Looks fine. Looks like its the same pcie card, just different heatsink and antenna
anyone know anything about SANE, I get this error: Error opening device: opening device 'airscan:w0:Panasonic Panasonic Document Scanner KV-S1057C MK2': Error during device I/O
is this a permissions issue
No, looks like an I/O issue
Is it a supported device?
But is the device supported by sane?
wdym? those are SANE drivers
What is the scanner?
Because I'm seeing a whole lot of "Unsupported" and "Untested" under panasonic scanners
The drivers might be there, but the API can still be incompatible. That would be supported by the fact you had I/O errors
Me neither
anyway I have to go
Tried both stock and optifine
gn
gn
tracert to the server seems you could be getting packet loss or high ping
@static knoll
@static knoll @primal ice that big jump in latency makes sense. 121.100.5.10 is Indonesian, and the next hop is German. Thatโs a normal latency gain for under water cable / satellite.
And a couple dropped icmp packets arenโt a big deal, especially since the rest were fine.
I said might :p
My guess would be something along the way dropping your connection state, and resets your connection, dropping you, and causing the flapping.
Yes
So I can't do anything about it?
probably not
hmm maybe
i will probably just wait for my mom to come back and see if her cellular ddata works
ive had thee same issue and it was fixed with cell data
which would be a routing issue :p
well with the log you posted you were getting disconnected did not see any sort of problem til your third hope in the trace. which means its either in your ISP's network, or somewhere else. vpn should allow you to see if it still happens or not.
if it still happens with a vpn its most likely happening in your ISP's network. and then you can call them and complain. Yo Ever time I try to connect to my game server I get disconnect check my lines.
any recommendation for free device-wide W10 VPNs?
tunnelbear is sort of free would work for testing
wtfast has a 30day trial.
I would use both of em see what happens.
aka do tracert with both active. see if you get disconnect etc
well one at a time of course.
hmm ok
I have finally convinced my parents to let me replace this which is the one provided when we had fibre connected https://support.huawei.com/enterprise/en/access-network/echolife-hg8240h-pid-8952145#myCarousel
EchoLife HG8240H Access Network: Access product manuals, HedEx documents, product images and visio stencils.
This router looks sucky from the desc
Itโs not the router itโs just the optical network switch which translates the fibre signal to one readable by the isp provided router
But yeah itโs pretty bad
Ah
Itโs not a great gpon plus itโs Huawei
IPv4 is faster?
Ya
He don't have tunnel in my country
So I took Germany because it the closest
80ms with v6
Ipv4 to Germany I get 50/60ms
Professional gamer or stock trading?
I currently have the virginmedia 1gb network package and the tplink Archer AX11000 router been looking at getting a 10gb network card and switch. Would there be any improvement will i need the switch to use the card
you would only get 10gb for your lan, won't improve your internet speed. or wifi speeds. would help if you had a plex server or NAS with sas drives or nvme raid cards running .
would the switch at least help with stability
wired would help with stability.
also if your wifi signal is low adding Access Points with wired back would probably help - are you using all 8 ports of tp link?
https://www.engeniustech.com/engenius-products/802-11ax-4x4-managed-indoor-wireless-access-point/ one or two of those and antenna signal strength adjustments would help improve stablility.
tplink archer
danger zone
Really?
can that thing even handle full gigabit?
@thick minnow my biggest problem is the misleading marketing
and the fact that, I've been googling for AX11000 test results
and I can't find any.
Ah okay
reviews here say
it caps out at around 800-900mbit/s
cpu bottlenecked.
@copper hinge there might be better alternatives for 1gbit/s internet
that tplink router is overpriced and shit.
@thick minnow its so annoying lol. all these review blogposts, only review the wifi
nobody does a routing throughput test
like, it has 2.5G interfaces, but how fast can it route data between two bridges
That's honestly something I haven't thought about
most of the time, if you buy a cheapo gigabit router
it will cap out around 300-400mbit/s
Real routers do. SOHO ones rarely will.
@thorny vector yeah, when you compare this $399 device
to an RB4011, you pay 1/3rd
for 4x the performance
@peak cloak https://www.youtube.com/watch?v=pwKRbsDbxqc
Minecraft, but I hacked into the OfflineTV server. This was INSANE.
WATCH ME LIVE โบ https://www.twitch.tv/ottomated
support me on patreon โบhttps://www.patreon.com/ottomated
follow me on twitter โบhttps://www.twitter.com/ottomated_
join my discord โบhttps://discord.gg/9mwuVNA
0:00 Introduction
1:01 Coding
29:29 Gambit Time
42:20 Conclusion
Hope...
This guy wrote a websocket server in node, to remotely control an army of turtles ingame
this guy is crazy lmfao
he wrote a crafting module and instructions on how a turtle can make more of itself
and replicate
nice
Use game mode 1 for creative and fly up
Can I make pppoe server on my pfsense and connect it to my home router? ๐
I thought pppoe is L2? Just do it over a VPN
make vpn link
Nah VPN will make my life slower
I need to cancel my ipv6 at home
I can't surf to my websites while I have it enable.
At least not on wifi
huh?
Ya
I have the router routing bandwidth issue
Maybe I need to tell them to reset my tunnel ?
I mean you said your ISP connection is bad
Because sometimes it works and sometimes doesn't to specific websites
do a ping to their ipv4 address
Ya but not that bad
๐
72
To he ipv4
Well I think I'll change the tunnel to uk or nl lower ping
I'm in creative lol, commands get sent through but i get timed out
Weird
Can I decide what dns the tunnel will have ?
When using ra
yeah
How
address 2001:470:____:111::1/64
address 10.0.10.1/24
description "IPv-6 Test"
ipv6 {
router-advert {
name-server 2001:470:20::2
prefix 2001:470:___:111::/64 {
}
}
}
}```
Trying to find in mtik
Now it's good added cloudflare ipv6 dns servers
whatsapp not responding since I added ipv6 O_o
lol
crystal help me fix it XD
on wifi can't use youtube and whatsapp sometimes works and sometimes doesn't since I added ipv6
packet loss?
things default to v6
Nope
Trying to changing the tunnel to nl instead frankfort
Lower latency
60/70 instead 90ms
@lean pebble you have poor latency?
First few minutes is expected, better routes come available automatically
if it doesn't improve, your ISP probably doesnt peer with HE directly
so you dont get an ideal route
then how do you talk to us rn
Even between ISPs here I get 30/40ms
๐
With fiber in frankfort
Their connectivity sucks man
so one peer?
Ya this ISP is the only ISP that have direct peer to frankfort
The other uses the only peer we have from here to uk
There are only 2 peers out of my country.
1 that belong to ISP called bezeq directly connected to Germany frankfort and the other uses one peer to uk
There are more peers but that goes to other companies not the ISPs
Only 2 ISPs here
what would the best file system for both linux and windows to use?
would it sadly be NTFS?
For best cross use, exfat
NTFS is fine as well
but file permissions can get stomped on a bit
hmm alright
because I want to dual boot but certain programs can be used in both linux and windows
and currently my linux ssd is only 120 gb
idek.
I helped @lean pebble set up a 6to4 tunnel
RA works properly, clients receive an address within the prefix
can ping to public v6 addresses
but when then, attempting to open a connection over HTTP
it times out
I've gone over the config with them, three times now, comparing to what i had set up
and I can't think of anything else
@peak cloak possibly?
on the same machine?
like it gets an address then releases it?
because on my router there is a valid-lifetime option
mikrotik does too, but the defaults he is using should work
Only thing he had to do manually after the HE steps, is set up his own router address on the subnet
::1
Is it behind a switch or directly connected to the hex?
@hollow marlin yes, solve this case! gives you a sixshooter
Tried both
It gets timeouts to
I concur with exfat. Had more success than ntfs
@lean pebble In winbox, torch the bridge in which the v6 tunnel is attached to. Make sure its sending RA or at least receving RS from the linux machine
RA (router-advertisements) are not the only thing in, RS (router-solicitation) is also sent from host to request the advertisement
I still and irritated I cannot figure out Present's problem lol
I'm 99% sure it's a router issue
when I have time, I'll turn off hardware acceleration and reboot
Lol
Funny fact the ipv6 testing website works faster when v6 disabled
O_o
And it recognize the v6 even when disabled
guys
big question
was working on laptop mobo and it sparked, is it the end of the world?
@tame carbon @lean pebble @peak cloak any ideas?
What do you mean by that?
@static knoll did you not remove the battery?
Https://test-ipv6.com see ipv6 on my net even if I disable it
disable it where?
^
toggling the SIT interface
Disabling it on the tick, the tunnel might still be up for HE
Depending on how they are testing
@hollow marlin the thing is, his machine did receive an address
and the traceroute to 2606:4700:4700::1111 was through HE
hopping through the router's public v6
Id like to see the address on the linux machine. At least a torch to see if the advertisements are working correctly
Guessing IGMP snooping might be playing a part but its a wild guess.
No igmp
wait who do i trust
is that kilobits or bytes
also you have to understand those speeds are only to that google server
speeds to other severs may vary
idk, sometimes GUI's can be misleading
just use windows task manager
that looks like NZXT CAM
what are your opinions on open source/free firewalls? Reinstalling all VMs on an older version of vSphere and am looking for a firewall that can do DHCP Static mapping. I was previously using pfSense but that required an IP change when mapping the ip - which i dont want
What do you mean, by IP change?
pfsense or Vyos are really the only 2 good options
like, a machine connects to dhcp, and is assigned 192.168.1.100. to make this static, you must go into the firewall config and map this to a different ip outside the dhcp range.
Or you can have the individual machines be static. To identify the machine for static mapping, you need to otherwise supply its mac address. Or, if you really want to get nitty gritty with dhcp, run a seperate dhcp server.
I dont really want to have static mappings on the machines itself as that is much more complicated when doing automated deployments of stuff like kubernetes or ceph
ill look into dhcp servers on a separate linux box though
@thorny vector lol, what about RouterOS on x86 ? :D
Never messed with it, really
I'm already pretty familiar with vyos
RouterOS?
I use it in my EVE lab for testing, free is limited to 1mbps but the traffic generator is unlimited. Can easily spit out 10gig of traffic
Curious on L2 performance though because there is zip for HW accel
@thick minnow yuh
What's that?
a router operating system developed by mikrotik
yes and no
for higher end routers it's best to just use the offical OS
for home all-in-one routers you can usually flash something like dd-wrt
routerOS can run on x86 regular pcs and is used on all of mikrotiks routers and most of their other devices
there are other router OSes
my router Er-X runs EdgeOS
there are also softwares like pfsense, opnsense, and vyos
Okay, hmmm Thanks
and enterprise OSes like junos
or the cisco one
junos, vyos, and EdgeMax are pretty similar
vyos is based on vyatta which is by AT&T I think
lots of routeres are also run as virtual appliances
hmm, I should experiment which getting a /48 and routing one /64 of it to a virtual subnet so I can learn more routing
That is where IPv6 PD comes into play
Unless you want to manually break it up
@hollow marlin I'm building a network sensor suite for my job. MFW I got told it needed to support ipv6 too.
why wouldnt it?
More v6
You plebs on your IPv6, I've ascended to IPv10
It's based on thoughts and each thought process gets a uniquely accessible address ๐
ATT brought out DanOS I think, but it might be based on vyatta, not 100%
Yah, I haven't seen it in action yet so I can't comment on what it's like
nah, ipv6 everywhere though
although they were talking about some new network implementation/standard which had a kill switch you could trigger to turn off internet
yeah of course China is
But it's to promote freedom ๐
I solved the NAT type.
It was from WINDOWS 10
It had a... corrupted file that should've connect me to XBOX LIVE SERVICES
I guess that in my country we'll get ipv6 only after the rest of the world implantation of ipv12 or something๐
there's a paper on ipv12 lol
We're always behind
๐
Especially when it comes to internet infrastructure and internet protocols
First thing I get when I googled ipv12
@peak cloak
ikr
the thumbnail
Ya
There are plenty of IPvX RFC drafts out there but just get tossed out. IETF is pretty confident on v6 being the last official version and instead are looking at other developments of a TCP/IP replacement. AKA, the ATM vs Ethernet wars v2
ATM almost one and thank god it didn't, if you think there is a lot to networking now, oh boy it would have been so much worse
what was so bad about ATM?
well, for starters, the one at my local branch keeps jamming when you insert cash into it
oh, not that atm...
Oh boy...
Overall its complicated at a L1 level, but in contrast since it uses cells, it can be scaled 1:1. But then you are dealing with atomic clocks on every device that has to have precise timings or it all goes to crap.
If you ever are interested, there is a Network Collective podcast under the History of Networking section that bring in some of the guys part of that war. I still deal with some ATM on the voice/T1 side and absolutely hate it

@waxen scroll @clear igloo https://www.reddit.com/r/sysadmin/comments/lhp4s8/you_have_how_many_dcs/
I am not sure if this falls into networking but would anyone recommend a unifi protect camera system for a three story building. At most I would need nearly 40 cameras. it is for a business.
No
Not unifi
I don't have experience with cameras but I have some unifi devices and they are kinda a pain
If I would setup a camera network I would use poe ip cams and setup some sort of dedicated NVR, all on it's one lan, either vlan or dedicated lan
Fair enough. I'll look around but I might just stick with Unifi just because of who will be accessing it.
can someone help me? i got this question on my homework on what network topology was used most in the past
cant find the answer to it
token ring
thanks
Hello
hey
How are you
sucking oxygen making coffee almost alive.
at the monkey or crystal ๐
๐
Little issue with db and daily backups with js
It keep crashing everytime the server backups starts
Migrate to postgres then
Lol
Iโve always had the best performance with it over alternatives
It happens an hour or two before the backup all the time
I'm just used to use mariadb
What does the data flow look like?
Data flow of what ?
I don't have massive dbs
The error I get is // throw an error
Thanks js
๐
Ah, okay. I thought maybe you were having spooling errors, or OOM errors
Oh hell no xD
I use it because I don't have massive dbs
For bigger dbs I would use mongodb
Eeeeew
Better for tables that 20gb and more
If Iโm not dumping to a SIEM, I always use Postgres because it has great modules, including a gpu acceleration one.
Man there are ppl that saying copy and export is the same thing
๐ฉ
How the hell exporting the db and copy db is the same ?
To most people, export and copy mean the same thing. Gotta remember your audience/people youโre talking to.
In programing channel
They guy say that export db backup is a bad practice
I just use a simple mysqldump command to export my db
Never used it
Only kali linux used it for storing the exploits
๐
Itโs still a sql language, but I like itโs modularity. Even if sometimes keeping track of versioning was a pain. Pgstrom, their gpu acceleration module, makes any kind of iterative searching stupid fast. Data transformation doesnโt really benefit from it, though.
Iโm sure there is a transfer guide for it. Wouldnโt be able to tell you off the top of my head.
Nah just curious
Not planning to migrate now
This is 2 early to think about it
My current db is less then 1mb
Developing the ugliest full stack project as my end semester project
Das a lil db
can anyone help me how to turn on range extender on tp-link archer a6 ac1200
New wireles card coming today ๐๐
Lol
Hey, is there a way to remotely access and control a Ubuntu Linux computer over the internet - not over lan?
yes
ssh
Can I do that from a mac or windows 10 or do I need another lknux computer
@peak cloak
I do, I'm mining on it and need to use it / troubleshoot remotely
if a GPU goes down or if I need to tweak settings
yeah can't you that over cli?
I'm a noob with this stuff. Not sure what SSH/CLI are
cli means comand line interface
I use mac mainly, and windows 10 too but not experienced in linux at all
so basically this
I'd prefer something dumbed down like teamviewer
I always have cli open in linux, prefer it over gui sometimes
but not that program since they tagged me as a commercial user and my time is limited per share. Can chrome remote desktop an option?
eh idk
vnc exists
but
idk how well that is over the internet
there is something called apache guacamole
never used it myself, but lots of people like it
pretty sure chrome remote desktop works, but i dont think its as good as VNC with guacamole
Again, looking for soemthing simple like teamviewer
yeah apache guacamole is pretty simple
install on server
access it over a web interace
teamviewer is centerized though, which means you go over Teamviewer servers
what OS is your linux machine?
apache guacamole requires a direct conenction
ubuntu
is it a recent version? they have VNC built in
idk how good it is to VNC over the internet
its the newest build
I would rather use something with encryption
yeah, Guacamole uses VNC to connect to the linux machine normally.
so VNC from guacamole server to linux machine, then access guacamole UI through the web
or you can also do ssh X11 forwarding
never used it myself though
all my servers are headless
^ this all sounds complicated haha guys I feel lost
so ssh is a protocol to allow access to the command line remotly
let me show you an example
I ssh into by pi using ssh
and now have remote access
you can also do something called X11 forwarding
Linux uses X as a display server
so you can remotely connect to the remote machines X server over a ssh tunnel
the great thing about ssh is that it's secure, especially when you use keys instead of passwords
and encrypted keys are even better
Ok.. I think that makes sense haha
OK so SSH into the machine using the IP Address?
using any machine, like a mac or windowws
Then you just use the password for the main account
you use the password for the user you are logging in as
once you're in, how do you tell it to show you the screen
although for ssh over the internet I would not use password login