1

For simplicity let's assume the following set up:

2 machines on the same subnet:

Machine-A (mint-17): 192.168.100.2

- Has Open-VPN connection which allows it access to private website W1 - Has ip-forwarding enabled 

Machine-B (mint-18): 192.168.100.3

- Has all traffic routed through Machine-A 

On machine-B, I can browse the web, etc. However I cannot access website W1.

Not sure what I need to do so that Machine-B would also have access website W1.

1 Answer 1

2

on machine A:

iptables -A POSTROUTING -t nat -j MASQUERADE 
1
  • Thank you - Iooks like I need to study iptables once I try it out, I'll mark your answer! Commented Nov 2, 2016 at 15:36

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.