1 TCP/IP NETWORKING Table of Contents Task 1 β Setting up a network.........................................................................................................2 PC Configuration.........................................................................................................................2 Server Configuration...................................................................................................................3 Router Configuration...................................................................................................................4 Routing configuration on both the routers...................................................................................6 Pinging the own network interface from the client PC................................................................7 Pinging the local router gateway interface..................................................................................7 Pinging the remote router interface from the client PC...............................................................8 Pinging to server..........................................................................................................................8 Application of Traceroute from client to Server..........................................................................9 Task 2 β Configuring Network Services.......................................................................................10 1. DHCP.....................................................................................................................................10 2. WEB and DNS Server...........................................................................................................11 4. Firewall..................................................................................................................................12 Bibliography..................................................................................................................................14
2 TCP/IP NETWORKING Task 1 β Setting up a network
3 TCP/IP NETWORKING PC Configuration Server Configuration WEB and DNS Server
Paraphrase This Document
Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser
7 TCP/IP NETWORKING Routing configuration on both the routers Router 0 Router>enable Router#configure terminal Enter configuration commands, one per line. End with CNTL/Z. Router(config)#ip route 172.16.0.0 255.255.255.0 10.10.0.2 Router(config)#exit Router 1 Router>enable Router#configure terminal Enter configuration commands, one per line. End with CNTL/Z. Router(config)#ip route 192.168.0.0 255.255.255.0 10.10.0.1 Router(config)#exit
8 TCP/IP NETWORKING Pinging the own network interface from the client PC Pinging the local router gateway interface
9 TCP/IP NETWORKING Pinging the remote router interface from the client PC Pinging to server
Paraphrase This Document
Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser
13 TCP/IP NETWORKING 4. Firewall Router(config)#access-list 101 deny tcp host 192.168.0.2 host 172.16.0.3 eq 80 Router(config)#access-list 101 permit ip any any Router(config)#int fa 0/0 Router(config-if)#ip access-group 101 in Router(config-if)#exit
14 TCP/IP NETWORKING
15 TCP/IP NETWORKING Bibliography Donepudi, H., Bhavineni, B., & Galloway, M. (2016). Designing a Web-Based Graphical InterfaceforVirtualMachineManagement.InInformationTechnology:New Generations(pp. 401-411). Springer, Cham. Keeble,D.,&Wilkinson,F.(2017).High-technologyclusters,networkingandcollective learning in Europe. Routledge. Lee, K., Kim, S., Jeong, J. P., Lee, S., Kim, H., & Park, J. S. (2018). A framework for DNS naming services for Internet-of-Things devices.Future Generation Computer Systems. Matotek, D., Turnbull, J., & Lieverdink, P. (2017). Infrastructure Services: NTP, DNS, DHCP, and SSH. InPro Linux System Administration(pp. 417-471). Apress, Berkeley, CA. Moura, G. C., GanΓ‘n, C., Lone, Q., Poursaied, P., Asghari, H., & van Eeten, M. (2015, May). How dynamic is the ISPs address space? Towards internet-wide DHCP churn estimation. InIFIP Networking Conference (IFIP Networking), 2015(pp. 1-9). IEEE. Paxson, V. (2017). Network Security: Attacks. Vardy, A. (2016).Subnetting For Beginners: How To Easily Master IP Subnetting And Binary MathToPassYourCCNA-CCNA,Networking,ITSecurity,ITSM.CreateSpace Independent Publishing Platform. Wallace, K. (2014).Cisco CCNA Routing and Switching 200-120 Complete Video Course. Pearson Certification.
Paraphrase This Document
Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser
16 TCP/IP NETWORKING Wessels, D., Heidemann, J., Zhu, L., Mankin, A., & Hoffman, P. (2016). Specification for DNS over Transport Layer Security (TLS). Xylomenos, G., Ververidis, C. N., Siris, V. A., Fotiou, N., Tsilopoulos, C., Vasilakos, X., ... & Polyzos, G. C. (2014). A survey of information-centric networking research.IEEE Communications Surveys & Tutorials,16(2), 1024-1049. Zhang, L., Afanasyev, A., Burke, J., Jacobson, V., Crowley, P., Papadopoulos, C., ... & Zhang, B.(2014).Nameddatanetworking.ACMSIGCOMMComputerCommunication Review,44(3), 66-73.