Results 1 to 2 of 2
I put this command in REDHAT 7.3 and iptables 1.3.0
#iptables -A OUTPUT -d messenger.msn.com -p tcp -j DENY
it create the next error:
iptables v1.3.0: host/network 'messenger.msn.com' not found
...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 03-11-2005 #1Just Joined!
- Join Date
- Mar 2005
- Posts
- 1
iptables error
I put this command in REDHAT 7.3 and iptables 1.3.0
#iptables -A OUTPUT -d messenger.msn.com -p tcp -j DENY
it create the next error:
iptables v1.3.0: host/network 'messenger.msn.com' not found
I use iptables how HAT
I write iptables -L
I look the next
Chain OUTPUT (policy ACCEPT)
target prot opt source
my NAT i do whit next command
#iptables -t nat -A POSTROUTING -j MASQERADE -o ppp0
I too write DROP for change el DENNY
- 03-12-2005 #2Linux User
- Join Date
- Feb 2005
- Posts
- 290
configure your firewall's dns properly, or, try to#iptables -A OUTPUT -d messenger.msn.com -p tcp -j DENY
iptables v1.3.0: host/network 'messenger.msn.com' not found
and see responseCode:#ping google.com


Reply With Quote
