I am slowly moving content from Notion to this Wiki. Some things will be missing!
Where necessary, the organisational structure and information will be updated.

Tom's Wiki

Forget-me-not

User Tools

Site Tools


lab:docs:g:sky-q-icmp

Sky Q ICMP (solve “Looks like you do not have internet connection”)

Though the Sky Q box will successfully connect to a network and correctly identify a working internet connection in the network settings, with speech recognition and apps functioning, the user interface will report that there is no internet connection if the device is unable to ping the configured gateway.

Firewall rule for “LOCAL” - traffic from interface/network ↔ the router

(EdgeOS - EdgeRouter/USG config)

rule 40 {
	action accept
	description "Sky Q ICMP (2.4Ghz)"
	log disable
  protocol icmp
  source {
  	mac-address 38:a6:ce:XX:XX:XX
	}
}
rule 50 {
	action accept	
	description "Sky Q ICMP (5Ghz)"
	log disable
	protocol icmp
	source {
		mac-address 38:a6:ce:XX:XX:XX
	}
}
rule 60 {
	action accept
	description "Sky Q ICMP (Ether)"
	log disable
	protocol icmp
	source {
		mac-address 38:a6:ce:XX:XX:XX
	}
}
lab/docs/g/sky-q-icmp.txt · Last modified: Tue 12 Mar 2024 (22:28) by 127.0.0.1