dear all,
I got problem with routing. heres my network configuration
public (public ip) --- (eth0)MT(eth1)(public and local IP) ---(public and local IP)local
on local I have several clients, so some of them using private ip and other using public one.
oke lets it be like this ;
On MT :
192.168.1.1/24 (private ip)
222.124.34.1/30 (public ip)
On Client :
Client A 192.168.1.2/24
Client B 222.124.34.2/30
Both of clients (A and B) got no problem to access the internet, for client A I`m using src-nat and for client B just routing.
Problem is, Client A can not access Client B. I just try to put webserver on client B then try to browse it from client A. its not work.
Any ideaplease? I just try to put route static to dst-address=222.124.34.2 gw=222.124.34.1 still not work.
Thanks.