@Daniele_Sunrise
So würde das aussehen.
Ich kann die TV Box übrigens nicht anpingen, ist das normal?
Und leider zeigt der Diagnose Bildschirm die IP nicht an, vielleicht hat die TV Box aber auch ein Problem mit dem DHCP Server?
Dies ist die DHCP Konfiguration:
dhcp-server {
disabled false
hostfile-update disable
shared-network-name LAN {
authoritative enable
subnet 192.168.1.0/24 {
default-router 192.168.1.1
dns-server 192.168.1.20
domain-name local
lease 86400
start 192.168.1.38 {
stop 192.168.1.100
}
static-mapping UPC-TV-BOX {
ip-address 192.168.1.21
mac-address 18:9c:27:54:50:ba
}
static-mapping UPC-TV-BOX-LAN {
ip-address 192.168.1.22
mac-address 18:9c:27:54:50:b9
}
}
}
}
static-arp disable
use-dnsmasq disable
}
dns {
forwarding {
cache-size 150
listen-on switch0
}
}
Hier noch ein Capture des DHCP Austauschs (welcher mit einem CS9004 auf der TV Box endet, die Meldung verschwindet aber von selbst innert wenigen Sekunden).
ubnt@ubnt:~$ sudo tcpdump -i switch0 -n udp dst port 67 -vv
tcpdump: listening on switch0, link-type EN10MB (Ethernet), capture size 262144 bytes
14:08:11.189089 IP (tos 0×0, ttl 64, id 0, offset 0, flags [none], proto UDP (17), length 354)
0.0.0.0.68 > 255.255.255.255.67: [udp sum ok] BOOTP/DHCP, Request from 18:9c:27:54:50:b9, length 326, xid 0×2857419, Flags [none] (0×0000)
Client-Ethernet-Address 18:9c:27:54:50:b9
Vendor-rfc1048 Extensions
Magic Cookie 0×63825363
DHCP-Message Option 53, length 1: Discover
Client-ID Option 61, length 7: ether 18:9c:27:54:50:b9
MSZ Option 57, length 2: 576
Parameter-Request Option 55, length 8:
Subnet-Mask, Default-Gateway, Domain-Name-Server, Hostname
Domain-Name, BR, NTP, Option 125
Vendor-Class Option 60, length 12: “udhcp 1.24.1”
Hostname Option 12, length 6: “EOSSTB”
T125 Option 125, length 35: 0.0.13.233.30.1.6.51.67.51.54.69.52.2.12.48.48.51.55.51.51.57.49.54.48.48.53.3.6.69.79.83.83.84.66
14:08:11.209407 IP (tos 0×0, ttl 64, id 0, offset 0, flags [none], proto UDP (17), length 366)
0.0.0.0.68 > 255.255.255.255.67: [udp sum ok] BOOTP/DHCP, Request from 18:9c:27:54:50:b9, length 338, xid 0×2857419, Flags [none] (0×0000)
Client-Ethernet-Address 18:9c:27:54:50:b9
Vendor-rfc1048 Extensions
Magic Cookie 0×63825363
DHCP-Message Option 53, length 1: Request
Client-ID Option 61, length 7: ether 18:9c:27:54:50:b9
Requested-IP Option 50, length 4: 192.168.1.22
Server-ID Option 54, length 4: 192.168.1.1
MSZ Option 57, length 2: 576
Parameter-Request Option 55, length 8:
Subnet-Mask, Default-Gateway, Domain-Name-Server, Hostname
Domain-Name, BR, NTP, Option 125
Vendor-Class Option 60, length 12: “udhcp 1.24.1”
Hostname Option 12, length 6: “EOSSTB”
T125 Option 125, length 35: 0.0.13.233.30.1.6.51.67.51.54.69.52.2.12.48.48.51.55.51.51.57.49.54.48.48.53.3.6.69.79.83.83.84.66