2 articles tagged "server ip address"
- Linux Iptables: How to block or open mail server / SMTP protocol
SMTP is used to send mail. Sendmail, Qmail, Postfix, Exim etc all are used on Linux as mail server. Mail server uses the TCP port 25. Following two iptable rule allows incoming SMTP request on port 25 for server IP address 202.54.1.20 (open port 25):
iptables -A INPUT -p tcp -s 0/0 –sport 1024:65535 -d 202.54.1.20 [...] - Solaris UNIX: How to Setup DNS Client configuration / name server
So how do you set DNS namserver under Sun Solaris UNIX system? The resolver is a set of routines in the C library that provide access to the Internet Domain Name System (DNS). The resolver configuration file contains information that is read by the resolver routines the first time they are [...]
Viewing 1-2 of 2 posts. ( see all popular tags )


Recent Comments
Today ~ 4 Comments
Today ~ 164 Comments
08/24/2006 01:56 pm ~ 11 Comments
Today ~ 4 Comments
Today ~ 5 Comments