Code: Select all
/ip dns set allow-remote-requests=yes
/ip dns set allow-remote-requests=yes
/ip dns set allow-remote-requests=yes servers=8.8.8.8,8.8.4.4
/interface ethernet
set 0 name=master
set 1,2,3,4 master-port=master
/interface wireless monitor 0 once file=status.txt
Yes, it's normal behavior. You don't need to monitor the connection and restart it manually.However, shortly after creating the interface I see it starting to attempt connections. Is this normal? Do pptp-client interfaces just auto-start and keep trying forever to connect?
/ip route rule
add action=lookup table=main
add action=lookup routing-mark=vpn table=vpn
add action=lookup-only-in-table table=default
/routing filter
add action=accept chain=dynamic-in prefix=0.0.0.0/0 set-routing-mark=default
The setup is done according to the following article: http://wiki.mikrotik.com/wiki/Advanced_ ... _Scriptingforne,
I have had a look but I can't see how it disables the failed route
could you explain ?
Have you checked all the submenus under /ip firewall? Are there any nat or mangle rules, including dynamic ones (tcp mss adjustments on vpn links)?3) connection tracking is disabled on this device. Any other idea?