LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 04-20-2014, 10:21 PM   #1
gauravverma07
LQ Newbie
 
Registered: Apr 2014
Location: Kolkata
Distribution: Red Hat Enterprise Linux 6
Posts: 5

Rep: Reputation: Disabled
unable to ping dns server in rhel 6


Hi,
I have my laptop dual booted with both Win 7 and Rhel 6. I have configured static ip address to both of them but in win 7 internet is working fine whereas in rhel 6 it is not working. Infact it unable to ping any address outside the network.please help..Some of the details are as follows:

1) ip configuration : static
2) ip address : 192.168.1.120
3) default gateway : 192.168.1.1
4) dns server : 208.69.150.250

Last edited by gauravverma07; 04-20-2014 at 10:30 PM.
 
Old 04-20-2014, 10:37 PM   #2
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
FIRST is this the 30 day free trial of RHEL 6.5
if so are you going to BUY the required yearly support contract

-- RHEL 6.5 is not free --
You need to buy the support contract
https://www.redhat.com/apps/store/desktop/


or

install the FREE rebuild of RedHat
CentOS 6.5

Cent has added extra software for desktop use
both cent and ScientificLinux should "just work" on the network setup and config

are you using the Default Gnome2 desktop
or something else


in gnome 2 you should have a network "icon" on the right side of the top tool bar
or
in the gnome menu ( left side of the top tool bar)
System / Preferences / Network Connections
 
Old 04-28-2014, 04:31 AM   #3
gauravverma07
LQ Newbie
 
Registered: Apr 2014
Location: Kolkata
Distribution: Red Hat Enterprise Linux 6
Posts: 5

Original Poster
Rep: Reputation: Disabled
unable to ping dns in rhel 6.5

Thanks John, but I have recently upgraded my RHEL 6 to 6.5 and i am within the 30 days trial period. Moreover my concern is that when i connect the router cable directly to my laptop i get access to internet but when i do by taking the cable from switch i am not able to access it.But my win 7 is getting the internet even from switch also. Kindly help.
 
Old 04-28-2014, 04:47 AM   #4
kirukan
Senior Member
 
Registered: Jun 2008
Location: Eelam
Distribution: Redhat, Solaris, Suse
Posts: 1,278

Rep: Reputation: 148Reputation: 148
Make sure the network interface is working
1. #ip a --> check interface is up and running with static ip
2. #route -n --> check the default route
3. #ping 127.0.0.1
4. #ping default-gateway
5. #dmesg | grep ethN ethernet interface
 
Old 04-28-2014, 07:34 AM   #5
gauravverma07
LQ Newbie
 
Registered: Apr 2014
Location: Kolkata
Distribution: Red Hat Enterprise Linux 6
Posts: 5

Original Poster
Rep: Reputation: Disabled
Thanks, the internet issue is solved.Now i'm trying to install the linux-gtalk zip file but its not working. Please help.
 
Old 04-28-2014, 07:55 AM   #6
cizzi
Member
 
Registered: Jun 2001
Distribution: Gentoo
Posts: 153

Rep: Reputation: 19
Quote:
Originally Posted by gauravverma07 View Post
Thanks, the internet issue is solved.Now i'm trying to install the linux-gtalk zip file but its not working. Please help.
How are you trying to install it? unzipped it and compiled it? or via package manager?
 
Old 04-28-2014, 08:21 AM   #7
gauravverma07
LQ Newbie
 
Registered: Apr 2014
Location: Kolkata
Distribution: Red Hat Enterprise Linux 6
Posts: 5

Original Poster
Rep: Reputation: Disabled
I have double clicked the zip file but there is not executable script file inside..
 
Old 04-28-2014, 02:00 PM   #8
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
is this the software?
https://code.google.com/p/qgtalk/
and did you download it from google code ?
https://code.google.com/p/qgtalk/downloads/list
qGTalk_en-0.5.1.tar.gz

you will need to build that SOURCE CODE
and for that you will NEED to buy the redhat Support contract / license
redhat is NOT free

or

migrate to the FREE CentOS 6.5
http://wiki.centos.org/HowTos/Migrat...=%28migrate%29

you will need to install the gcc compiler and a bunch of software needed to build that code
--- this will take a lot of time !!!
you will need to first learn HOW to build the software

first extract the contencs of the archive " qGTalk_en-0.5.1.tar.gz"
qGTalk_en-0.5.1/
in the folder there is a file called README ( yes just like Alice with "eatme" and "drinkme" this is README )
and read the INSTALL file
these are the instructions
seeing as this is a QT project the normal
./configure
make
DOSE NOT apply
there is a file called "qGTalk.pro"
this is used by the program "qmake"

qmake needs to be installed
for that you will need to have access to the redhat RHN software repo
( a registered licensed install of RHEL -- ie a paid for install )
or
be using the free CentOS 6.5
 
Old 05-03-2014, 05:08 AM   #9
gauravverma07
LQ Newbie
 
Registered: Apr 2014
Location: Kolkata
Distribution: Red Hat Enterprise Linux 6
Posts: 5

Original Poster
Rep: Reputation: Disabled
Thanx for the solution..

Well, I have tried to setup a network with my server which is connected to a router via a 24 port switch.The server has two n/w interfaces eth0 having the ip range 192.168.1.0/24(192.168.1.2 for the server itself) and another eth1 having 10.1.1.0/8(10.1.1.1 for the server itself).The internet is coming to the server via the router having ip 192.168.1.1 which is acting as the default gateway. Now, I have connected an 8-port switch to the n/w interface eth1 of the server and have connected my laptop the the switch. the ip I have given to my laptop is 10.1.1.2. Kindly give the possible commands to run in my server so that the internet can be shared to my laptop also.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[RHEL 5.4] Unable to ping two computers connected with a lan cable. ak1441 Linux - Newbie 14 04-23-2014 11:38 AM
Unable to ping hostnames dynamically updated to dns plvasco Linux - Server 1 05-10-2013 05:40 PM
unable to ping my dns server! justsimran Linux - General 7 03-23-2007 11:50 AM
Traceroute, Ping, Domain Name Server (DNS) Lookup, WHOIS, and DNS Records Lookup netoknet General 1 05-09-2005 03:43 AM
Why I cannot ping to DNS server hvan Linux - Networking 5 11-21-2003 04:22 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 02:13 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration