🔒 Closed Problems in my iptables

Status
Not open for further replies.

Ace Valentine

Honorary Poster
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.

About this Thread

  • 0
    Replies
  • 578
    Views
  • 1
    Participants
Last reply from:
Ace Valentine

Online now

Members online
1,176
Guests online
1,426
Total visitors
2,602

Forum statistics

Threads
2,273,447
Posts
28,949,561
Members
1,235,749
Latest member
hhu677
Back
Top