Ubuntu Servers :: Configure DNS To Answer IP Of Eth3?

Feb 11, 2010

My test box is running 9.10 desktop,bind,dhcp,LAMP. Everything is working good, except for one thing. How do I configure the DNS to answer the IP of eth3 (192.168.0.2), no matter what the client asked for? If you ask my DNS for google.com, I want it to return 192.168.0.2. I know this can't be that hard, I just can''t figure it out.

View 4 Replies


ADVERTISEMENT

Programming :: C/C++: Broadcast Receives No Answer - Can't Find Right Answer

May 18, 2010

How can I set the outgoing port for the socket? In wireshark, my outgoing port is 1024, and i want to set it to 6800 (or a similar port) I see the outgoing broadcast-message in wireshark, but no answer. There are three ECU's in the LAN, which should answer. The following code is a mixture of C/C++ and jointed from different articles:

[code]...

In wireshark I can only see the outgoing message. But the "recvBuffer" (in the lower part of the code) contains the same content as the sendBuffer. Is it right, that I need a sender and further more a receiver? Or should I receive the broadcast-answer on the same socket on which I send the bc?

View 5 Replies View Related

Ubuntu :: Wireless Card Named Eth3 Instead Of WLAN0

Mar 17, 2010

I have managed to get everything MOST of the way setup...Come to find out though that I cant get conky to function 100% due to my wireless card being named eth3 instead of wlan0...I can get everything to work except for the signal strength, since ubuntu thinks its an ethernet cared. (although it show up as wireless connection in the network interface on the top right of ubuntu control bar). It's not a BIG deal but I was wondering if anyone had a fix or work around for this. BTW it is a Broad 4311 using Broad STA drivers if that makes any difference at all...

View 1 Replies View Related

Ubuntu Networking :: Eth3: ERROR While Getting Interface Flags: No Such Device

Jun 14, 2010

yesterday without reason my eth0 dissappeared. I read through various threads, tried couple of things, and now its s back as eth3. If I bring up the network on the console it says [OK], but I cant ping my router or access any website.

BTW: During the proccess I removed network-manager-kde, which I regret now (cause I cant install it again w/o network). Even so my network was configured manually, it would be good to have it now for testing connections. The machine also got no CDROM-drive, I installed via USB.

EDIT: I booted up again, and now eth3 is gone again I get the former error message when I restart the network: "eth3: ERROR while getting interface flags: No such device"Same with all other ethX. As far as I can see w/ my basic knowledge, the realtek adapter is present and working. ifconfig only shows me "lo" nothing else.

View 9 Replies View Related

Red Hat / Fedora :: Eth0 And Eth1 Will Not Go Away And Their Configs Conflict With Eth3

Sep 15, 2010

I have a Fedora system that I just changed the mother board on. The old NICs were eth0 and eth1. Now I have only one NIC that shows up as eth3. The problem is no matter what I do, eth0 and eth1 will not go away and their configs conflict with eth3. I removed Network Manager via yum. I deleted the ifcfg-eth0/1 files from /etc/ sysconfig/network-scripts and /etc/sysconfig/networking/default and profiles. In all of these locations the ifcfg-eth0/1 files keep reappearing after a reboot. I am at a loss at this point how to get rid of these non-existant NICs.

View 2 Replies View Related

General :: Stop Incoming Ssh To NIC4 (i.e. Eth3) And Allow It Any Other Interface?

Aug 25, 2009

I want to stop incoming ssh to NIC4 (i.e. eth3) and allow it any other interface. I am using following rule

-A INPUT -s 0/0 -i eth3 -p tcp --sport 1024:65535 --dport 22 -j DROP
-A INPUT -p tcp -m tcp --dport 22 -j ACCEPT

But unfortunately its not working.

View 1 Replies View Related

Fedora Hardware :: Eth0 And Eth1 Wont Go Away And Configurations Conflict With Eth3

Sep 15, 2010

I have a Fedora system that I just changed the mother board on. The old NICs were eth0 and eth1. Now I have only one NIC that shows up as eth3. The problem is no matter what I do, eth0 and eth1 will not go away and their configs conflict with eth3. I removed Network Manager via yum. I deleted the ifcfg-eth0/1 files from /etc/sysconfig/network-scripts and /etc/sysconfig/networking/default and profiles. In all of these locations the ifcfg-eth0/1 files keep reappearing after a reboot. I am at a loss at this point how to get rid of these non-existant NICs.

View 2 Replies View Related

Ubuntu :: Can't Seem To Find Answer?

Aug 23, 2010

I've been googling around and can't seem to find my answer. I've got an old ATI 9700 pro that I'm removing from my system. I'm replacing it with an Nvidia GeForce 6200. What do I need to do to switch these in Karmic? I tried switching the cards, but I only get a white screen with the pointer on the new card. I can't do anything else. I'm guessing I have to uninstall the open source ATI driver first. How do I do that?

View 1 Replies View Related

Ubuntu :: Can't Find A Clear Answer?

Nov 5, 2010

I've done a bit of googling, but can't find a clear answer on this. If I format a USB drive using NTFS, so I can store copies of files from my Win 7 machine and my Lucid machine, will it work.

View 9 Replies View Related

Debian :: The Ssh Answer Is Too Slow?

Mar 2, 2009

When I connect to ssh server ( server running Redhat ) from debian it takes a long time to give me the prompt, while I receive the prompt rapidly when I connect from slackware or solaris?

View 9 Replies View Related

General :: VPS Does Not Answer Any DNS Request?

Feb 7, 2011

I have a VPS CentOS 5.5 32 bits. It does not answer any DNS request made to the server.

I need to configure Bind to answer these requests.

I have been reading about that for several days and here: [URL]

But it is uncompleted.

I need to configure these too:

chroot DNS with BIND avoid cache poisoning avoid being an open resolver port randomization

I have found several tutorials but all of them have different points of view.

I am looking for a good tutorial that has everything:

Setting up bind on CentOS 5.5 chroot DNS with BIND avoid cache poisoning avoid being an open resolver port randomization configure iptables for bind

View 3 Replies View Related

Ubuntu :: Make Skype Not Blink When People Answer?

May 8, 2011

I put my skype chat on another workspace so I can focus on my school work and I have two windows on my first workspace so that i can alt tab easily but every time someone talks on skype it comes to my first work space and ruins my alt-tabbing comfort. How do I make it stay in its workspace and leave me alone? I rather something in the taskbar blink or if that's not possible, I just want no blinking at all. This is frustrating me since I need my laptop for my homework.

View 2 Replies View Related

Fedora :: Sed Can't Find Related Answer For?

Aug 30, 2010

I'm trying to sed out X and Y coordinates from a identify command. I get back from the identify:

Quote:
1015x638+0+0
I need:
Quote:
1015x638

[Code]...

View 7 Replies View Related

OpenSUSE Wireless :: Gobi2000 Does Not Answer

Sep 5, 2011

system:
Opensuse 11.1 with custom kernel from Kernelorg and KDE3.5

Code:
uname -a
Linux linux-2c5j 3.0.4-41-desktop #1 SMP PREEMPT Sun Sep 4 18:51:01 CEST 2011 i686 i686 i386 GNU/Linux

The device is correctly visible:

Code:
lsusb
Bus 002 Device 003: ID 05c6:9204 Qualcomm, Inc.
Bus 002 Device 002: ID 8087:0020
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 006: ID 046d:c012 Logitech, Inc. Mouseman Dual Optical

[Code].....

The modem responds with O.K if interrogated in kppp but the response on AT are not there. It does not dial. The modem has been installed as dev/tty/USB0I did compile Gobi loader 0.7 and it did run make and make install without error. The gobi rules are correctly installed and I did copy the firmware in the respective directory. The problem is: did I copy the right firmware? Is there some other problem. How can I diagnose if the firmware is the correct one (I unpacked the windows ones on a windows machine and there are 6)? I do not see usb0 offered by networkmanager (the network traffic is regulated through networkmanager).

View 6 Replies View Related

General :: Automatically Answer 'Yes' When Using Apt-get Install?

Jul 16, 2010

Is there a way to make apt-get install answer "yes" to the "Do you want to continue [y/N]?"?

View 5 Replies View Related

Programming :: C++: Broadcast Receives No Answer

Dec 22, 2010

It could run on my computer. But there is no result.

[code]...

View 1 Replies View Related

General :: Can't Get An Authoritative Answer From A DNS Server

Apr 23, 2011

When I type 'nslookup some site',the result I always get is a non-authoritative answer. How can I get an authoritative answer?

View 3 Replies View Related

Ubuntu Servers :: Cannot Configure NUT UPS Client

May 16, 2010

I am running Ubuntu Server Lucid 64bit on an AMD-based system and Ubuntu Server Lucid x86 on a dual P4 HP Netserver. I have a Trust PW-4120M UPS plugged into the AMD box via a serial cable.I have installed nut on both systems from the repositories (with "apt-get instal nut") and configured the AMD system as follows:

#ups.conf
[trustups]
driver = megatec

[code]....

I've tried every adjustment to the config files I can think of but without success. I'm guessing this is a permissions issue but I've been unable to find any info on this after extensive searching of Google. As far as I can tell (ie. I've not installed one!) there's no firewall operating on either machine.

View 2 Replies View Related

Ubuntu Servers :: Configure The DNS And Ldap?

Jul 7, 2011

I need to configure the DNS server and Ldap server in ubunru 10.10.

View 1 Replies View Related

General :: How To Auto Answer Fsck During Boot Up

Dec 27, 2010

I wanted to know how can I make fsck automatically fix HDD errors when it needs to check HDD during boot up and do not ask user for it . I found some of fsck related scripts in /etc/init/ and /etc/init.d/ but I don't know what to do with them.

View 7 Replies View Related

General :: Check When A User Was Created,but Got No Answer?

Jul 14, 2010

tried a lot to get an answer for howo check when a user was created,but got no answer. know the command or how to check when a user was created?

View 14 Replies View Related

Server :: Getting Modem To Answer On The Correct Ring

Aug 2, 2010

I am having issues getting the modem it the dial-in server I have set up to answer on the correct ring. I have the /etc/inittab set:

Code: S1:2345:respawn:/sbin/mgetty -n 7 -x 6 -D ttyS2 yet I have to play with 'init q' and minicom to get it to answer on ring 7. Then a reboot destroys the setting and I have to go through the whole hassle again and it goes back to answering on the first ring.

This is not acceptable. This dial-in server is only a very back door into my network. It is only turned on when needed. Most of the time it is not powered up. When it is turned on it is by a non-tech person with out the ability to jump through the hoops to get it to answer on the correct ring.

Ideally I want this modem to just listen to the line after it stops ringing to check for a data signal and if it does not find it just hang up. If it finds a data signal then establish a connection and all that. That way it does not interfere with answering machine on the line. Google has yielded very little info about setting up dial-in servers. Modems are not used very much any more.

View 4 Replies View Related

Programming :: Atoi() Not Giving Correct Answer?

Jun 20, 2010

i m using atoi() to convert char value to int. and then passing that int as a swtich variable.switch goes in a case and exectuing that particualr function but returning 0 value....for example: i am finding no of process() and system up time().when switch program goes in system up time it gives right values means correct no of days, hrs , min and sec but when it goes in no of process() it gives 0 answer.

View 8 Replies View Related

CentOS 5 :: Unable To Find An Answer To Yum Segfaulting?

May 15, 2010

I have been looking for a while and I am unable to find an answer to yum segfaulting.

I have tried:
yum clean all
rm -f /var/lib/rpm/__*
rpm --rebuilddb

I tried upgrading yum and rpm to the newest versions in 5.5 and I still run into the same problem.

fcntl64(6, F_SETLK64, {type=F_RDLCK, whence=SEEK_SET, start=1073741824, len=1}, 0xbfcaf694) = 0
fcntl64(6, F_SETLK64, {type=F_RDLCK, whence=SEEK_SET, start=1073741826, len=510}, 0xbfcaf694) = 0
fcntl64(6, F_SETLK64, {type=F_UNLCK, whence=SEEK_SET, start=1073741824, len=1}, 0xbfcaf694) = 0
access("/var/cache/yum/base/primary.xml.gz.sqlite-journal", F_OK) = -1 ENOENT (No such file or directory)
fstat64(6, {st_mode=S_IFREG|0644, st_size=20480, ...}) = 0

[Code]...

View 9 Replies View Related

Ubuntu Servers :: Configure Clustering For 2 Nodes?

Mar 11, 2010

I want to connect two systems in clustering concept. am new for clustering configuration. I have installed ubuntu 9.10 server edition in two system. what do to the next step to configure clustering in ubuntu 9.10 server edition.

View 1 Replies View Related

Ubuntu :: Configure A HA Virtual Servers With Windows VMs?

Mar 30, 2010

I have a project in school that the requirement is to show the proof of concept of a high availability virtual servers. the guest operating system for the test case will be a Windows variant and a Linux variant that if the main host that hosts both of this VMs fails, both VMs will be restarted on the backup host. Simple enough with VMware vSphere and citrix xenserver with essentials with their enterprise features, But I am not allowed to use a software that one will need to pay-for or is only a trial version, i need to use an open source solutions, and i am not allowed to use virtualbox.

the school has provided me 2 server class 64bit hardware with intel-vt support, i have my laptop for management tools and to also run a virtual appliance for a iscsi target (openfiler as a vm in virtualbox in my laptop).

I have figured that i will use KVM on a ubuntu server as my hypervisor but i cant find any how-to on how to implement a high availability setup that will run a windows variant as a guest. can some one give me a step by step on how to do this.

from my research it looks like i will need DRBD and heartbeat, but i dont know how to use them and if they are applicable in my needs. I wouldn't probably use DRBD since I have a sudo SAN with my iscsi target, so i can probably use open-iscsi.

View 3 Replies View Related

Ubuntu Servers :: Recommend The Easy Way To Configure Web And Ftp?

Jul 12, 2010

What is the easy way to make ubuntu as a web and ftp server? So far i only use ubuntu as development server(LAMP in ubuntu 10.04) Now, i want try to host the server in my office rather then at service provider company.

View 4 Replies View Related

Ubuntu Servers :: Configure A Few VirtualHost In Apache2?

Aug 10, 2010

I applogies if this doesn't fit or if this is right in from of my face but, I'm a bit confused.I'm trying to configure a few VirtualHost in apache2. I currently a default virtualhost and 2 other sites. No matter which domain I visit I still get the default page.. My Confusion is, I've been reading and some places seem to say that my virtual hosts should be in /etc/apache2/sites-enabled/*Config File* and other seem to say it should be in /etc/apache2/httpd.conf what the awsner... I've tried both ways with no success .... If I put NameVirtualHost in httpd.conf I get an error saying their are no virtual hosts.

View 2 Replies View Related

Ubuntu Servers :: How To Configure Component Of Apache

Mar 3, 2011

The web server component of Apache isn't actually called "Apache" right? It is called something else? I didn't realize there were so many parts. Also, is there a good newbie introduction to how to configure it for a basic web server?

View 5 Replies View Related

Ubuntu Servers :: Trying To Configure DNS On My Virtual Meachine

Jun 22, 2011

I am trying to configure DNS on my virtual meachine I got I message, will you share your knowledge what it is? and how to recover from there? ...

View 9 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved