I have an ADSL modem connected to the Ether1-Gateway port, and am therefore unable to access it.
I've read http://forum.mikrotik.com/viewtopic.php?f=13&t=57219 here, but no joy.
How do I access the modem?
Edit: I've posted this on the Mikrotik forum as well, and will update here, if I get an answer there.
/ip address print detail
/ip route print detail
/interface print detail
/ip firewall export
I've read http://forum.mikrotik.com/viewtopic.php?f=13&t=57219 here, but no joy.
How do I access the modem?
Edit: I've posted this on the Mikrotik forum as well, and will update here, if I get an answer there.
/ip address print detail
Flags: X - disabled, I - invalid, D - dynamic
0 ;;; default configuration
address=192.168.1.50/24 network=192.168.1.0
interface=ether2-master-local actual-interface=ether2-master-local
1 D address=41.xxx.xxx.xxx/32 network=xxx.xxx.xxx.xxx interface=pppoe-out1
actual-interface=pppoe-out1
/ip route print detail
Flags: X - disabled, A - active, D - dynamic,
C - connect, S - static, r - rip, b - bgp, o - ospf, m - mme,
B - blackhole, U - unreachable, P - prohibit
0 ADS dst-address=0.0.0.0/0 gateway=xxx.xxx.xxx.xxx
gateway-status=xxx.xxx.xxx.xxx reachable pppoe-out1 distance=1 scope=30
target-scope=10
1 ADC dst-address=xxx.xxx.xxx.xxx/32 pref-src=xxx.xxx.xxx.xxx gateway=pppoe-out1
gateway-status=pppoe-out1 reachable distance=0 scope=10
2 ADC dst-address=192.168.1.0/24 pref-src=192.168.1.50
gateway=ether2-master-local
gateway-status=ether2-master-local reachable distance=0 scope=10
/interface print detail
Flags: D - dynamic, X - disabled, R - running, S - slave
0 R name="ether1-gateway" type="ether" mtu=1500 l2mtu=1598 max-l2mtu=4074
1 R name="ether2-master-local" type="ether" mtu=1500 l2mtu=1598
max-l2mtu=4074
2 name="ether3-slave-local" type="ether" mtu=1500 l2mtu=1598
max-l2mtu=4074
3 R name="ether4-slave-local" type="ether" mtu=1500 l2mtu=1598
max-l2mtu=4074
4 name="ether5-slave-local" type="ether" mtu=1500 l2mtu=1598
max-l2mtu=4074
5 R name="pppoe-out1" type="pppoe-out" mtu=1480
/ip firewall export
# mar/05/2012 09:56:57 by RouterOS 5.6
# software id = ZDRB-BFRV
#
/ip firewall connection tracking
set enabled=yes generic-timeout=10m icmp-timeout=10s tcp-close-timeout=10s \
tcp-close-wait-timeout=10s tcp-established-timeout=1d tcp-fin-wait-timeout=\
10s tcp-last-ack-timeout=10s tcp-syn-received-timeout=5s \
tcp-syn-sent-timeout=5s tcp-syncookie=no tcp-time-wait-timeout=10s \
udp-stream-timeout=3m udp-timeout=10s
/ip firewall filter
add action=accept chain=input comment="default configuration" disabled=no \
protocol=icmp
add action=accept chain=input comment="default configuration" connection-state=\
established disabled=no
add action=accept chain=input comment="default configuration" connection-state=\
related disabled=no
add action=drop chain=input comment="default configuration" disabled=yes \
in-interface=ether1-gateway
add action=masquerade chain=srcnat disabled=no src-address=192.168.1.0/24
add action=masquerade chain=srcnat disabled=no out-interface=ether1-gateway
/ip firewall service-port
set ftp disabled=no ports=21
set tftp disabled=no ports=69
set irc disabled=no ports=6667
set h323 disabled=no
set sip disabled=no ports=5060,5061 sip-direct-media=yes
set pptp disabled=no
Last edited: