http://wiki.mikrotik.com/wiki/How_to_Connect_your_Home_Network_to_xDSL_Line
i have an cable modem
and i have licenced mikrotik router 2.9 so
i want to get information how can i connect mikrotik router to XDSL modem
i have 2 nic , from nic 1 i am connecting XDSL modem and in nic 2 i am connecting my computers to LAN network .
and
i am trying these configuration
/interface enable ether1,ether2
/ip dhcp-client add interface=ether1 disabled=no
and when i am making
[admin@MikroTik] ip dhcp-client> print detail
i see that in status is writing only searching
Flags: X - disabled, I - invalid
0 interface=eth1-adsl add-default-route=yes use-peer-dns=yes
use-peer-ntp=yes status=searching …
on internet i see that it will be
[admin@MikroTik] ip dhcp-client> print detail
Flags: X - disabled, I - invalid
0 interface=eth1-adsl add-default-route=yes use-peer-dns=yes
use-peer-ntp=yes status=bound address=81.198.55.240/22
gateway=81.198.52.1 dhcp-server=81.198.232.1 primary-dns=80.232.169.11
secondary-dns=195.122.1.59 expires-after=5h5m46s
and than
My service provider uses PPPoE for authentication and IP configuration,i am adding PPPoE client to dial out to the service providers PPPoE server and receive IP configuration:
with xthese config ..
interface pppoe-client
add interface=ether1 user=“rrahmans@hotmail.com” password=“bunny”
add-default-route=yes use-peer-dns=yes disabled=no
and i see that ic connected
admin@MikroTik] interface pppoe-client> monitor pppoe-out1
status: “connected”
uptime: 1m17s
idle-time: 0s
service-name: “”
ac-name: “PPPOE-BLABLA”
ac-mac: 00:0C:42:05:03:99
mtu: 1480
mru: 1480
in the second ethernet i am writing my lan address
/ip address add address=192.168.0.1/24 interface=ether2
i Configure masquerading for my local network:
/ip firewall nat add chain=srcnat src-address=192.168.0.0/24 action=masquerade
when i finish all of these config i see that i can’t connect to internet from my pc
modem—>mikrotik ----->swich -----> pc
what can i do or how can i configure my mikrotik router .
please help me
for all of configuretions that i am doing you can see on
http://wiki.mikrotik.com/wiki/How_to_Connect_your_Home_Network_to_xDSL_Line
but is not working
