Server :: Record Inputs Which Will Be Provided During Running Script?
Feb 22, 2010
Is this possible to record keyboard inputs in a file which will be provided during running a script.? Means suppose there is a script ./instal.sh To run this script, some inputs need to be provided.Is this possible to record these inputs in a file?
View 10 Replies
ADVERTISEMENT
May 4, 2011
If I use static TCP configuration, (my Linux is Red Hat, but SuSE is quite similar) I define DNS's in file "/etc/resolv.conf" and Default GateWay in file
"/etc/sysconfig/network" (/etc/sysconfig/network/routes undef SuSE).
So, when I want to display those values, I just display the contents of the file. But, if my TCP configuration uses DHCP server ... I dont know the command to display those values. PD.- in straight : I need a command to display the DNS's in effect on a TCP/IP configuration that uses a DHCP server. Also, a command to display Default Gateway would be welcome.
View 2 Replies
View Related
Apr 26, 2010
when i assign ip manually to a machine it gets ping by server and it also itself pings server but when i chose to use client machine as dhcp , so that it can directly get assigned ip from server, it does not get ip, instead random ip is provided which is out of range specified at server side in /etc/dhcpd.conf file.
View 2 Replies
View Related
May 31, 2010
I have a network consisting mostly of Windows Vista and 7 clients and an Ubuntu server. The server provides both the DHCP and NTP services through dhcp3-server and openntpd. In my dhcpd.conf, the subnet is declared as follows:
subnet 10.10.10.0 netmask 255.255.255.0 {
range 10.10.10.10 10.10.10.200;
option broadcast-address 10.10.10.255;
option routers 10.10.10.1;
option ntp-servers 10.10.10.1;
The clients don't seem to be using the NTP server though. When I capture the network traffic with Wireshark during the DHCP process, I also see no mention of the NTP option in the DHCP offer message. I am not quite sure if the clients would have to specifically request that option to receive it or if I have to make another configuration to offer the option.
View 1 Replies
View Related
Sep 16, 2010
I have two servers behind different networks. First network is protected with firewall provided by the router and there is no firewall in the server:
[Code]....
As you see, there are no difference in nmap output If I check with tcpdump, which packets are sent from 192.168.217.73 and 192.168.13.19(tcpdump -i eth0 src host 192.168.217.73 and tcpdump -i eth0 src host 192.168.13.19 respectively) towards me during nmap scan, there are none. It's understandable, as there should be no reply when port is filtered. Is there somehow possible to detect, whether firewall is active in the server or in the router?
View 5 Replies
View Related
May 21, 2010
How do we configure to resolve for hostnames when an IP address is provided to the DNS server.
Things I tried
The DNS daemon was started by the resolution failed. Find the logs below
** server can't find 11.127.168.192.in-addr.arpa: NXDOMAIN
View 4 Replies
View Related
Jun 9, 2010
Is there a way to get the current time as provided from NTP (not the currently set time on the server)?
View 4 Replies
View Related
Feb 4, 2010
My test messages from one mail server to another are getting sent to my spambucket and the only error in the logs is: warning: numeric domain name in resource data of MX record for [URL]: 74.63.64.42
View 1 Replies
View Related
Jan 28, 2010
Why do we use mx record???
View 1 Replies
View Related
Oct 8, 2010
I am going to configure sentmail server i.e[root@mailserver ~] on Red Hat Linux 4 Enterprise.Already I have configured DNS server. I want to add record of my mail server in my DNS server.Kindly just guide me that what
Code:
$TTL86400
@IN SOAns1.mydomain.com. root.localhost(
42; serial (d. admin)
3H;refresh
[code]....
View 1 Replies
View Related
Mar 19, 2011
i'm using nsd3 on debian 5what i want to know, how do i not have this output when i queried mydomain.com
Code:
# host mydomain.com
mydomain.com A record currently not present
[code]...
View 1 Replies
View Related
Jul 26, 2010
We have hosting all the domains to one ISP domain and we want a secondary MX record. Is it possible to have a secondary MX record to another ISP so that if our internet is down we don't lose any email. the first ISP are not providing any secondary MX records
View 3 Replies
View Related
Mar 8, 2010
I want to create a Ptr record on the Dns server. Dns server is Fedora Core release 1 (Yarrow). And We have been using zone files. How can I create a Ptr record for an ip address on the Dns server?
View 2 Replies
View Related
Mar 14, 2011
I have configured a CENTOS 5.5 server with DHCP + DNS. The network environment contains clients to obtain IP dynamically and some amy be configured manually. Until noe I have not used any GUIs for the configuration.
Now I want to manually add some hosts to my DNS. Can this be done by directly adding the host names to data files (pointed by the f/w and rev zones)? Or should this be done differently?
What are the good DNS GUI tools available for CentOS?
View 6 Replies
View Related
Nov 24, 2010
If i want to add new MX in my domain name then what to do in new mx server. Suppose my existing mail server is test.com whose mx record is below
test.com. 14400 IN MX 0 mail.test.com.
test.com. 14400 IN MX 5 mx-01.test23.net.
So, what need to change in test23.net server.
View 1 Replies
View Related
Apr 11, 2011
I would like to know how to create a A,NS and MX record in centos.
I dont know where the DNS zone file is in CentoS
View 2 Replies
View Related
Mar 31, 2010
I have a load balancer with 2 web servers behind it. The web servers rsync with cloud storage to update their apache directories 1 time every hour. Apache is just running php pages that pull/push data to a DB so they dont need to be updated that often. However I need to figure out how to implement a Master/Master MySQL setup to have my web servers point to for the PHP stuff. I need to implement it without having a single point of failure. The Load balancers are useless for failover as they only detect availability based on Ping request. So putting a master/master setup behind a Load Balancer is out. what is the best way to setup the master/master mysql in a HA setup without the use of a load balancer provided by the host?
View 2 Replies
View Related
May 20, 2010
I'm currently tunnelling to my Ubuntu pc at home from my laptop in order to bypass my schools false-positive prone filter. Is there a way to record traffic that both comes to and is delivered by my pc?
View 1 Replies
View Related
Oct 14, 2010
I'm new to using a BIND DNS server. I currently have one set as a master zone on my LAN. My question is how can I add a record for my local lan that will resolve without typing in the FQDN? For example I want to be able to type "server" instead of "server.domain.com".
View 6 Replies
View Related
Jan 29, 2010
I am using bind for DNS services on RHEL 5. The forward lookup is working fine. When I try to do a reverse lookup at the server, it shows the correct output but when I try lookup from Internet it shows something like - "mysite.com points to a.b.c.d, which has no d.c.b.a.in-addr.arpa PTR record"
Here are the files:
/etc/named.conf
options {
directory "/var/named";
statistics-file "/var/named/data/named_stats.txt";
};
controls{
inet 127.0.0.1 allow {localhost;} keys {rndckey;};
};
// Declaring reverse lookup zone
// Declaration of domain name resolution
view intranet {
zone "mysite.com" {
type master;
file "/var/named/mysite.com.intranet.hosts";
}; .....
View 6 Replies
View Related
Nov 1, 2010
Im working with virtuals machines to configure Sendmail on Linux.
I work with two domains (ar and org), the configuration is similar in both, so i will write just one.
In orgs mail server:
The emails stopped coming and the server adds to the e-mail addresses the MX record. For example, if i send an email to u1@org in log appears u1@org.mail.org.
View 14 Replies
View Related
Oct 2, 2010
Need Bulk record creating for BIND DNS server. I have information in a file I need to crate a new zone and A-record. I have 10000 domains in a file. Is there any tool available to do this @ one go
View 4 Replies
View Related
Sep 2, 2010
my database (PostgreSQL) has ever funtioned OK, but today don't let me insert a new row in a table and the record itsn't duplicated. I did a vacuum full and reindex the database and the problem continue. I don't know what the fuck is happening
View 2 Replies
View Related
Apr 11, 2011
I just ordered a new unmanagd VPS I have already Apache, PHP and Mysql the only problem I have now is how to create a A,NS and MX record in CentOS. I dont know where the DNS zone file is in CentoS
View 2 Replies
View Related
Jan 6, 2010
I can't seem to get my microphone working. I've gone into Sound preferences in Sound Recorder and there aren't any options for sound input, only the one sound output option "Internal Audio"
I'm using the Input and Output jacks on the motherboard.
Anyone know what I can do to get this working?
I've been using Ubuntu for a few weeks, I'm trying to switch.
View 5 Replies
View Related
Nov 27, 2010
When i boot and GRUB loads there are too many options for ubuntu.There are like 7 different ububt options(i think it's for different kernels) and last the windows partition.Is it possible to get rid of some of the old kernel options
View 5 Replies
View Related
Sep 19, 2010
He doesn't do anything except emails, Internet search and sort pictures and I don't think he or his wife do anything I haven't shown them. The computer is an older model but I'm unsure of the brand, the motherboard is Intel entry server S845WD1-E. Recently his mouse stopped working, then his keyboard. I am going to try a ps2 card (the ps2 is internal to board). We are unable to use a usb mouse or keyboard. I have installed a new usb card but that did not work. I've tried different memory but have not run memck on it with another computer. After trying several suggestion from various support sites, including Intel, I finally cleared CMOS, removing the battery and then reset jumpers. Now I can enter Setup, but of course can't use the keyboard to change the settings in BIOS. I want to load CD-ROM first, but can't access via keyboard to change. I suspect the motherboard is going out, but still have hope. This couple is elderly and fixed income so I'm trying to milk it for all I can. I can use his HD on my system just fine.
View 1 Replies
View Related
Feb 21, 2011
how to change the value of the inputs in sed while looping
As such:
for i in `seq 1 10`; do
"do something funny, using OpenFOAM"
cd system
sed 's/oldvalue/oldValue+increment/' -i sampleDict
cd ..
done
So basically, can you for instance create a constant "a" and increase it for every loop interval and use it for sed?
View 2 Replies
View Related
Oct 28, 2010
I'm running Ubuntu Server 10.04 to provide DHCP and Internet Sharing on my home LAN. In a previous configuration, I was running Fedora + AMAHI to provide the same services. As most of my linux devices are Ubuntu, I decided to decommission and rebuild my server. I've been able to configure all of my services with the exception of one. As a rule, I assign static IP or reservations based on MAC address's for any of my network devices or appliances.
One cool feature that AMAHI provided a GUI for, was the ability to recognize devices by name as well as IP. i.e.. "http://192.168.1.50" or "http://home-NAS" Going from memory, the long name upon first entry may actually have been "http://home-NAS.adomainname.com"? From my reading, I think I either need to setup up a Static Alias or CNAME for each assigned IP. I can't find any tutorial's that will walk me through this process. I'm guessing I need to generate the records under one of the master DNS zones, but that is just a guess?
View 1 Replies
View Related
Jul 15, 2011
I have an idea to install a video-camera to record 24/7 the place in the yard where the car will be kept. Can not say that I'll configure such a system for sure, but I have an interest to it. On the other hand I've never worked with such systems and I don't know what cameras are better, should they be IP-based or the USB-webcam will be OK, I also do not know much about the software. I've found that gphoto is a good software for such a purppose, and some photo-cameras can be managed remotely through console, I mean that we can take pictures/?video?
Remotely, if the camera is connected to the Linix-box via USB. Another soft, which I googled, which (as I understood) is de-facto and which is powerful, is ZoneMinder. Today a friend of mine told me that many IP-cameras have everything inside them (a webserver, many tools for capturing video/photo and so on), so I just need to create some directory on the PC, where it will store all photos/videos. So, as you see, I know practically nothing about all this. That's why I decided to listen to you, what software and photo/video cameras would you recommend me.
View 6 Replies
View Related