5 Networking :: Centos 5.4 Cannot Resolve Private Dns Ips / Fix It?

Oct 2, 2010

I has used centos for all my servers but today i have problem with my router.

I install and configure my router/gateway as follows code...

at previous configuration (centos 4x) everything work well with those configuration but when i use centos 5.4
all my client cannot browse the Internet, its only work when i put the ISP dns (221.321.32.15)

i want my client use 192.168.0.1 as DNS.

View 3 Replies


ADVERTISEMENT

CentOS 5 Networking :: Unable To Resolve Anything Via Dns?

May 31, 2009

cant resolve anything via dns, can ping ips though, traceroute shows that traffic is going through.

[root@home ~]# uname -a
Linux home 2.6.18-128.1.10.el5 #1 SMP Thu May 7 10:35:59 EDT 2009 x86_64 x86_64 x86_64 GNU/Linux
[root@home ~]# route -n[code].....

View 1 Replies View Related

Networking :: Can't Get To Internet With My Centos System / Resolve This?

Nov 24, 2010

I recently configure a centos linux distro to use on the internet.my actual plan is to use it as a router to the internet for computers on my network. the system already has two lan cards which i have configured with their appropriate ip addresses. now with this initial configuration i believe i should be able to browse the internet, but my problem now is that i cant even though the lan card pointing to isp is correctly configured with the ips,gateway and dns from my isp. i cant even do a ping to the outside world.
I cant really pin point where the issue is coming from but i am guessing maybe my route are not well configured. i get ''unknown host google.com" message when i ping google.com and a ping to my gateway address gives '' Network is unreachable". i have been using this system before as my gateway, but only recently switched isp and i started having this issue when i reconfigure the system to my new isp settings. Now, on a windows system, all goes fine so i have been able to safely remove the fact that maybe it is from my isp from the picture. How do i resolve this?

View 1 Replies View Related

CentOS 5 Networking :: After Restarting - Network Won't Load / Resolve This?

Feb 26, 2010

It is really a problem that drives me crazy.

Every time after restarting my Linux machine, Network won't load and i can't activate eth0.
After multiple restarts it comes activated but i am sure it is not what makes it to work.

Can some one ever heard about such situation?
I have a 3com Ethernet adapter.

View 7 Replies View Related

CentOS 5 Networking :: CIFS Mounts Hang When Pushing Data / Resolve This?

Apr 9, 2009

Ive seen this a hundred times while searching google but I can't seem to get any of the fixes suggested to work for me.

Here are the specs code...

I have other servers on the same network with the same software/hardware that never loses its mount to the windows share, and nightly backups are run through those mounts. So why does the mount on this machine fail when we do a push? The only conclusion that I can come to is there is some sort of time out on the windows server that causes this. The other servers that have this same type mount use their share every night, where as the share on this server gets used once or twice a week. Once the mount hangs I can not unmount it, I have to reboot the server. Once the server is rebooted the push works fine. But then the next week when a push is tried it hangs. What else can I check?

UPDATE: I've also tried NFS mounts and autofs mounts and they hang as well

I enabled logging by echo 1 > cifsFYI and this is what I see in var/log/message code...

Ive removed the actual file names for security concerns. Any one have ideas as to why this is happening? The only other thing I can think of to try is to swap out the NIC but it's at a remote location so I can't do that right now.

View 5 Replies View Related

Ubuntu Security :: Private Folder For Private Files?

Aug 18, 2010

i noticed that all files can be seen by another computer if the drive is accessed

can I stop this? can i set a private folder?

View 7 Replies View Related

CentOS 5 Server :: Transfer Files To Private IP?

Nov 18, 2010

I have a server with Private IP and without any public IP. I want to transfer files to the private IP. I can log in to the Private IP through SSH. So basically I installed vsftpd in the server with Public Ip and tried to ftp the public ip from the private ip but it is not working.

View 1 Replies View Related

Ubuntu Networking :: (ssh) Copying Private Key From One Pc To Other?

Sep 29, 2010

i am logging on to ssh server from my laptop and i have my private key there but i would like to logon also from my desktop at home so how can i copy the key?

View 2 Replies View Related

Networking :: SSH Setup - Public / Private Key Authentication?

May 7, 2010

After years with Linux and using ssh on a daily basis I have to admit I've never setup public/private key authentication and I've never run passwordless logon to ssh. It's not that I've never tried, I have - I've just never got it working. That to me is an almost alien concept as I am a tinkerer at heart and rarely stop until something is working the way I'd like it to. I get the principle of what's going on but I've always had a mental block about it.

View 3 Replies View Related

Networking :: Keepalived Redirect Public Vip To Private Vip?

Jun 2, 2011

I have a strange problem and I can't seem to find clear information on how to do this . I have 2 loadbalancer set up keepalived NAT mode with 2 interfaces each

internal vip - 192.168.0.199
external vip - 195.x.x.21
lb1 -master
bond0 - private - 192.168.0.239

[code]...

View 1 Replies View Related

Networking :: Assign A Private IP Address To The Same Interface?

May 15, 2011

I recently just upgraded from humble Linux user to confused Linux admin of my own virtual Linux server. When I issue the ifconfig command I get following output.

Code:

venet0:0 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
inet addr:1.2.3.4 P-t-P:1.2.3.4 Bcast:1.2.3.4 Mask:255.255.255.255
UP BROADCAST POINTOPOINT RUNNING NOARP MTU:1500 Metric:1

The WAN IP of the interface is not really 1.2.3.4 I just changed that IP for security reasons.What I am trying to figure out, is it possible to assign a private IP address to the same interface or can I only have one IP address per interface. I understand I have a mask of /32 so I am not going to be able to subnet the address to create any more addresses, so I assume I am stuck with the WAN IP (public IP) that I have, and just need to deal with it.

The reason I ask this is because I have been reading through several DNS/BIND tutorials/walk-throughs, and a lot of them specify setting up a intranet access with 192.168.1.1 address for the local DNS server, but since I am connecting to the sever via SSH I figure I do not need a private IP address.

View 5 Replies View Related

Networking :: Setting A Static Ip For A Private Lan System?

Feb 16, 2011

I have a linux system which is conencted to a corporate lan and it has internet access to it. But i don think that machine hs any static ip or DNS name. I am able to ssh to that machine within the lan but is it possible to ssh to that machine outside the lan using internet?

View 3 Replies View Related

Ubuntu Networking :: Unable To Detect Private Key File?

Sep 17, 2010

I'm running Karmic Koala on my laptop and I'm attempting to connect to my university's secure wireless network. I was directed here by the university's computer help websiteI've followed all the steps, but when I open the wireless network authentication applet and try to browse to my private key, I can't find it. The "chose your private key" window claims to be looking for "DER, PEM, or PKCS#12 private keys (*.der, *.pem, *.p12)," and while my private key file shows up as a .p12 file when I open that location with my file browser, the file doesn't show up when I try and browse to it from the authentication applet. I've attached an image which shows the file in one window, but not in the other f clarification.

View 7 Replies View Related

Ubuntu Networking :: Terminal Server Client To Private IP?

Jan 26, 2011

I'm currently successfully using the Terminal Server Client to connect to an SBS 2003 server at a remote location. I've been trying to figure out if it's possible to connect to any of the XP machines on the LAN behind it. I currently have to use RWW in IE on a VirtualBox XP machine to do that, and I'd love to be able to get rid of VirtualBox completely.

The server has 2 NICs, one connected to the internet, and the other connected to the LAN. There is only one public IP. The computer I'd most like to connect to has a static, private IP. Anybody done anything like this or have any thoughts on how to get it to work?

View 2 Replies View Related

Ubuntu Networking :: Public IP Vs Private IP For DHCP Server?

Feb 12, 2011

My Ubuntu server is now providing routing duties to my network, but I'm having trouble opening ports to my network. I have a DynDNS account, so the IP is always current, but I can't ping even my IP directly.

My network map looks like

Internet > SpeedTouch DSL modem with DHCP > eth1 > Ubuntu > eth0 > LAN

With the modem providing a 192.168.1.xx IP to eth1, I can browse fine. The default gateway is my modem. I switched to the public IP of the modem so I could use iptables for firewall duties, but I was locked out of the internet. No gateway was set when I did that, but eth1 received the public IP of my modem.

How can I use the public IP assigned to eth1?

View 6 Replies View Related

Networking :: DNS Reverse Lookups Not Working For Private IP Addresses / Fix It?

Jul 13, 2011

We have bind 9.3 running on CentOS 5.2. We are able to do reverse lookups for the public IP's but not able to resolve to the private IP's on our network.

View 1 Replies View Related

Networking :: How To Connect Systems In Private Network With Public

Jan 11, 2011

We have to connect one PC in private network (campus) with other PC (mostly a modem in our case)in public network. Connection should be peer to peer like and we have to use C coding for establishing connection between this two systems. Is it possible if we use port forwarding or is there any other way?

View 2 Replies View Related

Networking :: Individually Address Hosts In Private Network From The Outside

May 24, 2011

The facts are as follows:

1. I have at work a regular LAN with many PCs, each with a DNS-registered public IP. Therefore I am able to address each of these PCs by their fully-qualified names and, for instance, initiate ssh sessions to any of these computers just by typing "ssh <name_of_machine>" from a terminal.

2. Within the aforementioned LAN I have just created a private network with some clients, which access the LAN through a router (a D-link DIR-825). We have created this private network for many reasons, but most importantly because we need to guarantee that the hosts in this network will remain networked among them even if the LAN goes down for any reason (which unfortunately happens often). But we still need to have access to the hosts in the private network from the LAN.

3. I am able to define port forwarding rules in the router in order to access certain services on the private network's clients. For example. I am able to access (by ssh) hosts "H1" and "H2" on the private network from a client on the LAN by defining rules for forwarding ports "P1" and "P2" on the router's public IP to TCP port 22 on the private IPs of "H1" and "H2", respectively. Then I would access each of these hosts from the LAN by using:

>ssh -p P1 [ip.address.of.router] (for accessing H1) and >ssh -p P2 [ip.address.of.router] (for accessing H2)

4. The problem with the port forwarding approach is that it is not easily scalable. For instance, If I wanted to enable ssh access to each host in the private network, I would have to define a port forwarding rule for each machine, and then REMEMBER all these port rules when initiating a ssh session from the LAN in order to point to the right host. And the problem gets worse when considering more services in addition to ssh.

5. The ideal solution would be to be have a means for addressing each host in the private network individually, in much the same way in which I address the hosts in the LAN (which have DNS-registered names). For instance, in order to access hosts H1 and H2 as in the previous example, i would like to be able to just type

>ssh [name_of_host_H1] (for accessing H1) and >ssh [name_of_host_H2] (for accessing H2)

The bottom line:

I guess I can say that what I need is some kind of combined DNS-ing and routing that allows me to communicate with the hosts in the private network from outside of it in a transparent way.

The question is: what are any possible solutions for accomplishing this? I have searched the web and found stuff about things like VPNs, reverse-proxies and NAT servers, but I really can't understand if any of these could serve to solve my problem (BTW, isn't my router doing some sort of NAT-ing already? could I just add some DNS-ing in some way?)

View 3 Replies View Related

Networking :: Server Can't Ping Other Boxes On Private Network

Jul 27, 2011

I run a server that is connected to several other boxes in a private network (192.168.0.0). I have had no problems previously, but upon a reinstall of Debian squeeze I have no connectivity to the private network: a ping of other addresses on that network fail. Ping and connection to outside world is fine. This box is configured similarly to another on this private network which connects successfully. I have quadruple-checked all my basic information. I post my ifconfig below of the malfunctioning device, then the ifconfig for equivalent nic on a box connected succesfully to the private network.

Questions:

1.Could it be a cable problem? (I don't see how since the cables have not been changed I do not believe since my reinstallation).

2. What about the difference in the last lines of eth1 below and eth2 of the successful box. Is it significant that the bad eth1 reads Memory:fc3a0000-fc3c0000

View 5 Replies View Related

CentOS 5 :: Port 80 On VPS Not Accessible / Resolve This?

Dec 31, 2010

I have reinstalled CentOS 5.5 on my un-managed VPS. Everything is fine except port 80

I am trying to access IP address in Internet Explorer but seems port 80 is not accessible.

I have checked by changing Listen 80 to Listen 90 in httpd.conf

and accessed the ipaddress with port 90 i.e. 208.89.213.70:90 and apache page was displayed

I need help on how to resolve this issue

View 1 Replies View Related

CentOS 5 :: After "yum Update" Centos Crashes While Starting / Resolve This?

Mar 17, 2010

I have centos on Microsoft Virtual PC 2007.

yesterday i updated my CentOS 5.4 with command "yum update" and today it won't to start.

Shows processor error and needs to be resetted.

How to solve this issue??

View 2 Replies View Related

Server :: Confiuring DNS On CentOS 5.4 But Unable To Resolve?

Apr 20, 2011

I am confiuring DNS on CentOS 5.4 but unable to resolve.The configuration files and output of commands is given below.IP Address=192.168.0.66

/etc/resolv.conf
nameserver 192.168.0.66
nameserver 127.0.0.1

[code]....

View 1 Replies View Related

CentOS 5 Server :: DNS Does Not Resolve Names Except To Localhost

Feb 9, 2010

We installed CentOS 5 at our school and are attempting to get 2 simple DNS servers online. These are simple name resolution servers for our network. We installed the needed caching nameserver packages via Yum and all seems to be well, but for some reason when the server is online, it fails to resolve DNS records except when we direct the requests to its 127.0.0.1 (localhost) interface. As for the server specs, the DNS server is running on a Virtual Machine, and the ESXi server has 2 quad-core Xeon CPU's with 48 Gigs of RAM (in short.. hardware is adequate.)

Here's more details:
When the box boots up, we can confirm that the named service is running and it resolves DNS records when we direct queries to its localhost address:
[root@ns1 ~]# dig hotbot.com @localhost
; <<>> DiG 9.3.6-P1-RedHat-9.3.6-4.P1.el5_4.2 <<>> hotbot.com @localhost
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 55510
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 4, ADDITIONAL: 0 .....
; <<>> DiG 9.3.6-P1-RedHat-9.3.6-4.P1.el5_4.2 <<>> hotbot.com @66.186.176.2
;; global options: printcmd
;; connection timed out; no servers could be reached

What would cause the Named service to not answer DNS queries from the physical IP but only from it's internal IP?

View 1 Replies View Related

CentOS 5 Hardware :: Compaq Nx6110 Does Not Shutdown / Resolve This?

Nov 28, 2009

I have a HP notebook Compaq NX6110 with Cent OS 5.4 as a test PC. All equipment works correct except strange fact that notebook does not want to shutdown. When I try to shutdown it via graphical interface or CLI it only reboots. In system log there are no errors about ACPI or something like that. Who can give advice - is this bug in Cent OS 5.4 or something wrong with notebook?

P.S. I updated the BIOS with the last available version from HP

View 1 Replies View Related

CentOS 5 :: Anaconda Does Not Support DHCP Option 121 / Resolve This?

Nov 29, 2009

Following situation:
I'm trying to make a network-installation of my rootserver with CentOS 5.4 x86_64.
This server is hosted by 1and1 a company of the united internet group, which is a big player in europe.
The network environment of 1and1 is providing classless static routes via dhcp by using the dhcp option 121.
If i'm right anaconda does not support this dhcp option 121 and therefore does not "ask" for the routes.
Without the routes configured the traffic does not get through and the network installation fails.
An installation from fedora12 (anaconda 12.46) works without any problems.

Is there someone in the dev team that can patch or backport it?

View 13 Replies View Related

Red Hat / Fedora :: Unable To Find /etc/resolve.conf On Centos Machine

Mar 7, 2010

I am not able to find /etc/resolve.conf on my centos machine.it says no such file or dir .with out this file i am not able to connect to internet.when i ping my localhost and my machines ip address i am getting a reply.but when i ping some domain(eg - google.com) i get no reply.i tried manually entering the dns nameserver from system->adminstration->network->dns tab.i dono what ip to enter there..

View 2 Replies View Related

Ubuntu Networking :: Port Forwarding From Public Address To Private Address?

Feb 24, 2010

Currently my OS is Ubuntu 9.04 Jaunty Jackalope Desktop OS and my web server is Apache2. I have a public address 60.x.y.z and my pc local address is 10.x.y.z. I have a web app in my Apache2 which currently run in localhost(10.x.y.z).

I would like to enable the web app so that it could be browse from outside. I know there maybe some port forwarding process and some commands involved in order to do that. But I have no idea on the steps to do that.

View 5 Replies View Related

Networking :: Production Server With Static IPs On Eth0 And Eth0:1 - Getting Private LAN On Eth1?

Jul 1, 2010

I have two servers on a vlan at my datacentre/colocation and previously both servers had public IPs on their eth0 interfaces. The servers are HP ProLiant DL360s - one is a G4 and one is a G5 The newer G5 is now the LAMP server and the G4 has been retired and I want to repurpose it as an iSCSI target using openfiler freenas or similar.

My G5 has public/static IPs lashed to the eth0 physical interface and the eth1 is not configured to do anything yet. The G4 will have both interfaces available - perhaps one for ssh access from one of my static public IPs and the other to be a private IP on the local vlan. Here is what I am trying to get my head around...

The G5
eth0 - Public IP - full LAMP services on two or three virtual interfaces
eth1 - Private IP 192.168.0.1
The G4
eth0 - Public IP for ssh
eth1 - Private IP 192.168.0.2

Because my traffic between eth1 on these boxes is via private IPs on the local private vlan it doesn't add to my quota for bandwidth. How do I go about configuring the routing and gateways and other aspects of this so that I can run a private IP space network between the eth1s and still serve the outside world from the eth0s...

I am afraid that if I assign the private IPs to the eth1 interfaces the routing may either not work or interfere with the access to the production internet facing interfaces (eth0s).

View 10 Replies View Related

Fedora Networking :: Cannot Get A Virtual Private Network - Error Key Pair Generation Failed: "-8037"

Sep 24, 2009

Fedora 11 I have tried just about everything in webmin, the current one I am working with is openswan, and I get this error: ipsec newhostkey --configdir /etc/ipsec.d --output /etc/ipsec.secrets ipsec rsasigkey: key pair generation failed: "-8037"

My boss would like to have our employees connect to our linux server, then access their personal computers to work when they are unable to be in the office. Everyone else in the office uses winblows and they are unwilling to try anything else no matter what the benefit. The most important one is the CAD guy, we need him to work on drawings from school or his latest flings house and I am just running out of steam. how to fix this error or radically change my approach, I will try or do anything.

View 2 Replies View Related

Ubuntu Networking :: Setup A OpenVpn On 10.04 - Error "Stopping Virtual Private Network Daemon - No VPN Is Running"

Mar 15, 2011

I'm trying to setup a OpenVpn on my Ubuntu 10.04 and after doing the configs from here: [URL] I get an error:

[Code]....

View 1 Replies View Related







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