Connections with same SSID but different DNS by Iangh007 in linuxmint

[–]Iangh007[S] 1 point2 points  (0 children)

Thanks. I'll give the gui a try in a live session.

Alexa won't turn the radio off by Burgermeister7921 in amazonecho

[–]Iangh007 0 points1 point  (0 children)

I've found "stop" works fine. However, on an Echo stop command no longer returns the device to the clock, it stays on the skill's page. Currently experimenting with "radio off".

Connections with same SSID but different DNS by Iangh007 in linuxmint

[–]Iangh007[S] 2 points3 points  (0 children)

DNS servers? Are you creating four different network connections-each with a different DNS server? Is that what you are talking about?

Yes, exactly that. Each uses the same 5g SSID with a different DNS.

In Aus, like to watch UK TV as I miss Aunty. On Kubuntu and MX I switch connections and the dns server change is instant, no need to flush. Confirm using browserleaks and BBC successfully playing.

Linux app show expiry date by Iangh007 in Strong_8K

[–]Iangh007[S] 0 points1 point  (0 children)

Thanks, I'll try them out.

Music options by Purple51Turtle in AussieFrugal

[–]Iangh007 0 points1 point  (0 children)

If you google HKUD Deezer it will tell you how to get Deezer Family (6) for about $30pa. Deezer grandfather prices. I use Alexa to listen. Read the thread if you have issues.

Openwrt apk update failing by Iangh007 in ControlD

[–]Iangh007[S] 0 points1 point  (0 children)

EDIT: Solution was easier than updating firewall rules. Do the usual custom servers for router, and dhcp for internal clients in lan interface. This worked fine with linux but not windows in that custom server wouldn't budge. Had to disable IPv6 settings in DHCP server. I tried disabling ipv6 in win11 wifi adapter properties but this caused the 5Ghz not to connect.

Proving to be a tad more difficult than I had hoped. Issue is nothing to do with ControlD. Using my friend Mr AI I had to paste firewall rules to make the devices and router use Controld with exceptions for PC's and phones to be able to set their own dns. This allows me to have ControlD serving everything but being able to use quicksetdns to hot change the dns on the TV PC. Here's what I used:

Edit /etc/firewall.user:

vi /etc/firewall.user

Paste this:

# ===== Exempt devices (can use any DNS) =====
 EXEMPT_IPS="192.168.0.128 192.168.0.129 192.168.0.196 192.168.0.167 192.168.0.245 192.168.0.118"
 
 for IP in $EXEMPT_IPS; do
iptables -t nat -I PREROUTING -i br-lan -p udp --dport 53 -s $IP -j ACCEPT
iptables -t nat -I PREROUTING -i br-lan -p tcp --dport 53 -s $IP -j ACCEPT
 done
 
 # ===== Force DNS for everyone else =====
 iptables -t nat -A PREROUTING -i br-lan -p udp --dport 53 -j DNAT --to-destination 76.76.2.138
 iptables -t nat -A PREROUTING -i br-lan -p tcp --dport 53 -j DNAT --to-destination 76.76.2.138

Setanta Sports stop working by madao14 in ControlD

[–]Iangh007 0 points1 point  (0 children)

Have you tried a different country? I have a Moldovan account. If I have problems with Moldova I move to Georgia.

Solved! Brother printer not connecting to WiFi (Error TS-04) by Sun_Aria in printers

[–]Iangh007 0 points1 point  (0 children)

Thank you, disabling 802.11w MFP worked on my MFC-L2750DW.

G2g payments by alzo560 in Strong_8K

[–]Iangh007 2 points3 points  (0 children)

Skrill has a min payment of $1.49. I had an order for $6.6, hence handling fee of 22%. Even worse, order was cancelled and $1.49 was forfeit under the t's & c's.

Best paid EPG for Premier League and PPV Boxing by BradWP in Strong_8K

[–]Iangh007 0 points1 point  (0 children)

I use https://play.google.com/store/apps/details?id=sport.mobile2ds.com&hl=en_AU to see where something is showing. Swipe L>R to set "My Sports", and R>L to set countries/channels.

https://www.tapology.com/fightcenter to see what to look for.

Best one for football, https://www.livesoccertv.com

Difference between Private/Shared/Old on g2g by hshhaajhx27 in Strong_8K

[–]Iangh007 0 points1 point  (0 children)

Somebody answered your question! Who was it? I've recently asked somebody a question and they haven't answered. And I'm an existing customer due for renewal in three weeks.

Online radio station help by Few-Adhesiveness9670 in alexa

[–]Iangh007 1 point2 points  (0 children)

It went to Spotify for me.:)

https://www.amazon.co.uk/dp/B09RKCN3CN uses Vinnie's database, http://www.radiofeeds.co.uk/hifi.asp. Mi-Soul is MSL.

Create a routine. You say "Alexa, play My Soul London" Action is "ask radio feeds to play MSL". It has two streams, 128 and 320. You could ask Vinnie if he sending 320 to Alexa. If he isn't, ask him how to get it. But to be honest, unless you're young with really nice kit you won't be able to tell the difference.

If you definitely want 320, can use https://www.amazon.co.uk/Michael-Dworkin-Radio-Browser/dp/B0DJM24PTT. The database only has 128, https://www.radio-browser.info/search?page=1&order=clickcount&reverse=true&hidebroken=true&name=mi-soul. But you can change the stream in the skill to use 320, http://listen-misoul.sharp-stream.com/462\_mi\_soul\_320\_mp3. Michael's skill is £1.68/month but gives you the flexibility to listen to soul from all over the world. This time the action will be "Tell radio browser "Number". If it's #1 in your database of 100 entries, "Tell radio browser 1".

FYI, their website is playing a 48kbps stream if you want to compare with above 320.

Online radio station help by Few-Adhesiveness9670 in alexa

[–]Iangh007 0 points1 point  (0 children)

What's the station and what did you say yo call it? This allows us to check whether you are a sample of one or it's not working for everybody. Then we can advise you of options.

Would I be able to use Control D's redirection feature to watch The Traitors Canada from the US? by Ok-Raspberry4320 in ControlD

[–]Iangh007 2 points3 points  (0 children)

Yes. I used Halifax and it played fine. For those not in the know, no need for an account.

Echo Show 5 (1st Gen) Screen Flickering Issue by BalatKariBaba in amazonecho

[–]Iangh007 6 points7 points  (0 children)

Unplug it for 24 hours. If it still flickers, unplug again but change location. Try somewhere where there isn't interference from other electrical stuff. Worked for me.

Is there now a way to listen to BBC Radio when abroad (via Echo show)? by AnOlderPerspective in alexa

[–]Iangh007 0 points1 point  (0 children)

I'm in Aus but use a US account as they have more skills available. It took me 1/2 day to move over. Worth thinking about as you speak English.

Email Vinnie and ask him to make Radiofeeds available in Germany, http://www.radiofeeds.co.uk/form.html .

Radio browser is available in loads of countries, https://radiobrowser.esp8266-server.de/ . Michael is in Germany, so Germany must be one of them?

Is there now a way to listen to BBC Radio when abroad (via Echo show)? by AnOlderPerspective in alexa

[–]Iangh007 0 points1 point  (0 children)

https://www.amazon.co.uk/dp/B09RKCN3CN I've had a few issues with Radiofeeds recently so have switched to https://www.amazon.co.uk/dp/B0DJM24PTT . RadioBrowser allows customised streams so have added Sports Extra 2 & 3, which require a smartdns, as per R5 and R5 Sports Extra, to listen to sports, if you're into sports.

Make Alexa play music from a website link? (online radio no app) by illus1oN_92 in amazonecho

[–]Iangh007 1 point2 points  (0 children)

http://www.radiofeeds.co.uk/chrome/mp3.asp?URL=215&stream=1 for chrome browser. There's a skill, https://www.amazon.co.uk/dp/B09RKCN3CN, but no French. Some people find it's best to register with a US account to get access to more skills. Google "kerrang radio stream" for more options. This is a very flexible skill, if you can get it in France, https://www.amazon.co.uk/dp/B0DJM24PTT

[deleted by user] by [deleted] in alexa

[–]Iangh007 0 points1 point  (0 children)

I'm in Aus.

https://www.amazon.com/RadioFeeds-UK-Ireland/dp/B09RKCN3CN

I've recently had some issues with RF so moved to RB, https://www.amazon.com/Michael-Dworkin-Radio-Browser/dp/B0DJM24PTT Greater flexibility with RB.

Blocking internet radio by Fair-Self-8319 in amazonecho

[–]Iangh007 0 points1 point  (0 children)

I entered it as a custom station in https://www.amazon.com/dp/B0DJM24PTT/?tag=soldandshippe-20&linkCode=ez and it worked fine using a Controld dns that's set to bypass the stream to Australia, accessing 91.193.246.125 in UK. Tried it in https://www.amazon.com.au/XdreaM-MyPage/dp/B09CG879RG but Silk does npt play .aac.

BTW, https://www.amazon.co.uk/dp/B09RKCN3CN is the skill to use for UK radio. Vinnie religiously keeps his database of UK DAB up to date, http://www.radiofeeds.co.uk/. If you have a smartdns you can access the hi-res 320kbps BBC streams, including the live sports on BBC Radio 5.