Community discussions

MikroTik App
 
alitalia
just joined
Topic Author
Posts: 5
Joined: Tue May 29, 2007 8:20 pm
Location: Indonesia

MIKROTIK as client can't online internet

Wed May 30, 2007 7:38 am

please help , im new using mikrotik router os, i have problem., cannot connet internet when im as client, ip public dynamic ip local static i have set ip firewall nat action=masquarade chain=srcnat help me.....
 
pedja
Long time Member
Long time Member
Posts: 684
Joined: Sat Feb 26, 2005 5:37 am

Re: MIKROTIK as client can't online internet

Wed May 30, 2007 11:07 am

First check if mikrotik itself sees internet by pinging and tracerouting some addressees form MT. If it does not work, your internet connection does not work. If it does work, then you haven't set masquerading properly, or there is problem with local network configuration. Also check if local network sees MT properly.

Do not just complain it does not work. At list say show your configuration.
 
Borage
Member Candidate
Member Candidate
Posts: 170
Joined: Sun Sep 26, 2004 10:19 pm

Re: MIKROTIK as client can't online internet

Tue Jun 05, 2007 1:14 pm

Try this one.
/ ip firewall nat 
add chain=srcnat out-interface=ether1 action=masquerade comment="" disabled=no
The rule should look like this if you issue the print command.
[admin@MikroTik] > ip firewall nat print srcnat
Flags: X - disabled, I - invalid, D - dynamic
0 X chain=srcnat out-interface=ether1 action=masquerade
The interface ether1 in this example is connected to the Internet. Remember to always add the rule to the outgoing network interface.
 
User avatar
balimore
Forum Veteran
Forum Veteran
Posts: 884
Joined: Mon Apr 10, 2006 3:38 am

Re: MIKROTIK as client can't online internet

Tue Jun 05, 2007 1:27 pm

----
or try with this code:
/ ip firewall nat add chain=srcnat src-address=192.168.0.0/24 action=masquerade
that's nat code 192.168.0.0/24 example subnet for.

regards
Hasbullah.com
----
 
alitalia
just joined
Topic Author
Posts: 5
Joined: Tue May 29, 2007 8:20 pm
Location: Indonesia

Re: MIKROTIK as client can't online internet

Sun Jun 17, 2007 1:54 pm

thx all... its workin... :lol:

Who is online

Users browsing this forum: almdandi and 71 guests