server: linux location: NOC
I want to allow ssh access from our home PCs. At home we have cable/DSL modems, So the pubic address changes from time to time. But, I could get a static host name from no-ip.com

Can I use the acutal hostname on the iptables Right now, I am using
".......... -s 67.200.54.36 .............." in a iptable stmt, but I want to be able to use an acutal hostname for the source, which would get resolved by DNS automatically (no-ip.com)

Any solution?
Dont tell me to get an static IP from the ISP.