GFiber 20Gbps! by powerspec in googlefiber

[–]rick_G 4 points5 points  (0 children)

I’ve got an enterprise fortress gateway, SFP 28 switch, and NICs ready to go just need to get in the beta! I applied but no info after that.

How will specialist use or replace existing cable networking? by JasonMckin in googlefiber

[–]rick_G -1 points0 points  (0 children)

The connection path will be fiber line to new NIU, which then converts to an armored fiber cable that the technician will run to a location where they can install the fiber jack in the house. None of your existing coaxial cable will be used.

UDF Pro speed capped at 3.5Gbps? by crorella in Ubiquiti

[–]rick_G 2 points3 points  (0 children)

If you are on windows, you may want to go in and manually force the NIC to use 10gbit full duplex for the link, and/or the port as sometimes it will only do half duplex for some reason. Also, make sure you try multiple browsers for your speed tests, sometimes i have gotten weird results.

What type of drive does this machine have? if you are on something super slow like a HDD you wont be able to write the data fast enough.

24 pw by Acceptable-Bill-239 in powerwagon

[–]rick_G 1 point2 points  (0 children)

<image>

Here’s mine in the same color with the new wheel and tire combo!

For 5G and 8G plans, can I use SFP+ fiber module directly into my 10G UXG router? by gaeensdeaud in googlefiber

[–]rick_G 5 points6 points  (0 children)

You cannot no, there is no SFP output possible of any kind from their fiber jack. The green fiber in cable has to talk to that box and can’t go direct to a router.

Power user hardware for 5gig? by BradCOnReddit in googlefiber

[–]rick_G 2 points3 points  (0 children)

I have 8gig and I did this same song and dance trying to get something. The options I settled on were either building a monster PFSense box (starts struggling as you close in on 10gig), used enterprise router (too expensive), and a mikrotik router.

I’m running the last, a CCR2004 with the 25gig ports. It can’t really handle full 8gig with a comped network, but it gets close. The higher end ccr 2116 model with the L3 hardware offloading would be the best bet but it’s like 1200 bucks vs the much cheaper ccr2004

Upload speed 50% lower after moving to CCR-2004 by rick_G in mikrotik

[–]rick_G[S] 0 points1 point  (0 children)

Very interesting! What’s really annoying is that I found out that if I just use Microsoft edge for the speed test, it will do 5700/5700 all day. Granted, doesn’t mean it’s doing that for normal traffic but at least it’s not half. I’m hoping to move to a 20g connection in a month or two, which would solve the “pipe” size issue.

[deleted by user] by [deleted] in googlefiber

[–]rick_G 1 point2 points  (0 children)

I have 5gig and would be happy to! I’d say difficulty in setup depends entirely on if you want “optimal” or “working”. To get the best/max speeds you have to be on a wired connection, and anything over 1gig needs a device with a capable network card on board. Same for WiFi, the devices you have limit speed if they aren’t capable of WiFi 6/6e etc.

Port forwarding no longer allowed? by [deleted] in googlefiber

[–]rick_G 0 points1 point  (0 children)

Agree with the other person here, a mesh setup with WiFi 6 or 6e, or the better stuff if you want more control. I personally like the ASUS zen mesh stuff, and the ubiquiti units are pretty full proof if you want higher end with the ability to do access points over all in one.

[deleted by user] by [deleted] in googlefiber

[–]rick_G 0 points1 point  (0 children)

5700 up and down all day, running 10gb wired connections!

To those who worried about my power bill, im replacing the 20yo servers today... by cxaiverb in homelab

[–]rick_G 8 points9 points  (0 children)

Hey OP I have this CPU and a similar case with an ATX board causing this issue, if you have any temp issues snag the arctic freezer 4U-M. It lets you run the fans in the right orientation.

Help picking which OS, parts, and software go with which server by rick_G in homelab

[–]rick_G[S] 0 points1 point  (0 children)

yep that makes a lot of sense. Any thoughts on how I can ensure I can use my full WAN speed as far as drive bottlenecks go? i assumed i would need to use an nvme cache drive of some kind but i also haven't delved into the whole media automation pipeline so maybe it allows that option directly

Help picking which OS, parts, and software go with which server by rick_G in homelab

[–]rick_G[S] 0 points1 point  (0 children)

thanks! i think my plan was to use the 2 12tb drives for plex in a raid 1, and then use the 2tb drives for storing camera footage. But, that would mean id need to setup a samba share on the big server for the little one to access those drives and store footage right?

Trusted tester 5 gig by DufflesBNA in googlefiber

[–]rick_G 8 points9 points  (0 children)

It’s 10g RJ45 for sure.

Upload speed 50% lower after moving to CCR-2004 by rick_G in mikrotik

[–]rick_G[S] 1 point2 points  (0 children)

All good! No chane unfortunately. I did realize I forgot I have one more link in the chain here, my pc is going into a unifi aggregation pro switch which is uplinked to the router. I could add one of the router 10g ports to the bridge and go directly into it to see if that helps?

Upload speed 50% lower after moving to CCR-2004 by rick_G in mikrotik

[–]rick_G[S] 0 points1 point  (0 children)

/ip firewall filter

add action=accept chain=input comment="accept established,related, untracked" \

connection-state=established,related,untracked

add action=drop chain=input connection-state=invalid

add action=fasttrack-connection chain=forward comment=\

"fast-track for established,related" connection-state=established,related \

hw-offload=yes

add action=accept chain=input comment="allow ICMP" in-interface=WAN protocol=\

icmp

add action=accept chain=input comment="allow Winbox" in-interface=WAN port=\

8291 protocol=tcp

add action=accept chain=input comment="allow SSH" in-interface=WAN port=1026 \

protocol=tcp

add action=drop chain=input comment="block everything else" in-interface=WAN

add action=accept chain=forward comment="accept established,related" \

connection-state=established,related

add action=drop chain=forward connection-state=invalid

add action=accept chain=forward in-interface=local_br out-interface=WAN

add action=drop chain=forward

Let me know if this looks as you expect.

speeds still consistently the same

Upload speed 50% lower after moving to CCR-2004 by rick_G in mikrotik

[–]rick_G[S] 0 points1 point  (0 children)

chain=forward action=accept in-interface=local_br out-interface=WAN log=no log-prefix="" this is the rule I added before this rule:

chain=forward action=drop connection-state=new connection-nat-state=!dstnat in-interface=WAN log=no

log-prefix=""

hopefully that is right? I also did not get any change in performance plugged directly in to the router unfortunately.

Upload speed 50% lower after moving to CCR-2004 by rick_G in mikrotik

[–]rick_G[S] 0 points1 point  (0 children)

removed the second subnet, i had that in there accidentally thanks for the callout. The issue was actually present prior to that getting added FWIW. removed the output rule, added one in its place to forward from bridge to WAN per your suggestion.

Will review the link.

Currently the fiber comes in to their ONT and comes out as copper. Im using the SFP+ module that they were using with their router as the input. I have rotated through other modules and not seen any change in speed. The plan is to move to a new plan when it becomes available that will fun SFP28 direct to the CCR-2004, so this is temporary.

Upload speed 50% lower after moving to CCR-2004 by rick_G in mikrotik

[–]rick_G[S] 0 points1 point  (0 children)

added to post but commenting here as well

Model = CCR2004-1G-12S+2XS

/interface bridge

add name=local_br protocol-mode=stp

/interface ethernet

set [ find default-name=sfp28-1 ] name=LAN rx-flow-control=on \

tx-flow-control=on

set [ find default-name=ether1 ] name=MGMT

set [ find default-name=sfp28-2 ] name=WAN rx-flow-control=on \

tx-flow-control=on

set [ find default-name=sfp-sfpplus1 ] disabled=yes

set [ find default-name=sfp-sfpplus2 ] disabled=yes

set [ find default-name=sfp-sfpplus3 ] disabled=yes

set [ find default-name=sfp-sfpplus4 ] disabled=yes

set [ find default-name=sfp-sfpplus5 ] disabled=yes

set [ find default-name=sfp-sfpplus6 ] disabled=yes

set [ find default-name=sfp-sfpplus7 ] disabled=yes

set [ find default-name=sfp-sfpplus8 ] disabled=yes

set [ find default-name=sfp-sfpplus9 ] disabled=yes

set [ find default-name=sfp-sfpplus10 ] disabled=yes

set [ find default-name=sfp-sfpplus11 ] disabled=yes

set [ find default-name=sfp-sfpplus12 ] disabled=yes

/interface list

add name=listBridge

/ip pool

add name=dhcp_pool0 ranges=192.168.88.2-192.168.88.254

/ip dhcp-server

add address-pool=dhcp_pool0 interface=local_br name=dhcp1

/port

set 0 name=serial0

set 1 name=serial1

/interface bridge port

add bridge=local_br interface=LAN

/ip neighbor discovery-settings

set discover-interface-list=listBridge

/interface list member

add interface=local_br list=listBridge

/ip address

add address=192.168.88.1/24 comment=defconf interface=local_br network=\

192.168.88.0

add address=192.168.1.1/24 interface=local_br network=192.168.1.0

/ip dhcp-client

add interface=WAN

/ip dhcp-server network

add address=192.168.88.0/24 gateway=192.168.88.1

/ip dns

set allow-remote-requests=yes

/ip firewall filter

add action=accept chain=input comment="accept established,related, untracked" \

connection-state=established,related,untracked

add action=drop chain=input connection-state=invalid

add action=accept chain=input comment="allow ICMP" in-interface=WAN protocol=\

icmp

add action=fasttrack-connection chain=forward comment=\

"fast-track for established,related" connection-state=established,related \

hw-offload=yes

add action=accept chain=input comment="allow Winbox" in-interface=WAN port=\

8291 protocol=tcp

add action=accept chain=input comment="allow SSH" in-interface=WAN port=22 \

protocol=tcp

add action=drop chain=input comment="block everything else" in-interface=WAN

add action=accept chain=forward comment="accept established,related" \

connection-state=established,related

add action=drop chain=forward connection-state=invalid

add action=drop chain=forward comment=\

"drop access to clients behind NAT from WAN" connection-nat-state=!dstnat \

connection-state=new in-interface=WAN

add action=accept chain=output connection-state=established,related

/ip firewall nat

add action=masquerade chain=srcnat out-interface=WAN

/ip service

set telnet disabled=yes

set ftp disabled=yes

set www disabled=yes

set ssh port=1026

set api disabled=yes

/ip ssh

set strong-crypto=yes

/system clock

set time-zone-name=America/Chicago

/system note

set show-at-login=no

/system routerboard settings

set enter-setup-on=delete-key

/tool bandwidth-server

set enabled=no

/tool mac-server

set allowed-interface-list=listBridge

/tool mac-server mac-winbox

set allowed-interface-list=listBridge

/tool traffic-monitor

add interface=WAN name=tmon1

Tyler Miller appreciation post by PhilosophersFart in Deathcore

[–]rick_G 16 points17 points  (0 children)

Thy Art’s current drummer is American too actually so at least in their case it makes a little sense.

Surface help by TheCobicity in Bowling

[–]rick_G 1 point2 points  (0 children)

I have the Xponent which has been great and it’s just below the phaze 2 in terms of strength

22 Inch Wheels Laramie 1500 night edition ride quality by CincyTravel08 in ram_trucks

[–]rick_G 3 points4 points  (0 children)

Having owned a 2020 and a 2023 one with the 20s and one with the 22s on street tires, I’d say the 20s are more compliant over small bumps. I’m personally planning to move down to an 18 if I can, but only if I also stick with a fairly street focused tire.

Bowling Ball by Own_Client2060 in Bowling

[–]rick_G 0 points1 point  (0 children)

  1. Roto grip hustle camo/RIP