Have only1 cableprovider on eth01 configured provisionally WAN and LAN all the rest ...
HAVE TODAY ALSO try to do PORT FORWARDING but it is not working!
ALTHOUGH IN CONTROL THROUGH CHECKMYPORTS.NET they tell me that the ports are open, but I can not on my applications ...
Can you look at my script and modify where necessary?
I would also like to have dyndns active online i found some scrips but it's not working...
can you fill in with example login routerboard , pasword mikrotik and hostname , mikrotik.dyndns.org
secondly i want to have also on eth02 not a lan port but a pppoe wan port with par example login ikke and pasword thuis,
and it's was very nice to have a failover first to have eth01 (cable) and secondly (ppoe) , third i can connect on eth03 a backbone ptp connection where i have intern ip what i maybe also can use in failover as third.....
this is my script, what's wrong ????
jul/08/2014 23:50:01 by RouterOS 6.15
software id = HFD8-8292
/interface bridge
add admin-mac=4C:5E:0C:39:28:33 auto-mac=no l2mtu=1598 name=bridge-local
/interface ethernet
set [ find default-name=ether1 ] name=ether1-gateway
set [ find default-name=ether6 ] name=ether6-master-local
set [ find default-name=ether7 ] master-port=ether6-master-local name=
ether7-slave-local
set [ find default-name=ether8 ] master-port=ether6-master-local name=
ether8-slave-local
set [ find default-name=ether9 ] master-port=ether6-master-local name=
ether9-slave-local
set [ find default-name=ether10 ] master-port=ether6-master-local name=
ether10-slave-local
set [ find default-name=sfp1 ] name=sfp1-gateway
/ip neighbor discovery
set ether1-gateway discover=no
set sfp1-gateway discover=no
/ip hotspot user profile
set [ find default=yes ] idle-timeout=none keepalive-timeout=2m
mac-cookie-timeout=3d
/ip pool
add name=dhcp ranges=192.168.1.200-192.168.1.240
/ip dhcp-server
add address-pool=dhcp disabled=no interface=bridge-local lease-time=10m name=
default
/port
set 0 name=serial0
/interface bridge port
add bridge=bridge-local interface=ether2
add bridge=bridge-local interface=ether3
add bridge=bridge-local interface=ether4
add bridge=bridge-local interface=ether5
add bridge=bridge-local interface=ether6-master-local
/ip address
add address=192.168.1.254/24 comment="default configuration" interface=ether2
network=192.168.1.0
/ip cloud
set enabled=yes
/ip dhcp-client
add comment="default configuration" dhcp-options=hostname,clientid disabled=
no interface=sfp1-gateway
add comment="default configuration" dhcp-options=hostname,clientid disabled=
no interface=ether1-gateway
/ip dhcp-server network
add address=192.168.1.0/24 comment="default configuration" dns-server=
8.8.8.8,8.8.4.4 gateway=192.168.1.254 netmask=24
/ip dns
set allow-remote-requests=yes
/ip dns static
add address=192.168.1.254 name=router
/ip firewall filter
add chain=input comment="default configuration" protocol=icmp
add chain=input comment="default configuration" connection-state=established
add chain=input comment="default configuration" connection-state=related
add action=drop chain=input comment="default configuration" in-interface=
sfp1-gateway
add action=drop chain=input comment="default configuration" in-interface=
ether1-gateway
add chain=forward comment="default configuration" connection-state=
established
add chain=forward comment="default configuration" connection-state=related
add action=drop chain=forward comment="default configuration"
connection-state=invalid
/ip firewall nat
add action=masquerade chain=srcnat comment="default configuration"
out-interface=sfp1-gateway
add action=masquerade chain=srcnat comment="default configuration"
out-interface=ether1-gateway to-addresses=0.0.0.0
add action=dst-nat chain=dstnat dst-port=8291 in-interface=ether1-gateway
protocol=tcp to-addresses=192.168.1.254 to-ports=8291
add action=dst-nat chain=dstnat comment=slingbox dst-port=5001 in-interface=
ether1-gateway protocol=tcp to-addresses=192.168.1.253 to-ports=5001
add action=dst-nat chain=dstnat comment=flukso dst-port=8167 in-interface=
ether1-gateway protocol=tcp to-addresses=192.168.1.167 to-ports=8167
add action=dst-nat chain=dstnat comment="ata-186 SIP telephone" dst-port=5060
in-interface=ether1-gateway protocol=tcp to-addresses=192.168.1.120
to-ports=5060
add action=dst-nat chain=dstnat comment="ata-186 mediaport" dst-port=16384
in-interface=ether1-gateway protocol=tcp to-addresses=192.168.1.120
to-ports=16384
add action=dst-nat chain=dstnat comment="ata-186 stun" dst-port=3478
in-interface=ether1-gateway protocol=tcp to-addresses=192.168.1.120
to-ports=3478
add action=dst-nat chain=dstnat comment=dvr-16ch-264h dst-port=7830
in-interface=ether1-gateway protocol=tcp to-addresses=192.168.1.66
to-ports=7830
add action=dst-nat chain=dstnat comment=vpn-pptp dst-port=1723 in-interface=
ether1-gateway protocol=tcp to-addresses=192.168.1.254 to-ports=1723
add action=dst-nat chain=dstnat comment=storagelan dst-port=7777
in-interface=ether1-gateway protocol=tcp to-addresses=192.168.1.77
to-ports=21
add action=dst-nat chain=dstnat comment="dreambox server" dst-port=5024
in-interface=ether1-gateway protocol=tcp to-addresses=192.168.1.10
to-ports=80
add action=dst-nat chain=dstnat comment="dreambox stream" dst-port=8001
in-interface=ether1-gateway protocol=tcp to-addresses=192.168.1.10
to-ports=8001
add action=dst-nat chain=dstnat comment=dvr16ch dst-port=6830 in-interface=
ether1-gateway protocol=tcp to-addresses=192.168.1.65 to-ports=6830
/ip upnp
set allow-disable-external-interface=no
/lcd
set default-screen=stats
/lcd interface
set sfp1-gateway disabled=yes interface=sfp1-gateway
set ether1-gateway interface=ether1-gateway
set ether2 disabled=yes interface=ether2
set ether3 disabled=yes interface=ether3
set ether4 disabled=yes interface=ether4
set ether5 disabled=yes interface=ether5
set ether6-master-local disabled=yes interface=ether6-master-local
set ether7-slave-local disabled=yes interface=ether7-slave-local
set ether8-slave-local disabled=yes interface=ether8-slave-local
set ether9-slave-local disabled=yes interface=ether9-slave-local
set ether10-slave-local disabled=yes interface=ether10-slave-local
/lcd interface pages
set 0 interfaces=ether1-gateway
/system clock
set time-zone-name=Europe/Brussels
/system lcd
set contrast=0 enabled=yes port=parallel type=24x4
/system lcd page
set time disabled=yes display-time=5s
set resources disabled=yes display-time=5s
set uptime disabled=yes display-time=5s
set packets disabled=yes display-time=5s
set bits disabled=yes display-time=5s
set version disabled=yes display-time=5s
set identity disabled=yes display-time=5s
set bridge-local disabled=yes display-time=5s
set sfp1-gateway disabled=yes display-time=5s
set ether1-gateway disabled=yes display-time=5s
set ether2 disabled=yes display-time=5s
set ether3 disabled=yes display-time=5s
set ether4 disabled=yes display-time=5s
set ether5 disabled=yes display-time=5s
set ether6-master-local disabled=yes display-time=5s
set ether7-slave-local disabled=yes display-time=5s
set ether8-slave-local disabled=yes display-time=5s
set ether9-slave-local disabled=yes display-time=5s
set ether10-slave-local disabled=yes display-time=5s
/system logging
add topics=state
/tool mac-server
set [ find default=yes ] disabled=yes
add interface=ether2
add interface=ether3
add interface=ether4
add interface=ether5
add interface=ether6-master-local
add interface=ether7-slave-local
add interface=ether8-slave-local
add interface=ether9-slave-local
add interface=ether10-slave-local
add interface=bridge-local
/tool mac-server mac-winbox
set [ find default=yes ] disabled=yes
add interface=ether2
add interface=ether3
add interface=ether4
add interface=ether5
add interface=ether6-master-local
add interface=ether7-slave-local
add interface=ether8-slave-local
add interface=ether9-slave-local
add interface=ether10-slave-local
add interface=bridge-local
/tool sms
set port=serial0