I have just changed my VDSL connection from my old Draytek 2860n to an Asus DSL-AC68U, it was remarkably painless getting the connection up and running.
Currently I have DHCP and DNS turned off in the DSL-AC68U because I have a computer on my LAN providing these services. Ultimately I want the
DSL-AC68U to provide DHCP/DNS but 'one step at a time'.
I have incoming ssh and SMTP connections so I have set up port forwarding on the DSL-AC68U but it's not working as I would expect. I have three port forwarding entries for ssh, as follows:-
	
	
	
		
I can successfully ssh from those addresses but I can also connect from other addresses. I have tried turning port forwarding off and I am **still** able to make ssh connections.
So, what on earth am I doing wrong?
				
			Currently I have DHCP and DNS turned off in the DSL-AC68U because I have a computer on my LAN providing these services. Ultimately I want the
DSL-AC68U to provide DHCP/DNS but 'one step at a time'.
I have incoming ssh and SMTP connections so I have set up port forwarding on the DSL-AC68U but it's not working as I would expect. I have three port forwarding entries for ssh, as follows:-
		Code:
	
	ssh    22        192.168.1.3    TCP    93.93.131.118        
ssh    22        192.168.1.3    TCP    46.226.106.243        
ssh    22        192.168.1.3    TCP    46.235.227.111
	I can successfully ssh from those addresses but I can also connect from other addresses. I have tried turning port forwarding off and I am **still** able to make ssh connections.
So, what on earth am I doing wrong?
	