cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
14989
Views
11
Helpful
10
Replies

Packet Tracer help

cyberchoco23
Level 1
Level 1

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.

10 Replies 10

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

:-)




>> Marcar como útil o contestado, si la respuesta resolvió la duda, esto ayuda a futuras consultas de otros miembros de la comunidad. <<

It was useful thank you sir.

Hi

It was a pleasure,

have a great day

:-)




>> Marcar como útil o contestado, si la respuesta resolvió la duda, esto ayuda a futuras consultas de otros miembros de la comunidad. <<

g686768
Level 1
Level 1

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 =)

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

anishece
Level 1
Level 1
hi

yesudas_jj
Level 1
Level 1

CSCO11144872
Level 1
Level 1

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.

manojd1105
Level 1
Level 1

+91 99442 21956

ping me in whatsapp

karenr022
Level 1
Level 1

 

! 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.

Review Cisco Networking for a $25 gift card