no, as the public IP appearsto be blaclisted so everyone is affected.Legal netflix users will still get their netflix no?
what did you do? just catch the destination IP of your VPN tunnel?While playing around with it, i was able to "pull" all IP's and Domains for "Germany"
I'd love to do that....unfortunately we have got a lot more remote workers compared to 2 years agoBlock everything.
Someone is going to complain
/ip firewall mangle
add action=route chain=prerouting passthrough=no route-dst=gateway_ISP2 src-address=IP_of_PC
I have learned something new today! thank you!Something like this should do the trick:
Code: Select all/ip route rule add action=lookup interface=<your new special vlan> table=<routing table containing default route to secondary ISP>
see this postHi there CStech, I was wondering could you explain how I would go about changing the APN for the EE Sim Card in The LTX,
Regards
kmac
Yes it will do this as both are available. but in Winbox you will see one is black (active) and one is blue (inactive)Routes shows two 0.0.0.0/0 routes
interestingI will be at MUMEUROPE Prague on ?? ?? 202?
/interface lte info lte1 once
You can easy check this ,just look at the LTE interface status on the LHG, it should say Evolved 3G (LTE)Vodafone's words of wisdom are that the SIM has been registered on their network as 2G and therefore is the cause of the problem
this will also forward their traffic on those ports to my PC
/ip firewall nat
add action=src-nat chain=srcnat out-interface=WAN src-address=192.168.1.5 to-addresses=176.76.240.18
/ip firewall filter add chain=forward src-address=192.168.1.10-192.168.1.20 action=drop
/ ip firewall export
/ip dhcp-server
add address-pool=default-dhcp interface=bridge name=defconf
/ip dhcp-server set defconf disabled=yes
log print where message ~"user"
queue export
/ip firewall filter
add chain=forward src-address-type=local dst-address-type=local action=drop
/ip firewall mangle
add chain=prerouting src-address=IP_of _ Nintendo dst-address-type=!local action=route dst-address=gateway_WAN2
Ha ....The alternative is post nothing.
Why's this such a dreadful option?
I set up the camera live view application from the outside IP address
Sorry I laughed. that is exactly what came to my mind on reading the subject, even before got to the actuall post itself....Plug one ethernet cable into a port on one router and plug the other end of the ethernet cable on the other router.
/ip firewall nat
add action=masquerade chain=srcnat
YesCan Mikrotik/Router OS do that ?
/queue export