I have a dhcp server
Wan Ip=116.58.117.21
LanIp=192.168.0.1
Dhcp server assigned ip to Clients but client are not able to browse any thing kindly help me
Client ip assigned by dhcp
Ip=192.168.0.10
subnet=255.255.255.0
gateway=192.168.0.1
I have a dhcp server
Wan Ip=116.58.117.21
LanIp=192.168.0.1
Dhcp server assigned ip to Clients but client are not able to browse any thing kindly help me
Client ip assigned by dhcp
Ip=192.168.0.10
subnet=255.255.255.0
gateway=192.168.0.1
Are the clients NAT’d correctly? Is the NAT rule counting packets? Do you have a default route set up on the router out the WAN interface?
Without your specific configuration it’s hard to troubleshoot this.
kindly tell me how i set routes nat etc etc according to this configuration
thanks


/ip firewall nat add chain=srcnat src-address=192.168.0.0/24 action=src-nat to-addresses=116.58.117.21 out-interface=wan
should work. It looks like you already have a default route.
Thanks Alot its Working Now Thanks u very much sir
now i want to this server as hotspot and pppoe server will u help me
The wiki contains examples for both.
http://wiki.mikrotik.com/
Hotspot and pppoe will work on same mikrotik?
Should be fine as long as you separate the two (run Hotspot on one interface, PPPoE separate from that).
then i need three or four interface
1 Wan
2 Lan
3 PPPOE
5 Hotspot
Or
1 Wan
2 Lan
3 PPPOE/LAN
4 Hotspot
t
then i need three or four interface
1 Wan
2 Lan
3 PPPOE
5 Hotspot
Or
1 Wan
3 PPPOE/LAN
4 Hotspot
how much interface i will need for wan,lan,dhcp,pppoe,hotspot in one mikrotik OS