06-16-2017 03:50 AM - edited 03-08-2019 11:00 AM
Hello guys,
English is not my first language so I'm am sorry first of all.
I am new to Packet Tracer and I have got questions.
- How do I turn on HTTP service
- How I configure Rip V2 on router
- How I turn DHCP on on workstations
- How I configure DNS?
Thank you for your help all.
06-16-2017 04:01 AM
Hi
- How do I turn on HTTP service
Select a Generic Server > Services tab > http > select 'on' option.
- How I configure Rip V2 on router
Open a router or Multilayer switch (configure ip routing on the multilayer switch)
enable
configure terminal
router rip
version 2
no auto-summary
- How I turn DHCP on on workstations
Go to desktop > IP Configuration > Select DHCP
Hope it is useful
:-)
06-18-2017 11:00 AM
It was useful thank you sir.
06-18-2017 04:54 PM
Hi
It was a pleasure,
have a great day
:-)
06-16-2017 04:32 AM
Hi there,
- How do i turn on http service
Select a server > Services Tab > Http / HTTPS option switch this to on
- How do i configure RIP v2 on a router?
Open your router > Enable > Conf t > Router rip version 2 > network <Network address here>
- How do i turn on DHCP on a workstation?
Go to your client > Desktop > IP configuration > DHCP
- How do i configure DNS?
Go to your DNS server > services > DNS > Set the serivce on > give your DNS a name (This name would be converted to the IP address) > Give it the right IP address.
I hope it is clear with the images i have added =)
06-18-2017 10:59 AM
Thank you for your help.
But I still have one question about DNS.
Is it like this?
dc01 ip adress 172.17.1.10
open dns tab
dns add site: www.example.com
add ip to the dns?
thank you
06-05-2018 10:12 AM
04-22-2020 02:44 AM
frame relay with video solution.
https://pulipatis.com/2020/04/17/frame-relay-configuration-with-packet-tracer/
02-09-2021 02:38 AM - edited 02-09-2021 02:51 AM
Hi all,
Sorry for relpy this post but I couldnt create new topic. I am also trainer of CCNA. I want to add to student profile check window to packet tracer activity. I just want to check the user info when I receive the completed project pka file from my students. So
1- How to add User Profile windows on packet tracer (as show on attached pic)
2- How could I see the student info on my received file from students .
I just want to make sure that the project files submitted by the students are theirs. If not checked, students share their completed files to other students.
11-21-2023 07:41 AM
+91 99442 21956
ping me in whatsapp
11-21-2023 08:12 AM
! Configure HTTP Service
enable
configure terminal
ip http server
end
! Configure RIP V2
enable
configure terminal
router rip
version 2
network [network address]
end
! Enable DHCP on Workstations
! (This can't be done through router config but individually on each workstation)
! Configure DNS
enable
configure terminal
ip name-server [DNS server IP]
end
Remember to replace [network address] with the specific network address you want to advertise via RIP V2 and [DNS server IP] with the actual IP address of your DNS server.
This combined configuration assumes that DHCP setup is done manually on each workstation, as DHCP settings aren't configured directly on the router in Packet Tracer.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide