English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

In case that my client have the dynamic ip. He have a domain name to point to his ip addresses.

I'm just want to allow his dynamic ip to join my network.
Do you have any suggestion?

2006-07-21 06:48:02 · 1 answers · asked by gbbhoho 2 in Computers & Internet Computer Networking

1 answers

No. A quick search on iptables and fqdn (Fully Quailified Domain Name) yielded this:

$IPTAB -A OUTPUT -p tcp -o eth0 -s 0/0 -d www.microsoft.com -j DROP
##$IPTAB -A FORWARD -s 0/0 -d www.microsoft.com -m state --state NEW -j DROP


starting rules for NATing
iptables v1.2.11: host/network `www.microsoft.com' not found
Try `iptables -h' or 'iptables --help' for more information.

2006-07-21 21:48:17 · answer #1 · answered by NYC2RTP 3 · 0 1

fedest.com, questions and answers