-
Notifications
You must be signed in to change notification settings - Fork 66
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
Removal of EAMT entries too slow; Need a faster removal using file handle #381
Comments
Yes; make a file including only the entries you want (in addition to other relevant configuration), then apply it.
So you want a stateful setup? You sure you wouldn't be better off using Stateful NAT64? |
Thank you for the quick response. The DNS on the other hand maintains a database (SQLite) of these mappings and also maintains the last request time for respective IPv6 IPs. Now, I want to remove those entries where the request hasn't come for a long time or over TTL period. So, flushing and re-adding entries using a file would be a bad idea since the existing traffic gets interrupted. |
There will be no traffic interruption. Not even for a nanosecond.
One nanosecond the old instance is being used, next nanosecond the next instance is being used. Each translator has its own EAM table. |
Forgot to mention: The above applies if you use a ie. don't run |
Well, I have built the new translator using file config just as mentioned by you and it really went well. |
Don't know why.
You sure this is doing what you want? Deleting the global block induces default global configuration, not "retain old global configuration." In other words, no global means no pool6. (Remember: It's a completely new instance.) If you're willing to debug it, can you enable debug and post what it prints before and after it stops working? |
Well, I am not worried about pool6 not being present in jool_siit global at this point since I am not expecting outside hosts to connect to the ipv4 clients inside. |
The removal of EAMT entries taking too long when done in linear mode.
Is there a quick way to use a file handle for removal of some EAMT entries selectively out of several mappings?
It would be even better if we can have the EAMT removed if there is no traffic for a configured amount of time on that entry.
The text was updated successfully, but these errors were encountered: