Why is at the smallnetbuilders site no tests with mikrotik wifi routers as the CRS109-8G or RB2011UiAS.
The have more ports full of options and a powerful wifi.
Also because i want to use them for a vpn solution between home and my wifes business.
Now at home a asus 68 with merlin and at the...
IT WORKS!!!
Tnx to Martineau who saw the first problem.
And tnx to john9527
Right the solutions was indeed to allow ssh acces from lan and wan at the gui.
And give access for the gui (enable web access from wan) at the gui
These two added and whole world could connect to the ports.
So...
ok wan ssh port was disabeld like before with the old firmware.
but have to enable wan access for the gui (5445) to.
wil test it tomorrow morning.
gone now and late back home.
Did what you told.
And see the lines in my iptables -nvL output
But these lines where there before to when i added the rules
Also tried not with FORWARD but with INPUT
And tried it with the ssh port.
But could not make a connection from the specified adres
Don't understand.
Here the rules i give a example ip with it
#webaccess 5445 router
/usr/sbin/iptables -I FORWARD -s 23.100.2.100 -p tcp --destination-port 5445 -j DROP
/usr/sbin/iptables -I FORWARD -s 23.100.2.100 -i eth0 -p tcp -m tcp -d 172.16.1.1 --dport 5445 -j ACCEPT
#end webaccess 5445...
Tested yout changes but not working.
Ok here is what i want:
First the accessport from my asus is 5445 so i want that to access from the internet from a specified adres.
i used before the update the rule:
#webaccess 5445 router
/usr/sbin/iptables -I FORWARD -s X.X.X.X -p tcp --destination-port...
running at my router.
the ssh port and webconfig configured at the other port
the first one was the old one that worked with the old firmware.
the second rule i also tryed now with the new firmware and is also not working.
This rules not working.
I tryed both of them placed with a # before to test the other.
Also tested with ssh.
flushed (iptables -F) all the rules and then typed (paste) the rules and look at the rules (iptables -h)
Get no error message and it seems to look good but not working:(
#webaccess 5445...
No errors, but no open ports
changed the other rules also:
Here my firewall-start:
#!/bin/sh
touch /tmp/@@@services-start
#webaccess 5445 router
/usr/sbin/iptables -I INPUT -s X.X.X.X -p tcp --destination-port 5445 -j ACCEPT
#/usr/sbin/iptables -A INPUT -s X.X.X.X -i eth0 -p tcp -m state...
In my logs i see the script is running.
The first 2 lines are to access direct my router from outsite specified ip on port 5445 and ssh (22)
/usr/sbin/iptables -I INPUT -s X.X.X.X -p tcp --destination-port 5445 -j ACCEPT
/usr/sbin/iptables -I INPUT -s X.X.X.X -p tcp --destination-port 22 -j...
Hello,
My firewall script is not working any more after upgrading from firmware RT-AC68U_380.58_0.
A while back i had the same problem so i went back to the 380.58_0 firmware but now is this not possible.
I use at my jfss a firewall-start script with the lines:
#!/bin/sh
touch...
I have same issues posted a lot of pages back.
And i have more rulez.
Could nog fix it yet.
And found a other problem.
I use a domoticz raspberry and it use a API key tot connect tot my.domoticz site so i not to have open a port.
But with 59 it nog works.