As you know from my post, I have a similar issue with the AC68U.
I get the same behaviour when setting "Obtain IP address automatically", from within the Repeater Mode config screen (after you connect to host wireless network). The repeater (wrongly) acts as gateway and doesn't give out the...
Yes its probably related to DHCP forwarding. Strange how it works on 2.4Ghz but not 5Ghz though.
As you say, static IP's work, but there will be 100+ wireless clients connecting in my set up - static IP's are not an option.
When setting up an AC68U in repeater mode - connecting to the AC87U router on a 5 Ghz channel, wireless clients can't connect through it, either on 2.4Ghz or 5Ghz. Clients fail to obtain an IP addresses. The AC68U is contactable when connecting through the AC87U.
Works as it should when...
I have edited the firewall-start file with the built in vi editor (vi firewall-start), deleted the ^M (pressing x) and saved (pressing ZZ), which seems to work fine now. Annoying how Notepad++ saving in Unix format seemingly doesn't work.
I'm sure there will be a way for the firewall-start...
No i wasn't trying it with sh:
admin@RT-AC68U:/jffs/scripts# dos2unix firewall-start
-sh: dos2unix: not found
With sh it gives this:
admin@RT-AC68U:/jffs/scripts# sh dos2unix firewall-start
sh: can't open 'dos2unix'
It looks that way :(
I have been using Notepad++ , i assumed that would be good enough.
How do I install dos2unix? Im running Windows, can it be installed on the router, if so how?
admin@RT-AC68U:/jffs/scripts# sh firewall-start
'ptables v1.4.14: Invalid target name `DROP
Try `iptables -h' or 'iptables --help' for more information.
'ptables v1.4.14: Invalid target name `DROP
Try `iptables -h' or 'iptables --help' for more information.
'ptables v1.4.14: Invalid target name...
"Enable JFFS custom scripts and configs" under "Persistent JFFS2 partition" is set to Yes.
The log shows: "Dec 13 07:40:57 custom script: Running /jffs/scripts/firewall-start (args: eth0)" so it should run, but as there is no mention of the log text output or the temp files, it doesn't appear...
Still can't seem to get it to work, just to be sure im going down the right lines here... i want to block say 5 IP addresses that are connecting on port 8888, but it is still listed to forward on the virtual server/port forwarding page because i want to be able to connect using mobile internet -...
I'm adding this to the firewall-start file (enabling scripts, saving it Unix, and making it executable) but its not working. What am I doing wrong? :
#!/bin/sh
logger "Applying firewall-start rules"
iptables -A INPUT -s xxx.xxx.xxx.xxx -j DROP
iptables -A OUTPUT -d xxx.xxx.xxx.xxx -j DROP...
The problem with port forwarding is apparently your opening it to the whole WAN which is allowing it through the firewall. In my situation I need to be able to specify the 10 or so allowed clients and block everything else, or at least block specific IP's that are finding my open ports. Doesn't...