Hi! New Learner in cisco here! I Finnished CCNA1 certification a while back, and currently taking CCNA2. can you make an updated final PT exam of CCNA2 in v7? I loved your videos and I would love to learn more from you!
@GinaSualeze6 күн бұрын
Insightful
@Surya-N-L6 күн бұрын
You are an inspiration to everyone who wants a career in teaching.
@clasesutnfrc869914 күн бұрын
02:32 TCP connection establishment
@CristinaReynoso-b4d17 күн бұрын
I had such a hard time understanding this until I watched this video. Thank you so much
@johnm869320 күн бұрын
So, can I turn off DHCP on my Google Nest and just manually assign IP addresses based on this breakdown? For example, I'd like 4 subnets on my Nest wifi router. Can I just manually change the mask as indicated and assign ip addresses as you've done?
@sivaramakrishnamuchu764320 күн бұрын
Good video🎉
@sivaramakrishnamuchu764320 күн бұрын
Good😅
@sivaramakrishnamuchu764320 күн бұрын
Best video😢
@CSExplained-gp1xl23 күн бұрын
But how can we ping pc0 from pc1?
@MyGardenForYou23 күн бұрын
Do you have latest VM course available? This is 6 years very old.
@erniep89726 күн бұрын
Thank you so much for the video! It was easy to follow.. do you offer an online class. Thanks . I am interested to enroll. I think you are the best teacher to teach Cisco.
@BLACKED.commercial27 күн бұрын
Dan the man is now Dan the beast. Hope to reference this when setting up some of my labs.
@xlClampy28 күн бұрын
this makes so much more sense now thx
@nwoke.ezu.ike_until_death29 күн бұрын
Please Do Not Throw Sausage Pizza Away
@MnemonicCarrierАй бұрын
Why are there only 9 bits used for the "provider prefix"? Does this mean there can only be a maximum of 512 providers?
@mhlwebsАй бұрын
crystal clear explaination. but why use static IP addresses when DHCP is there to solve almost all problems with IP addressing?
@ClarenceHoward-g6rАй бұрын
Glover Locks
@tungekarimadАй бұрын
Greatest explaination I came across for OSI model
@RogerJonathan-x3vАй бұрын
Miller Susan Gonzalez Barbara Rodriguez Melissa
@BellamyBruce-s6pАй бұрын
Hermiston Springs
@DreddMC1Ай бұрын
For real beginners you should start off buy saying what tool youre using for said scenarios. Like what are you in where you select generic router and end devices??? Annoying. A new user wont even know what the GUI looks like. Not sure if you're using a training thing or if thats some GUI version of iOS???
@BenjaminBroderick-q4vАй бұрын
65803 Austyn Vista
@PeggyWordsworth-d2mАй бұрын
Dariana View
@LeirbagIIIАй бұрын
Good to be back an review fundamentals. Thanks for your content, Dan
@saudades416Ай бұрын
Thank you for a great tutorial. I love how you speak slowly and clearly so a beginner like me can understand things.
@HardyMacPherson-e3bАй бұрын
Elyssa Plains
@OomtetАй бұрын
wow i almost skipped this video i would have missed a great deal of knowledge, thank you sir..
@EdgeworthMelissa-z6pАй бұрын
Weimann Roads
@Kamil-tm3dlАй бұрын
Where to type these commands? What program to use?
@Willz0v0Ай бұрын
Terminal
@GadonekokoАй бұрын
To remove password and secret (Global Config mode) no enable password no enable secret
@kalyanrao3782Ай бұрын
Really very very good explanation for low iq members... Thank you for sharing the information sir
@Abiki8777Ай бұрын
Very handy
@BettyWalker-n3rАй бұрын
Rodriguez Larry Thompson Sarah Hernandez Christopher
@VishavdeepKaur-p6kАй бұрын
and even i am not able to download a file
@VishavdeepKaur-p6kАй бұрын
On pc0 i got requested time what should i do now
@OomtetАй бұрын
After this video I have a better understanding of the technology, Thank you..
@dustcoreАй бұрын
12 years on still a great vid
@ishmaeliamo6608Ай бұрын
Thanks for your explanation 👍
@chromerimsАй бұрын
17:35 -- 755 (drwxr-xr-x) folder permissions won't work for 'other' users to write to it (e.g. 31:29 whenever not sudo). For a folder with nobody:nogroup as owner:group, shouldn't it be one of 752 (drwxr-x-w-), 753 (drwxr-x-wx), 756 (drwxr-xrw-), or 757 (drwxr-xrwx) ? But neither of 751 (drwxr-x--x), 754 (drwxr-xr--), nor 755 (drwxr-xr-x) ? Kindest regards, friends and neighbours.
@chromerimsАй бұрын
19:15 -- sudo can not cross a redirection or a pipeline. A *sudo tee* script works: dan@dan:~$ echo "this is some text" | *sudo tee* --append /srv/samba/share/hello.txt ## NOTICE NO SUDO BEFORE PIPE . . . if ownership, group and permissions of the file and folder are unchanged. Specifically, for /srv/samba/share/, the owner:group remain nobody:nogroup, and its permissions are unchanged at 755 (drwxr-xr-x), and for /srv/samba/share/hello.txt, owner:group remain root:root, and its permissions are unchanged at 644 (rw-r--r--). Kindest regards, friends and neighbours.
@chromerimsАй бұрын
'force user = dan' does not do what you are saying. Quotes from vid: 13:12 -- "If we want to force one user only to authenticate, we can uncomment this and 'force user = dan'. And then comment out the 'guests ok = yes'. So . . . [I can] get rid of guest access and force user authentication or 'force user = dan'." 30:16 -- "I may need to authenticate to be able to write here. Let's try that. I will edit [/etc/samba/smb.conf] file one more time. Or I am not sure what I am missing. But let's change it slightly. Let's set 'force user = dan'. 'Guest ok = yes', [let's] comment that out, so no longer is 'guest ok' alright." The above statements are not correct. Rather, for files or directories freshly created by all users within the samba share, 'force user = dan' sets the inherited user-ownership attribute for such file or directory, and 'force group = dan' sets the inherited group-ownership attribute for such file or directory. *Instead, you need: valid users = dan* Kindest regards, neighbours and friends. P.S. The folder write problem (31:30) would still not be cured with 'valid users = dan'. P.P.S. Fixing the folder write problem, you need to modify /srv/samba/share folder attributes either by [1] changing folder permissions from drwxr-xr-x (17:35) to drwxr-xrwx . . . i.e., o=rx to o=rwx . . . or 755 to 757 using chmod o+w. or [2] changing either (a) the user-owner from nobody (17:35) to dan, or (b) the group-owner from nogroup to dan. For the preceding 2b, you would need to concurrently change folder permissions to include g+w.
@faiz.rahimmАй бұрын
This is really the best scenario for vlan usage in real life! What why when where how
@Baran-accountАй бұрын
20 hours studying in 10 min ❤😊
@JoeyJumpUp1981Ай бұрын
Very cool :). Ty sir.
@Baran-accountАй бұрын
Finally I can feel I know subnet
@ROBHELL82Ай бұрын
Great video! Help so much. Could I also put the 2nd and the 3rd network in the same network with different notations? As you did with 3rd-7th? Thanks
@psgamer3089Ай бұрын
Thnk you
@dee4hdАй бұрын
I can't believe am learning this in 2024
@LewwezАй бұрын
Hello, man!! I'm looking for a tutorial about how to send a Packet Tracer envelope between OS devices. Can you help me doing my homework?? Thx for reading and I hope a nice answer!! have a nice day :D !!!