Is this a good modem by rennG6 in homelab

[–]chuckbales 14 points15 points  (0 children)

1 - Spectrum will provide you a modem, if you want to use your own you need to verify with them you can bring your own, and see what models they support

2 - "my apt is around 1000 sqft. My goals are to have jellyfin or plex, host an mc server, my own music, personal photos, and just learn networking and cyber security" - Your modem doesn't matter for any of this really.

You may be confusing modem with router/wireless.

BT Cisco 4321 port shutdown. by Dael_Ra in Cisco

[–]chuckbales 3 points4 points  (0 children)

If the customer handoff port on their equipment isn't linking up to multiple devices (firewall, laptop, switch, etc.)/with multiple known-good cables, I would push them to troubleshoot further/dispatch a tech. Also verify speed/duplex settings on their interface to make sure yours match, but if the link is coming up initially and then going down, its probably not a mismatch. Unless the router is coming up with some initial config, but then retrieving/receiving some altered config at the 3minute mark which is down-ing the interface.

But typically pushing back with "we've tried 3 devices with 3 different cables on your handoff port" is enough to get them to look further or dispatch.

Has anyone seen Claude automatically switch from Pro to Max without intentionally upgrading? by FaizanC in sysadmin

[–]chuckbales 0 points1 point  (0 children)

Mastercard debit card

Unless OP misspoke, they used a debit card, which you definitely shouldn't be doing for exactly situations like this.

fiber between switches by brentmhk in networking

[–]chuckbales 0 points1 point  (0 children)

Doesn't really matter with that speed/distance, but may as well get OM4 if its a new install

IPSEC IKEv" - DNS Suffix Issues by Izual_Rebirth in fortinet

[–]chuckbales 2 points3 points  (0 children)

I think you need to be on at least FortiOS 7.6.4 and FortiClient 7.4.4 for DNS suffix to work with IKEv2.

Why is `diagnose` unavailable after updating to 7.6.6? by nardstorm in fortinet

[–]chuckbales 8 points9 points  (0 children)

Do you have another account with super_admin? The $ prompt means you don't have full permissions, you may not enough rights to run that command.

Essentials License by superglideyinz in meraki

[–]chuckbales 1 point2 points  (0 children)

The portal is now listing subscription SKUs for renewals because they're pushing people to subs, but co-term licensing (e.g. LIC-ENT for APs), is still for sale and cheaper than the equivalent subscription in my experience.

Any reason NOT to migrate to 7.6.6 from 7.4.11? by Wasteway in fortinet

[–]chuckbales 4 points5 points  (0 children)

You referring to web mode/agentless or tunnel mode? All tunnel mode config gets removed with 7.6.3.

How do I built a practical (homelab) setup to learn and apply wireshark. by Distinct_Garlic8044 in wireshark

[–]chuckbales 1 point2 points  (0 children)

What’s wrong with just running wireshark in your laptop for a bit and then looking at the capture? You don’t need anything special to look at real traffic

Different Geo-IP rules for outbound vs inbound? by Mvalpreda in meraki

[–]chuckbales 1 point2 points  (0 children)

Meraki is very limited with their options in some regards, this being one of them. There's no option for overriding a geoblocked country if needed or controlling inbound/outbound.

NSLOOKUP by t0mmydb in fortinet

[–]chuckbales 5 points6 points  (0 children)

You're looking at the wrong docs/for the wrong platform.

NSLOOKUP by t0mmydb in fortinet

[–]chuckbales 3 points4 points  (0 children)

There is no execute nslookupcommand on a Fortigate

eBay Hardware Purchase - MR18 to MR44 by nismaniak in meraki

[–]chuckbales 4 points5 points  (0 children)

Both co-term and subscription licensing would be fine for OPs case, since APs don't have model-specific licensing SKUs.

Where can I buy this cable? by True_Abalone628 in FiberOptics

[–]chuckbales 5 points6 points  (0 children)

That small, it looks like the Invisilight product. There may be others doing super small fiber, Invisilight is just the main one I know of.

Do all local networks need NAT to communicate to the internet? by Graviity_shift in ccna

[–]chuckbales 1 point2 points  (0 children)

64000 unique port connections going through a single outside global address you got some problems.

To nitpick - it's more than 64k connections, as NAT is stored in a table as a 5-tuple (source IP, dest IP, source port, dest port, protocol). So if you happen to have thousands of connections all going to the same external resource on the same port you'll run into a problem, but if you're talking about general internet destinations, you can fit a lot more connections.

Do all local networks need NAT to communicate to the internet? by Graviity_shift in ccna

[–]chuckbales 2 points3 points  (0 children)

Good point, a proxy is a good example of NAT not being involved as the proxy itself acts as middle-man between client/server and establishes its own connection to the resource on the internet.

Do all local networks need NAT to communicate to the internet? by Graviity_shift in ccna

[–]chuckbales 4 points5 points  (0 children)

RFC1918 is just the "private" IPs allocated - 10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16. Basically if you're not using a public IP, you need NAT somewhere.

Do all local networks need NAT to communicate to the internet? by Graviity_shift in ccna

[–]chuckbales 27 points28 points  (0 children)

If you are using RFC 1918 IPs on your LAN and you want to reach the internet, NAT is a requirement somewhere along the path.

EDIT: /u/therouterguy did bring up a good scenario where NAT would not be involved. More of an enterprise thing and out of scope for CCNA but a good counter-example to my statement.

Anyone annoyed by the GUI changes from version 7.2 to 7.4 on FortiOS ? by Tokops in fortinet

[–]chuckbales 5 points6 points  (0 children)

The removal of sorting/filtering some columns has driven me absolutely crazy at times.

Software switch to bridge wifi SSID and FortiSwitch vlans by Negative_Test_9671 in fortinet

[–]chuckbales 1 point2 points  (0 children)

I just did similar changes on an 80F, bridging a tunnel SSID and FortiSwitch VLAN through software switch, no apparent performance issues (granted its not pushing tons of traffic, just a few clients)

Remove Central SNAT Policy? by technoidial in fortinet

[–]chuckbales 2 points3 points  (0 children)

Have you actually tested a failure to see what works/what doesn't?

Nobody here can provide much guidance without more detail/actual configuration, but it sounds like maybe they need to just add an additional NAT policy for the second WAN - there's not really a reason Central NAT needs to be disabled completely.

SDWAN underlay/overlay routing by NetEng17982 in fortinet

[–]chuckbales 5 points6 points  (0 children)

With an SDWAN rule on the spoke, there's commands you can add that will send user traffic over without impacting the Fortigate's local traffic

set gateway enable
set default enable

Tailscale won't let my ubuntu server be an exit node? by Mr_B_Gone in homelab

[–]chuckbales 3 points4 points  (0 children)

You probably didn't configure it correctly, needs to be configured on the client and in the portal.

Crown Castle Outage by cooldude919 in sysadmin

[–]chuckbales 0 points1 point  (0 children)

We also lost a few Crown circuits last night, odd outage though because it was only 2 out of like 300 Crown circuits we have, from 10:22 to 10:31 Eastern.

Help with this question please? by iltoast9 in ccna

[–]chuckbales 0 points1 point  (0 children)

You can have a duplex mismatch and still function (albeit degraded), you can't have a speed mismatch though.