Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Configurable NTP IP address #1969

Open
BananaBagel opened this issue Oct 23, 2023 · 4 comments
Open

[Feature Request] Configurable NTP IP address #1969

BananaBagel opened this issue Oct 23, 2023 · 4 comments

Comments

@BananaBagel
Copy link

I'm requesting this because I want to be able to use ntp from a specific NTP server. That being my local firewall which provides network time.

Also, if the request sent out gets rejected by a firewall or does not respond, the 3DS freezes and has to be forcibly shut down (hold power button). In my case, I have an OPNsense firewall that blocks any outbound traffic unless specifically allowed. And that same server also provides NTP. In the logs, it blocked the request out for NTP. If this is something that's actually gonna get fixed then uh I have a new 3ds xl (red), both luma 12.0 and 13.0.2 have the same problem (I updated today to try and fix it). I installed CFW almost a year ago so I don't remember what my installation looked like. I think it involved DSiWare.

@kry008
Copy link

kry008 commented Nov 26, 2023

3DS freezes and has to be forcibly shut down (hold power button)
I have the same problem, maybe place ip in config.ini will be good choice? Now i have manualy change and compile it to use own IP of NTP host. For manual change you can do it in ntp.h (sysmodules/rosalina/source) @BananaBaagel

@eku
Copy link

eku commented Nov 26, 2023

I have an OPNsense firewall

What's wrong with a rule that directs all NTP requests to the OPNsense? It's called Destination NAT.

iptables -A PREROUTING -t nat -p udp --dport ntp -j REDIRECT --to-port 123

@kry008
Copy link

kry008 commented Nov 26, 2023

I have an OPNsense firewall

What's wrong with a rule that directs all NTP requests to the OPNsense? It's called Destination NAT.

iptables -A PREROUTING -t nat -p udp --dport ntp -j REDIRECT --to-port 123

Not in every network you can do that thing, sometimes someone manage it and you cannot access where is blocked default ip from Luma

@eku
Copy link

eku commented Nov 27, 2023

I have an OPNsense firewall

Not in every network you can do that thing, sometimes someone manage it and you cannot access where is blocked default ip from Luma

The author of this issue has the option. And that's all I was referring to.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants