What's new

Closed Problems in my iptables

Status
Not open for further replies.

Ace Valentine

Honorary Poster
Joined
Jun 7, 2018
Posts
573
Reaction
169
Points
225
I want this setup:

Client -> VPN -> Squid Proxy -> Internet
TAP_NETWORK = 10.100.10.0/24

Currently I have this Rule:
iptables -t nat -F
iptables -t nat -A POSTROUTING -s ${TAP_NETWORK} -j SNAT --to-source ${SERVER_IP}

I want to redirect all traffic from VPN to SQUID.. can you help me with that?
 
Status
Not open for further replies.
Back
Top