is there a way I can get a list of all the dns records (A, CNAME, MX, etc) associated with a domain?
I tried using nslookup, then "list mydomain.com" but nothing. I know there must be some ...
I need to ping a secure webserver to measure response times. I know how to ping a web server with say
ping -s www.host.com 56 5, to ping on port 80,
but what is the syntax to ping on port 44...
Hi All,
We are in the process of changing our File transfers to Secure mode using SecureShell.
We already have scripts to Do File transfer using FTP client (i.e, non secure mode) and
ia...
I 'm trying to do a simple mail sending script.
First, if I telnet (by-hand) to any server and
put the following commands, it works fine:
HELO my_domain
MAIL FROM: my_address
RCPT TO: dest_add...
I have a remote SCO 5.05 server that has several netterminals accessing with telnet just fine. I also have a new router with firewall enabled. Port 23 is routing to the SCO server and a pcanyw...
The following string brings error:
snmptrap -v 1 -c public xxx.xxx.xxx.xxx .1.3.6.1.4.1.78 6 1102 '' .1.3.6.1.4.1.78.1102.1 s "bla"
s: Missing type/value for variable
We moved our office a few weeks ago, and as part of that move, re-ip'd the whole environment from a 10.0.0.x range to a 192.168.0.x range.
Since then, we've had performance issues on Solari...
Does anyone know the option for forwarders in Bind 9...I attempted to configure forwarders in the named.conf, but the configuration won't accept this option...I'm pretty sure I have the config...
Dear Experts...
This one is driving me nuts. I have samab with winbind setup and have proceeded to setup samba, setup kerberos, and join the Active Directory. I can use the kinit and kpass...
I am trying to configure Samba on Solaris. Currently I am having a problem getting the shares listed by IP or NETBIOSNAME
Here is the current smb.conf file
# more ../lib/smb.conf
[gl...
I have a few questons regarding the route table on AIX
1) How do I know which one are static routes and which ones are learned. I am assuming the ones with the /24 ot static
ie: 10.5.3/2...
I used setsockopt to set the timeout value;
struct timeval tv;
tv.tv_sec = 20;
tv.tv_usec = 0;
cout << setsockopt (sockID, SOL_SOCKET, SO_RCVTIMEO, &tv, sizeof tv ) << endl;
cout << per...
I have 2 SCO UNIX boxes that I've inherited as a new sysadmin. I'm not very familiar with UNIX, so bear with me :)
1. How do you figure out exactly what version you're running? I know it'...
How can I refresh/flush DNS on UNIX without rebooting?
Terminating and restarting inet process doesn't work - machine needs to be rebooted afterwards.
System availability must be above 99,...
hi...
Sparc-10, Sol 2.4, 192Mb, running SQL Server.
Here is list of connections to a database listening on port 4100. I don't have a problem with the "ESTABLISHED" connections. But what abou...
I just want to restart sendmail service without restarting mail server?
I have a perl script that uses the gethostbyaddr() function to resolve an IP address to its appropriate DNS name, if any.
I have found that occasionally (and consistently) some IP addresses...
Hello!
I am running Postfix 2.0.15 on FreeBSD 4.8.
After installation everything works fine, but then I added Kaspersky Antivirus content filter by modifying
main.cf:
content_filter = lm...
Recently, I did a sys-unconfig on my system (hardware: SunBlade150,
OS: Solaris 8). It wiped out all the network related configuration on
the system.
Now, I want to enable the network...
I have research a few things and have ideas about this, so for me to accept an answer, I will need a fairly detailed answer ( but I will award more points if needed to accomplish this ).
I ...
How do I find the IP address for a given host, in C?
This is on a UNIX box (AIX), TCP/IP installed and
DNS available. Assume a hostname has no aliases and
only one associated IP address.
This...
Hi Experts,
I want to know what is the default max. Tcp connection on Linux, Solaris, AIX and HP-UX operating systems. Does the no of connections depend on the rmem_max and wme...
I'm running Sco OSR 5.0.7 with SAMBA v3.0.14a, my LAN is running at 100mbits/sec. So even at 4 feet from the server I'm getting slow responses on my windoze xp computer from samba. It takes an...
Hi,
I have a Solaris 10 OS. I would like to map a network drive to a Windows machine. I have typed the following command
#mount 192.1.1.1:/content_dir /windows
192.1.1.1 - ip address ...
Our school board currently has an inventory of all our computers stored in a MySQL database. I would like to automatically generate a dhcpd.conf file with MAC and IP addresses and host name pu...