[TESTING] Public IP used instead local IP as source on oet1

Post new topic   Reply to topic    DD-WRT Forum Index -> Advanced Networking
Goto page Previous  1, 2
Author Message
LaimisV
DD-WRT User


Joined: 01 Mar 2016
Posts: 63

PostPosted: Wed Oct 05, 2022 23:00    Post subject: Reply with quote
Should I open this as separate issue as it drifted from initial question?

I have `nvram set` values that I change so they cover whole configuration. I don't use DD-WRT GUI to do changes.
Sponsor
blkt
DD-WRT Guru


Joined: 20 Jan 2019
Posts: 5695

PostPosted: Thu Oct 06, 2022 6:57    Post subject: Reply with quote
Use current builds and reset, explore what can already now be done with WebUI before diving back into commands.

For wireless issues, try advanced settings checkbox for both radios to set each firmware type from dd-wrt to vanilla.
https://forum.dd-wrt.com/phpBB2/viewtopic.php?p=1262148#1262147
https://forum.dd-wrt.com/phpBB2/viewtopic.php?p=1272454#1272454
https://forum.dd-wrt.com/phpBB2/viewtopic.php?p=1272576#1272570
Final thoughts set regulatory domain and do not use automatic channel selection so specify width channel extension.


Last edited by blkt on Thu Oct 06, 2022 7:22; edited 3 times in total
egc
DD-WRT Guru


Joined: 18 Mar 2014
Posts: 12877
Location: Netherlands

PostPosted: Thu Oct 06, 2022 7:05    Post subject: Reply with quote
Certainly start another thread in the Atheros forum.

The R7800 spontaneous rebooting is seldom seen.

Can be anything from bad wireless setting to running out of memory, you can setup remote logging to capture things also keep an eye on CPU usage and if there are rogue processes with top or htop

Consider adding a SWAP file, I think SWAP is enabled on the R7800.

Only use a SWAP file if you have connected an SSD via USB3

_________________
Routers:Netgear R7000, R6400v1, R6400v2, EA6900 (XvortexCFE), E2000, E1200v1, WRT54GS v1.
Install guide R6400v2, R6700v3,XR300:https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=316399
Install guide R7800/XR500: https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=320614
Forum Guide Lines (important read):https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=324087
LaimisV
DD-WRT User


Joined: 01 Mar 2016
Posts: 63

PostPosted: Thu Oct 06, 2022 21:02    Post subject: Reply with quote
Thanks for input. Here is new thread https://forum.dd-wrt.com/phpBB2/viewtopic.php?p=1272959#1272959 where same issues 2-5 described.
LaimisV
DD-WRT User


Joined: 01 Mar 2016
Posts: 63

PostPosted: Sun Oct 16, 2022 21:41    Post subject: Reply with quote
Marked this issue as solved, because it doesn't need any input. Just waiting. If R7800 will survive additional month without this issue, I'm guaranteed that firmware upgrade helped. Also I will support community.
LaimisV
DD-WRT User


Joined: 01 Mar 2016
Posts: 63

PostPosted: Mon May 22, 2023 19:25    Post subject: Reply with quote
Unfortunately, I got this issue few times during 6 months time without changing configuration.

This command can generate wrong packets:

ping -I oet1 -I 7.X.X.110 192.168.250.111

So WG behaves same. It uses public IP where it shouldn't use it. The work around to this problem is

iptables -t nat -A POSTROUTING -o oet1 -s 7.X.X.110/32 -d here_is_IP_that_you_want_to_use_instead_of_public_IP_7.X.X.110/32 -j SNAT --to 192.168.250.111

It could be solution for someone. Unfortunately, I can't use NAT. I need unNATed traffic. 99.99%+ times everything works, but occasionally I get this weird issue. Ping command demonstrates how wrongly it behaves.
Goto page Previous  1, 2 Display posts from previous:    Page 2 of 2
Post new topic   Reply to topic    DD-WRT Forum Index -> Advanced Networking All times are GMT

Navigation

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum