Skip to content
Discussion options

You must be logged in to vote

Hi so this was actually an odd one as our manager was on a seperate network sending data behind a NAT IP on an ASA what we did was actually NAT on the docker interface as we couldnt amend the sls file as that would of broke our other forwarders:

iptables -t nat -A PREROUTING -i docker0 -p tcp -d 10.5.X.X -j NETMAP --to 10.100.Y.Y

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by ng1991
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants