Question about network setup #15

Closed
opened 2025-11-19 07:11:54 -06:00 by GiteaMirror · 4 comments
Owner

Originally created by @gyokiss on GitHub (Apr 8, 2025).

Dear All,

As beginner, a probably very basic question. I would like to build up a lab, to see, what is possible, what can I do with this environment. I have in cloud built up the pangolin server, it looks good. The newt installation itself looks good, and pangolin reports online. But - on newt server do I see constant pinging attempts, I think the connection is not so good as should be. Also cannot add proxy for my internal stuff. Reports back gateway timeout.

My lab is behind a firewalled environment. I think should be there some incoming traffic enabled to newt server?

Thanks

György

Originally created by @gyokiss on GitHub (Apr 8, 2025). Dear All, As beginner, a probably very basic question. I would like to build up a lab, to see, what is possible, what can I do with this environment. I have in cloud built up the pangolin server, it looks good. The newt installation itself looks good, and pangolin reports online. But - on newt server do I see constant pinging attempts, I think the connection is not so good as should be. Also cannot add proxy for my internal stuff. Reports back gateway timeout. My lab is behind a firewalled environment. I think should be there some incoming traffic enabled to newt server? Thanks György
Author
Owner

@oschwartz10612 commented on GitHub (Apr 9, 2025):

Hi is this related to fosrl/pangolin#495)?

If so lets continue over there. If the pings are failing that is why you would be seeing the gateway timeout.

@oschwartz10612 commented on GitHub (Apr 9, 2025): Hi is this related to [fosrl/pangolin#495)](https://github.com/fosrl/pangolin/issues/495#issuecomment-2788685834)? If so lets continue over there. If the pings are failing that is why you would be seeing the gateway timeout.
Author
Owner

@gyokiss commented on GitHub (Apr 10, 2025):

Cool,

Now I have made a very new test - on another environment, another mikrotik ( but as fa I see, very similar config at least in nat) and newt runs on macos. That runs fine.
2nd test from third env - mikrotik as well, but now a rhel9 - also success.

So I have checked back the original environment with a different newt host, - landed in same issue.

That means newt is unable to connect. Interesting, the basic wirguard has no issue with connection. It would be great to have a test/requirement what should be a basic network config to use newt, or a short sample what is the requirement to create gateway with basic wireguard.

@gyokiss commented on GitHub (Apr 10, 2025): Cool, Now I have made a very new test - on another environment, another mikrotik ( but as fa I see, very similar config at least in nat) and newt runs on macos. That runs fine. 2nd test from third env - mikrotik as well, but now a rhel9 - also success. So I have checked back the original environment with a different newt host, - landed in same issue. That means newt is unable to connect. Interesting, the basic wirguard has no issue with connection. It would be great to have a test/requirement what should be a basic network config to use newt, or a short sample what is the requirement to create gateway with basic wireguard.
Author
Owner

@gyokiss commented on GitHub (Apr 10, 2025):

update 2.
I have managed to remove the firewall filter in my environment - it look s like all UDP ports have to enabled to reacht the mikrotik in this case. ( My mikrotiks in test and prd environment are CHR vm's).
Question: do you have a limit/range what udp ports will be used by newt? or is there any way to limit that?

@gyokiss commented on GitHub (Apr 10, 2025): update 2. I have managed to remove the firewall filter in my environment - it look s like all UDP ports have to enabled to reacht the mikrotik in this case. ( My mikrotiks in test and prd environment are CHR vm's). Question: do you have a limit/range what udp ports will be used by newt? or is there any way to limit that?
Author
Owner

@oschwartz10612 commented on GitHub (Apr 22, 2025):

Sorry for the long delay. Did you get it to work?

You can edit the start_port in the config.yml to set the port for Wireguard for newt.

gerbil:
    start_port: 51820
@oschwartz10612 commented on GitHub (Apr 22, 2025): Sorry for the long delay. Did you get it to work? You can edit the `start_port` in the config.yml to set the port for Wireguard for newt. ``` gerbil: start_port: 51820 ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/newt#15