mastodon.bida.im is part of the decentralized social network powered by Mastodon.
Un'istanza mastodon antifascista. autogestita, italofona con base a Bologna. Rispettosa di privacy e anonimato.

Server stats:

901
active users

Learn more

#srm

0 posts0 participants0 posts today

**Setting up a Synology router and wifi mesh – was it a mistake?**

TL;DR

  • The initial problem was that ISP’s modem/router froze every day.
  • Synology is a good router with a responsive support. But –
  • The problem with Synology was responsivness of my selfhosted webpages via browser/domain name.
  • The solution was an obscure setting that ‘improves compatibility of roaming of wifi clients’
  • I lost 1 week of time to deal with it.
  • Nevertheless, it pays off to have own router. Innobox was s**t.

The problem:

My ISP’s (Telekom SI) modem/router (#Innobox G92) was having serious problems and ISP didn’t (want/know) how to fix it. It froze at least one time every day. It showed internet is connected, but it refused to transfer the data. Of course they (ISP) didn’t admit there is anything wrong with it. But I had logs in my HomeAssistant that showed exactly when the data transfer stopped.

They even replaced it and the new one started to behave exactly like the old one after only a week of use. They also blamed me – they said I should hire a ‘computer specialist’ to check my network.

I have only about 30 network devices.

So I decided (too late) that I want a router that I can control.

The next issue was some of my wifi gadgets didn’t have good wifi connection (e. g. in the basement). I used an old Linksys WRT54G as a separate access point, but I wanted a central management of all my gadgets.

Synology – the solution to ISP’s modem/router connectivity, which itself became a problem

I researched a bit and asked around, which routers are good nowadays. I heard about Ubiquity (and almost decided for it), Asus, TP-Link, OpenWRT (compatible) and Mikrotik. And Synology.

Finally I decided for a Synology. I have their NAS for 13 years, it has a nice UI, hasn’t failed yet and that was a deciding factor.

I went with their top offer: Synology RT6600ax router + WRX560 access point.

Installation of the router was dead easy. I just turned it on, connected to its wifi, created a user, connected WAN port to modem’s LAN port, called Telekom to put the modem in the bridge mode, entered PPPoE user/pass and voila, it worked.

SRM (the management UI) is really nice. I can see traffic by clients/protocols/apps/…

Wifi mesh access points and traffic:

Issues with internal web pages load times … was it DNS?

I tested the network a bit, added WRX560 as a mesh access point. And then the issues started.

Internal web pages accessed via browser / domain names were slow or there was a timeout when loading.

It looks like the network doesn’t handle http/s request to internal web pages well AFTER adding wrx560 and creating a mesh.

Before adding WRX, the access to internal web pages was quick. Even before, when I was using only my ISP modem/router, everything was quick.

Firmware: SRM 1.3.1-9346 Update 12

Symptoms:

When I tried to load a webpage that is on my webserver in my LAN via my domain (e. g. this page, https://blog.rozman.info and some others), it took 1-30 seconds for a page to load (or there was a timeout). Especially if I reloaded the page in a sequence or clicked links on the same page in short time.

Setup:

GPON –> Modem (bridge mode) –> rt6600ax (router) –> wrx560 (ap)

I have static IPv4 (and IPv6). My web domain points to the router static ip –> port forwarding –> reverse proxy (in my LAN) –> web server (in my LAN).

If I connected wirelessly or wired directly to rt6600ax, there was no timeout or delay. If I accessed it from external network (e. g. via mobile data), no timeout or delay.

If I connected wirelessly or wired to the access point WRX, there WAS a delay or timeout. Even if I put wrx on the last place in lan (after a dumb switch) and connected to the same switch, there was a delay. It got worse if I clicked refresh on a web page quickly several times in a row.

I ran countless tests without success.

Everything else worked fast and ok. Speedtest showed 300/100 Mbs, ping was 2-5ms, traceroute was 3ms to my modem, dig was fine, nslookup was fine).

Response of the webpages via IP – also no problem – loaded quickly, under 100ms.

But when I accessed it via domain name, it stuttered. Browser / Developer mode / Network / Timings showed:

If the page loads quickly via IP and stutters via domain name … it must be DNS, right?

Then I wrote a little curl script that measures the response time to exclude browser issues:

curl -w "\nDNS Lookup: %{time_namelookup}s\nConnect: %{time_connect}s\nStart Transfer: %{time_starttransfer}s\nTotal: %{time_total}s\n" -o /dev/null -s https://blog.rozman.info

that returns (when it’s ok):

DNS Lookup: 0.005905s
Connect: 0.007009s
Start Transfer: 0.838036s
Total: 0.838527s

when it choked, it returned:

DNS Lookup: 0.008007s
Connect: 1.009419s //or 2, 3, 10 seconds
Start Transfer: 1.952299s //or 2, 3, 10 seconds
Total: 1.952632s

when there wasa timeout, it returned:

DNS Lookup: 0.006191s
Connect: 0.000000s //timeout
Start Transfer: 0.000000s //timeout
Total: 21.034533s

DNS lookup looks quick, but after that (waiting and connecting) it chokes. 

It felt like that wrx560 (or mesh setup) added some kind of recursive loop to the (DNS?) request. NAT Loopback? I don’t know, I’m not a networking professional.

Failed attempts

I was desperate and tried many things without success:

  • updated both devices
  • disconnected AP, reset, played with its settings, but when I added it back to the mesh, it reset to its factory state and AP mode anyways. After adding it to the mesh, it worked ok for a few minutes, then the issues returned. Repeated several times.
  • Tried to access AP, no success. I couldn’t figure it out how to access it. It’s not in the client list. I even connected it to the router via LAN instead of WAN port. I could see it (MAC address, no IP), but still couldn’t connect to it.
  • Checked my reverse proxy (nginx), optimized some buffering and caching
  • Enabled caching mods (mod_expire) on my webservers (apache)
  • turned off and on almost all settings I could find it in the router software.
  • Cleared the DNS cache countless times (ipconfig /flushdns in cmd and about:networking#dns –> clear DNS cache in Firefox)
  • I even asked Mastodon community for help 🙂
  • In parallel, I contacted Synology’s support. They were helpful and response times were quick (24hrs).
    • Firstly, they sent me some patches and I installed it on the router. No success.
    • Then they ‘adjusted something’ remotely. No success.
    • More remote ‘adjustments’.
    • Lastly, they ‘asked someone’ and gave me the final solution. But in the meantime, I found the workaround solution:

Temporary workaround solution – split DNS

I temporary solved slow response/load times by adding my web site domain names to my local DNS records on my Pihole (‘split DNS’). I wasn’t very happy, because this is no real solution, only a bad workaround. But it worked.

I waited some more for the support to fix it.

At this moment I was sure I didn’t fuck it up. There must be something in the mesh setup that disturbes connection response.

And finally:

After a week of a chat with the support, they suggested to check out some obscure setting hidden deep in the menus and turn it off:

Control panel / System / SRM settings / Enhance the roaming compatibility of clients between Wi-Fi systems (turn it off).

AND IT WORKED!

Immediately after unchecking this setting, the my web pages became responsive. Whoah.

At the end, all good.

But then I started to play with IPv6…

till the next time!

Disclaimer

The links to the products (or mentioning them) are not affiliate links and I don’t receive any compensation for linking.

Hashtags: #synology #srm #homelab #mesh #selfhosting #dns #network

https://blog.rozman.info/setting-up-a-synology-router-and-wifi-mesh-was-it-a-mistake/

#dns#homelab#mesh

RT by @EU_ScienceHub: Solar Radiation Modification: What’s at stake for society?

In this webinar, we examine social science aspects of the #SRM debate. What are the perspectives and interests of some of the key stakeholders?

Join us on 3rd Feb.
scientificadvice.eu/events/sol
---
nitter.privacydev.net/EUScienc

scientificadvice.euSolar radiation modification: What’s at stake for society? – Scientific Advice Mechanism
Replied to RiffReporter

Wie weit dürfen wir gehen, um das #Klima zu retten? Solares #Geoengineering könnte das #Wetter kontrollieren. Aber zu welchem Preis? Expertïnnen warnen vor den Risiken. Ist es unsere letzte Chance oder ein gefährlicher Weg? Von Tomma Schröder #SRM 2/3 riffreporter.de/de/wissen/sola

Blick vom Strand aufs Meer. Am Horizont geht die Sonne unter.
RiffReporter · Sonnencreme für den Planeten? Solares Geoengineering als Apokalypse und als HoffnungsschimmerBy Tomma Schröder

EU scientific advisers:

"[T]he EU now needs to show global leadership in pushing for an international ‘non-deployment’ regime on solar radiation modification (#SRM)"

“Even if some of these proposals could address the symptoms of climate change, they do not address the cause"

The EU has to ensure "[…] that public funding does not take away from the money being spent to cut greenhouse gas pollution and adapt to a hotter planet."

theguardian.com/environment/20

The Guardian · EU should ban space mirrors and other solar geoengineering, scientists sayBy Ajit Niranjan

Today I am participating in a NSF Workshop on #Climate Interventions using #SRM #SolarRadiationManagement

They are pairing up climate scientists like me with #SBE #SocialBehavioralEconomic researchers

To try to figure out the ethics, governance, etc. of #geoengineering our way out of #ClimateChange

new.nsf.gov/events/exploring-e

Here is what I said previously about doing the fake-volcano method:

fediscience.org/@atthenius/109

Ha! This is the most interesting climate-related video I have seen to date.
youtube.com/watch?v=TB9nGlLVXe
#DanMiller on #ClimateChat hosts @weatherwest
and they talk about extremes. Only about extremes. Where they come from, physically, where they will occur.

One reason why this is the most interesting video: it does not touch global mean changes at all. And thus, as Daniel also repeatedly says, is only about what really happens at ground zero.
Another reason is Daniel's extreme eloquence and holistic knowledge, and his ability to draw in facts and explanations from all sorts of areas in order to make a point or answer Dan's question.
I had several 💡 -moments, takeaways I hadn't known of or considered before.

At about minute 50 or so, SRM is discussed (as often on ClimateChat). And to listen to especially Daniel's thoughts on this is particularly valuable because he is who he is.
(His host is pro-SRM I think, and not satisfied with Daniel's holistically presented facts and personal opinions on the matter.)

One question wrt the rule of +1°C = 7% more water vapour in the air.
These +1°C are global mean.
But what the water and energy system actually draws from in places is not +1C GMT.
It finds 2.5C to 3.5C in summer in Germany.
In the Adria, Mediterranean it was +5C this summer (which caused Eastern Europe to drown).
So, in the case of +2.5C on land, doesn't this automatically also translate to an increase in water vapour to 19%?
Including the atmosphere's thirst for water evaporating from soil and plants, ie drought risk?

American units mentioned:
80°F = 26°C
90°F = 32°C
30 inch: 760mm
40,000 feet = 12km

The same old Making Sunsets dudes shooting SO2 balloons off in the news.

cbsnews.com/video/california-s

I remain concerned about #SRM #SolarRadiationManagement #Geoengineering as a way to counteract #ClimateChange

fediscience.org/@atthenius/109

Fortunately, NSF is convening several panels next month on the “Ethics and Societal Interactions of Climate Intervention”. I’ll be participating w other experts.

Hopefully the science community will be bringing (finding a path to) clarity and reasonableness soon

@Snoro bullshit: avec du solar radiation management AU SOL, il n'y a aucun effet sur le photovoltaïque (ni sur le vent mais je m'avance).

Et nous n'avons PAS LE CHOIX car le SRM dû aux aérosols de provenance fossile va disparaître lorsque les émissions cesseront.

meer.org/about

www.meer.orgAbout MEER | Restoring Earth's Energy BalanceDiscover how MEER restores Earth's energy balance. Meticulous research, collaboration, and sustainable solutions for a resilient future.

"...most simulations to date assume SRM to be an additive component to the climate change toolbox, without any physical coupling between mitigation and SRM. In this study we analyze one aspect of this coupling: how renewable energy (RE) capacity, and therefore decarbonization rates, may be affected under SRM deployment by modification of photovoltaic (PV) and concentrated solar power (CSP) production potential."

No plot spoiler; #openaccess.

#SRM
#Geoengineering

esd.copernicus.org/articles/15

esd.copernicus.orgSolar radiation modification challenges decarbonization with renewable solar energyAbstract. Solar radiation modification (SRM) is increasingly being discussed as a potential tool to reduce global and regional temperatures to buy time for conventional carbon mitigation measures to take effect. However, most simulations to date assume SRM to be an additive component to the climate change toolbox, without any physical coupling between mitigation and SRM. In this study we analyze one aspect of this coupling: how renewable energy (RE) capacity, and therefore decarbonization rates, may be affected under SRM deployment by modification of photovoltaic (PV) and concentrated solar power (CSP) production potential. Simulated 1 h output from the Earth system model CNRM-ESM2-1 for scenario-based experiments is used for the assessment. The SRM scenario uses stratospheric aerosol injections (SAIs) to approximately lower global mean temperature from the high-emission scenario SSP585 baseline to the moderate-emission scenario SSP245. We find that by the end of the century, most regions experience an increased number of low PV and CSP energy weeks per year under SAI compared to SSP245. Compared to SSP585, while the increase in low energy weeks under SAI is still dominant on a global scale, certain areas may benefit from SAI and see fewer low PV or CSP energy weeks. A substantial part of the decrease in potential with SAI compared to the SSP scenarios is compensated for by optically thinner upper-tropospheric clouds under SAI, which allow more radiation to penetrate towards the surface. The largest relative reductions in PV potential are seen in the Northern and Southern Hemisphere midlatitudes. Our study suggests that using SAI to reduce high-end global warming to moderate global warming could pose increased challenges for meeting energy demand with solar renewable resources.

Someone is going to dim the sun, and it will be soon, climate.benjames.io/someone-is.

The fact:
- “100 planes injecting sulfur particles into the stratosphere would dim the sun by about 1%, and cool the earth by about 1°C”

The reality:
- We don’t know if a cascade reaction can happen, and if it will, it can be absolutely dramatic.
- It is most costly than the article suggests.
- We need to regulate/forbid this.

Ben JamesSomeone is going to dim the sun, and it will be soon.People are starting to take geoengineering seriously.

Despite it's title "It's Time to Engineer the Sky" this piece in SciAm does a decent job of laying out the risks of geoengineering using stratospheric aerosols as well as the arguments people use to promote research into it.

Original title "A Stratospheric Gamble" was a better one though.

Bottom line: SRM has major risks but also quite possibly deployed in future. I'd rather not leave research up to carbon offsetters

#GeoEngineering #ClimateChange #SRM

scientificamerican.com/article

Scientific AmericanIt’s Time to Engineer the SkyGlobal warming is so rampant that some scientists say we should begin altering the stratosphere to block incoming sunlight, even if it jeopardizes rain and crops

@gdeihl

Geoffrey Deihl
Stratospheric Aerosol Injection: Earth’s Last Chance Dance?

"As a non-scientist, I can’t give an opinion about when to deploy this technology [stratospheric aerosol injection (SAI)]. I certainly don’t want to see the situation come to that. I can say with confidence, however, every day brings us closer to taking this risky path..."

With dire consequences

geoffreydeihl.substack.com/p/s

Sane Thoughts for Insane TimesStratospheric Aerosol Injection: Earth’s Last Chance Dance?By Geoffrey Deihl
#SAI#SRM#SO2

Solar radiation modification (SRM) is a controversial technique that aims to reflect sunlight back into space to cool the Earth. SRM could potentially reduce some of the impacts of climate change, such as heat waves and sea level rise, but it also poses significant risks and uncertainties. Policymakers must understand the trade-offs and ethical issues and engage with diverse stakeholders and experts to ensure responsible governance.

#SRM #ClimateChange #Governance

project-syndicate.org/magazine