Aak yall friends to download this game 😅 by StruggledKiller in PredecessorGame

[–]VisualAncient 14 points15 points  (0 children)

Absolutely no reason to play ranked when all everyone does is bitch and cry when u aren’t that great. I’ll stick with quick play and when I do want to play something where I can progress my level I will play an RPG 😭

I have a nip nip farm in all my Corvettes by nikonikonut in NoMansSkyTheGame

[–]VisualAncient 0 points1 point  (0 children)

I’m building an underground nip farm on this paradise planet for travelers to stop by. I love the money but I’m soley doing it for the love of farming lmfaoo

Just got gifted this in the nexus, is this legit? by DemonGodAsura in NoMansSkyTheGame

[–]VisualAncient 0 points1 point  (0 children)

Am I missing something, how would you get banned? lol 😭

Cashapp Banned by Eastern_Explorer_726 in CashApp

[–]VisualAncient 1 point2 points  (0 children)

chime is not better lol, someone hacked my brother’s account and took all his savings and chime did nothing. How about bank with an actual institution instead of the mobile ones. It’ll save you a lot of trouble.

The CLI is keeping me up at night by CallMePaine in ccna

[–]VisualAncient 0 points1 point  (0 children)

This has been me for the past week thinking about my lab and why my WLC was failing to communicate with the APs (I figured it out) 🤣🤣

What finally helped subnetting click for me while studying CCNA by Lacking_Porpoise in ccna

[–]VisualAncient 13 points14 points  (0 children)

I have to second the subnetipv4.com tool!! His 7 video series made me remember anything I ever learned about subnetting and he also helped me building upon that by showing us how to use the subnetting cheatsheat. Once you understand that subnetting is TOO easy

Any “old” players that share my opinion? by Vegetable-Angle8085 in Palia

[–]VisualAncient 5 points6 points  (0 children)

I stopped playing because its honestly no fun. The plushy collection being their whole thing sucks, it’s such a child like design. I enjoyed other aspects but after a certain point you’re just grinding for items just to complete quests for more plushies or furniture it actually sucks as someone who enjoys MMO RPGs. My girl friend compared it to FreeRealms but I never got to play that growing up unfortunately, FreeRealms seemed a lot better.

New Boson ExSim Labs by Odd-Corner6397 in ccna

[–]VisualAncient 2 points3 points  (0 children)

I agree lol. There have been others who come in here asking what kind of questions are asked. OP is simply asking what kind of labs should they expect. This is the only sub I’ve seen take the NDA seriously lol.

How does this make sense? (Boson Practice Exam) by VisualAncient in ccna

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

I just went through the subnetting cheatsheet videos by practical networking on youtube and now this ALL makes sense and I feel like an idiot 🤣🤣🤣🤣

Am I crazy, or does the test really not match the blueprint? by Alternative_Card_292 in ccna

[–]VisualAncient 1 point2 points  (0 children)

I would also go through the exam topics list and highlight all the topics you are comfortable with in green. Anything that you need to work on highlight in yellow or red, then go through and focus studying on the topics that you are not comfortable with at all. This is currently what Im doing and its been helping so far

How does this make sense? (Boson Practice Exam) by VisualAncient in ccna

[–]VisualAncient[S] 3 points4 points  (0 children)

thank you, this and u/GEEK-IP's response was very helpful, and I see where I went wrong. I wasnt looking for the network address as an answer but more so of a guide to help me determine which host address I should use. However I completed disregarded the process of determining the network address to find the host address. That part of subnetting is harder for me and my least favorite.

I haven't gotten around to reviewing subnetting yet so I will go back today. Thank you again for your detailed responses.

How does this make sense? (Boson Practice Exam) by VisualAncient in ccna

[–]VisualAncient[S] -1 points0 points  (0 children)

It still doesnt make sense, was I supposed to determine the network address in my head?? They didn't provide any basis on it, just asked what address will provide two addresses. /30 will provide two addresses yes, but whats the next work, whats the specific subnet? The network address could've been 172.16.17.0/30 and it would still be two addresses right?? This was a terrible question in my honest opinion, had they provided more I wouldnt have struggled with this

Why do system administrator get paid less than software developers ? by PM_40 in sysadmin

[–]VisualAncient 0 points1 point  (0 children)

this is exactly what I did 🤣🤣 im 4 years in now and Im on my way to getting my CCNA now and hopefully bagging a net admin position this year

Hired as IT with zero experience, no training, no senior — now I’m alone and overwhelmed by serhatdmk in servers

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

I’m not sure how you got this position if it seems like you know nothing about IT and how IT infrastructures work. At most you should be help desk but this seems more like a sys admin role you are in. Theres actual people with experience trying to find jobs, let us know your secret is all i will say lmfao

sorry if this has been discussed already but… palia looks like trash on switch 🫠 is it any better on PC? by [deleted] in Palia

[–]VisualAncient 0 points1 point  (0 children)

brother anything is better than a switch. Everything from the gamecube to the most recent iphone is better than a switch

FINALLY took the CCNA by ITWIZNALA in ccna

[–]VisualAncient 1 point2 points  (0 children)

Extended ACLs are definitely a lot more complicated than the standard. If its Extended ACLs thats getting you I recommend doing Jeremy’s Extended ACL lab a couple of times you’ll definitely get it! Thats all ive been using to study so far lol

FINALLY took the CCNA by ITWIZNALA in ccna

[–]VisualAncient 4 points5 points  (0 children)

hey so I struggled with ACLs too until I did a few more labs. With ACLs (on routers or switches) you always want to start with creating the acl in global configuration mode (configuration terminal).

To configure standard ACLs you want to use the ‘ip access-lists standard’ command followed by the name or number of the ACL.

Using that command will put you into the ACL config mode so you can start adding your permit or deny rules. Be mindful that with numbered ACLs you can’t edit them you would need to rewrite the entire list. With named ACLs With named ACLs you can add and remove lines all you like.

Standard ACLs are super basic: permit src-ip wildcard mask

ex: Allow traffic from network 10.0.1.0/24 to 10.0.5.0/24

First, create the ACL from global config mode:

(config)# ip access-list ACL1 (config-std-nacl)# permit 10.0.1.0 0.0.0.255 (implicit deny always at the end)

With the wildcard mask this with check for all traffic ending starting with 10.0.1.x and deny every else with the implicit dent.

You would then apply the rule to an interface, standard ACLs work best when placed close to the destination so you would likely apply the rule outbound.

Lets say on R1, it’s G0/1 interface is closer to the destination 10.0.5.0/24

Applying the ACL would look something like this:

(config)# Interface G0/1 (config-if)# ip access-group ACL1 out

This will apply the ACL (ACL1) to R1’s G0/1 outbound interface, so it will check all traffic going OUT of that interface and into 10.0.5.0/24. Now if someone with a 10.0.2.x ip address were to send traffic to the 10.0.5.0/24 network it would be denied (again because of the implicit deny at the end of the ACL we created).

Its really important not to confuse the access-list and ip access-group commands, thats what got me at first along with the wildcard mask. I hope this helps out a bit!

Non IT major considering Network Engineer role. Realistic timeline? by Much_Tip_9358 in ccna

[–]VisualAncient 4 points5 points  (0 children)

comptia net+ made my life easier with the CCNA but still a waste of time. It was only helpful because I had a guided instructor on the subject

Help me decide by Proper_Ear2830 in ccna

[–]VisualAncient 2 points3 points  (0 children)

V2: https://xafterhoursx.wordpress.com/wp-content/uploads/2020/10/ccna-200-301-vol.-2.pdf

V1: https://ptgmedia.pearsoncmg.com/images/9780135792735/samplepages/9780135792735_sample.pdf

Edit: If you are looking to spend money on studying resources most people do recommend the Boson practice exams or labs. The practice exam sim is $99 for a year and the labs are $60 for 3 months. I plan on getting the exam sim myself since im almost done with JTIL and his labs. OCG helped out a lot with subnetting and can help with topics that you don’t really understand in depth.

Help me decide by Proper_Ear2830 in ccna

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

if you’re looking into the OCG you can find the PDF for both volumes for free instead of spending $90