Page 1 of 1

Filter Rules : Allow Input only for a Dynamic IP

Posted: Tue Sep 12, 2006 10:39 pm
by Chipi
I have an ADSL in my house with dynamic IP. I want to access a remote MKT... that´s easy.. but I want to filter in the remote MKT to only allow INPUT to my PC (That has dynamic address)

In the firewall filter rules I can only set SRC-ADDRESS with an static IP, but my IP change continuously....

regards

Posted: Tue Sep 12, 2006 11:10 pm
by changeip
Don't use src-address, use src-interface.

Sam

Posted: Tue Sep 12, 2006 11:59 pm
by Chipi
Don't use src-address, use src-interface.

Sam
That´s no a solution for me :( because I access from the ether1 (WAN) from Internet (My house - ADSL)

I need :

chain=input src-address=MYPC.proxydns.com action=accept
chain=input action=drop

Regards

Posted: Wed Sep 13, 2006 3:30 am
by changeip
Ah, i see what you mean. Sorry.

You could use port knocking - works very well. That would add your address to an address-list that you can use with src-address-list.

Sam

Posted: Thu Sep 14, 2006 2:22 am
by yogi