Community discussions

MikroTik App
 
cyberwolfer
just joined
Topic Author
Posts: 15
Joined: Wed Aug 29, 2007 4:33 am

[ask] routing problem

Mon Jun 22, 2009 6:14 am

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.
 
User avatar
Egate
Long time Member
Long time Member
Posts: 555
Joined: Thu May 15, 2008 10:43 am
Location: South Africa

Re: [ask] routing problem

Mon Jun 22, 2009 11:21 pm

Sounds to me as though you do not have routes pro parley set up in mikrotik. Have to setup routes in order for mikrotik to know which interface or gateway to use to reach the clients. Has to ave a route for 192.168.1.0/24 and 222.124.34.0/30