config template or file for german VDSL

Hello Mikrotik-User!

can someone help me and supply a working config file for my RB750G incl. the following features:

  • PPPoE dialout with VLAN7 tagging on Wan-Port (to my external VDSL-Modem)
  • basic firewall rules
    ( access from remote to my local FTP/HTTP Server, passtrough of VNC-ports to an internal IP)

My RB750G is up and running on ROS 5 beta 2. But i still did not manage to handle the firewall rules that way, that i can connect from remote to my local network.

I found excamples at wiki, but they are not fitting my situation. This is due to the fact that i do a vlan7 tagged PPPoE dialout, so my public ip is not static…

Would be a great help if someone of you had solved this task already and can supply a config file.

Thanks a lot!

The address will be changing all the time, so connection to the IP address is not good solution (if you don’t know the IP).
Use dynamic DNS tool,
http://wiki.mikrotik.com/wiki/Manual:Tools/Dynamic_DNS
Setup NAT for port forwarding and connect to DNS name instead of IP, that should work for the solution when ISP changes IP time by time.

Hello Mikrotik Users!

After a few month i found the time to play a round with my RB750G again.

And the solution has been very simple:

  1. I found a working DynDNS script wich is dooing a good job.

  2. I accidently expect for the Nat mapping a source and target ip would be mandantory, wich is in fact not!

After adding a rule wich is just checking the interface and port everything is working perfect.

Sometimes we don´t see solutions because the are too close to our eyes!