You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the Redirect Internet traffic and Ignore Redirect Gateway buttons are not clicked in the GUI, no default routes are added. However, when adding any configuration to Custom Configuration then default routes appear.
Clicking Ignore Redirect Gateway or adding route-nopull behaves as expected, but it appears that route-nopull is enabled by default and is disabled when adding any configuration items to Custom Configuration even unrelated ones.
Steps to Reproduce
Verify Redirect Internet traffic and Ignore Redirect Gateway are unchecked
Add arbitrary config items to Custom Configuration (I added auth sha512)
Start OpenVPN client
Observe the following routes being added (I used SSH + route -n):
0.0.0.0 10.8.8.1 128.0.0.0 UG 0 0 0 tun11
128.0.0.0 10.8.8.1 128.0.0.0 UG 0 0 0 tun1
Remove arbitrary config items
Click Save
Verify that routes no longer exist
Version Info
Tomato Version: 1.28.0000 -140 K26ARM USB AIO-64K
Let me know if any more info is needed or this isn't an issue at all and I'm a moron 😄
The text was updated successfully, but these errors were encountered:
Issue Summary
When the
Redirect Internet traffic
andIgnore Redirect Gateway
buttons are not clicked in the GUI, no default routes are added. However, when adding any configuration toCustom Configuration
then default routes appear.Clicking
Ignore Redirect Gateway
or addingroute-nopull
behaves as expected, but it appears thatroute-nopull
is enabled by default and is disabled when adding any configuration items toCustom Configuration
even unrelated ones.Steps to Reproduce
Redirect Internet traffic
andIgnore Redirect Gateway
are uncheckedCustom Configuration
(I addedauth sha512
)route -n
):Save
Version Info
Tomato Version:
1.28.0000 -140 K26ARM USB AIO-64K
Let me know if any more info is needed or this isn't an issue at all and I'm a moron 😄
The text was updated successfully, but these errors were encountered: