Labb 3: WLAN och TV-nät

Många tittar redan digitalt TV idag men inte alla. Com Hem digitaliserar sitt nätverk för TV-tjänster från och med den 8 september 2020. Enligt Com Hem 1,6 miljoner hushåll behöver ändra till digital-tv. I denna laboration konfigurerar vi en topologi som liknar den analoga tv-sändningar som finns kvar hos vissa leverantörer.

ISP nätverk består av HTTP server för Google och en publik DNS server, samt TV-nätverket. I topologi finns också ett privat nätverk, DIGINTO, som tillhandahåller servertjänster och applikationer samt Internet anslutning till sitt personal.

Utrustning i laborationer som görs i Packet Tracer är:

  • Wireless Router WRT300 (hittas i Wireless Devices)
  • Router ISP: 2800 modell (hittas i Routers)
  • Router R1: 1941 modell (hittas i Routers)
  • PT-Cloud (hittas i WAN Emulation)
  • Cable moden (hittas i WAN Emulation)
  • Coaxial cable (hittas i Connections)
  • Coaxial Spliter (hittas i Hubs)
  • TV (hittas i End Devices)
  • Några bilder som ska visas på TV (inte stora filer, man väljer själv vilka bilder)

 

Bild 1: TV-nät, HTTP-server google och DNS tillhör ISP. Diginto, ett privat nätverk

Konfigurationer

Wireless Router konfiguration

  1. Klicka på router och välj GUI
  2. Klicka på fliken [Wireless]
  3. Namnge nätverket (SSID: Hemma)
  4. Välj kanal 6 på 2.437 GHz (kanal 6 på 2,437 GHz)
  5. Spara ändringar (längs ner hittar du knappen [Save Settings])

  1. I Wireless klickar du på [Wireless Security] och väljer följande:
  2. Security Mode: WPA2 Personal
  3. Encryption: AES
  4. Phassphrase: Digint0!
  5. Key Renewal: 3600 seconds
  6. Spara ändringar.

Cloud konfiguration

  1. Klicka på PT-Cloud och därefter på [Config]
  2. I spalten till vänster klickar du på [Ethernet 6]
  3. I spalten till höger klicka på [Cable]

  1. I Connections klicka nu på [Cable]
  2. I Spalten till höger välj [Coaxial7] och [Ethernet6]
  3. Klicka på [Add]

  1. Verifiera ändringarna

  1. Klicka nu på [TV Settings] i spalten till vänster.
  2. Klicka på knappen med punkter under Select TV Images för att lägga till bilder som ska visas på TV.
  3. Verifiera att bilderna har lagts till.

ISP router konfigurationer

  • ISP IP konfiguration
  • Router(config)#hostname ISP
  • ISP(config)#int fa0/1
  • ISP(config-if)#description TO CLOUD
  • ISP(config-if)#ip address 198.198.198.1 255.255.255.0
  • ISP(config-if)#no shutdown
  • ISP(config)#int fa0/0
  • ISP(config-if)#description TO GOOGLE-SERVERS
  • ISP(config-if)#ip address 200.200.200.1 255.255.255.0
  • ISP(config-if)#no shutdown
  • ISP(config)#int s0/3/0
  • ISP(config-if)#description TO R1
  • ISP(config-if)#ip address 192.0.0.1 255.255.255.252
  • ISP(config-if)#no shutdown
  • ISP(config)#int f1/0
  • ISP(config-if)#description TO DNS-PUBLIC
  • ISP(config-if)#ip address 8.8.8.1 255.255.255.0
  • ISP(config-if)#no shutdown
  • DHCP konfiguration
  • ISP(config)#ip dhcp excluded-address 198.198.198.1
  • ISP(config)#ip dhcp pool CUSTOMER1
  • ISP(dhcp-config)#network 198.198.198.0 255.255.255.0
  • ISP(dhcp-config)#default-router 198.198.198.1
  • ISP(dhcp-config)#dns-server 8.8.8.8
  • Routing konfiguration
  • ISP(config)#ip route 192.168.1.0 255.255.255.0 192.0.0.2

R1 router interface konfigurationer

  • Router(config)#hostname R1
  • R1(config)#int g0/0
  • R1(config-if)#description TO LAN
  • R1(config-if)#ip address 192.168.1.1 255.255.255.0
  • R1(config-if)#no shutdown
  • R1(config)#int s0/0/0
  • R1(config-if)#description TO ISP
  • R1(config-if)#ip address 192.0.0.2 255.255.255.0
  • R1(config-if)#no shutdown
  • Routing konfiguration
  • R1(config)#ip route 0.0.0.0 0.0.0.0 192.0.0.1

DNS server konfiguration

DNS resursposter


FTP server konfiguration

FTP autentisering

Epost server konfiguration

Epost användarkonfigurationer

 

Tablet konfiguration

EPOST klient konfiguration för tablet

EPOST klient konfiguration för smartphone

PC-7 konfiguration del 1

PC-7 konfiguration del 2