Hi,
i recently started a linux box as a gateway for our office network.
My ISP gave me a static IP and asked me to do SNAT to all packages in order to get access to Internet.
The box has two ethernets:
eth0(int) : 192.168.0.2
eth1(ext) : 195.149.248.218
I've iptables running:
iptables -t nat -A POSTROUTING -o eth1 -j SNAT --to-source 195.149.249.65
The problem is that i cannot neither ping, trace or dir from that machine.
I want to start squid on that machine but it i don't know how to do it!
please help!!!