RHEL Internet connection


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers RHEL Internet connection
# 1  
Old 10-08-2008
RHEL Internet connection

Hi all Smilie

I got a problem that I need to solve here, its kinda confusing me.

I got servers which is RHEL that its not supposed to connect to internet, but right now I want this server to connect to internet, so firewall and everything already open. but I have no idea why it still unable to connect to internet.

I restart the network in /etc/rc.d/init.d network stop and start it back, I tried but still same thing. FYI, IP, subnet, DNS already configured just like the other machines(windows xp which is connected to internet) we are using same dns, so it supposed to be fine or is not the problem with this configuration.

I try to tick the httpd under 'services' and start it so it was running, but I tried again to connect to internet by typing google.com or yahoo.com into the firefox and konqueror, but it is still the same! sad,... Smilie

any idea on how to solve this issue? appreciate!

Thanks
# 2  
Old 10-08-2008
Run all commands as root:

1. ifconfig -a
Do you see an interface marked "UP" with a MAX address and a non-zero IP address?? (Not including "lo" interfaces.) If not, you don't have a working ethernet driver installed.

2. Can you ping the IP address of the interface? (for instance, eth0) If not, you have a network stack issue. Perhaps the network interfaces were disabled or perhaps there is a driver problem. It can also be a routing problem. Check "netstat -rn" and make sure you only have the default route.

3. Can you ping another host or gateway on the LAN? If not, perhaps iptables still has some rules installed. Do "/sbin/service iptables save" and check /etc/sysconfig/iptables.save for any rules which still shouldn't be there.

4. Can any other machine on the network ping the address? If so, it could be a cable problem. Or, it could be there already is another machine on the network with that IP address. Change IP addresses and try again.

5. Check the default route. You didn't mention this in the list above. Run "netstat -rn" to see the list of routes. The route listed for "default" should point to your switch or local gateway. Try changing this to another machine on the network.

6. If you can get to the router, but not past the router, the problem might be there or on a further hop. Use "traceroute -n www.google.com" or something to trace your route to the internet. If it stops after 1 or 2 hops, the problem is your gateway
# 3  
Old 10-09-2008
@otheus: good explanation, appreciate it! I'm able to connect to internet now, I know its not my fault since first time. The network teams did not configure the firewall and vpn correctly, so thats why I was not able to connect to internet.

Thank You for your reply and help.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

How to check internet connection?

Hello, I need a simple shell script that returns a value if the system is internet connected and a different value if the system is not connected. Can anyone please help? Thanks Daniele (3 Replies)
Discussion started by: dcaccount
3 Replies

2. Red Hat

Regarding connecting to internet from RHEL 5 server

Dear All, I have a RHEL 5 server of 64 bit . I have disabled the firewalls and added the name server also in resolv.conf. I want to connect to internet inorder to link the machine with Linux Network. # I could not connect to any website from this server for ex ping google.com is not... (8 Replies)
Discussion started by: jegaraman
8 Replies

3. Solaris

Internet connection

I got solaris 10 works, but I cannot set up my internet connection. When I ping a website and i open the web browser, it doesn't work. When the installation asked 'Am I in a network?' i answerd 'no'. I think this is my minstake. How can i get Internet, now? I have a ADSL modem (not router).... (5 Replies)
Discussion started by: mghis
5 Replies

4. UNIX for Dummies Questions & Answers

check Internet connection?

I am using SUSE OS and want to check internet connection... I have tried: ping -c3 google.com The output i have got is: Unknown host google.com does it means that i do not have Internet connection?? Or please help me with any Command to find Internet connection? Thanks for any help. (1 Reply)
Discussion started by: salil2012
1 Replies

5. BSD

Internet connection with PC BSD

Hi friends! :) I have got an Acer laptop. in one of the partion's I have got PC BSD installed. I am new UNIX user coz first I was using Windows, so I am still learning it. I only know few commands, and I find it very interesting. Unfrtunately, when I log into PC BSD, I can't connect to the... (3 Replies)
Discussion started by: dubbio123
3 Replies

6. Linux

setting up internet connection

I'm having fedora core4.I have a ADSL modem and can access through Windows.I tried setting up internet connection in linux using setup command and netconfig,but doesn't work. can anybody help me with the steps in detail.also can i use the same ip address as in windows? (7 Replies)
Discussion started by: laddu
7 Replies

7. UNIX for Dummies Questions & Answers

Connection of SUN to internet and to PC

Hi, 1)If someone could help me out that how could i connect to internet. Below is the system specification, and i have dial up connection. Sun UltraSPARC-IIi 270MHz processor 256 MB memory 8.4 GB HDD 100/10BaseT Ethernet CD-ROM drive 3.5" Floppy drive 2)Also, how to connect Sun to... (0 Replies)
Discussion started by: younics
0 Replies

8. Solaris

Internet Connection via Lan

I have a sun wokstation running solaris 9 , I want to configuring my lan card to access internet . my IP address : 192.168.144.20 ISP gateway : 192.168.144.1 DNS address : 202.56.250.5 all helps will be appreciated thanks (2 Replies)
Discussion started by: una
2 Replies

9. UNIX for Advanced & Expert Users

setting up internet connection!!

HI unix guru.. i need your help again.. i tring to setup my sun box for internet connection, i am using @home cable service i have 8 pc running different operating systems. every other computer can go online but this sun box for some reason alway give me and error, i enter my ip address... (1 Reply)
Discussion started by: souldier
1 Replies

10. UNIX for Advanced & Expert Users

setup internet connection

HI.. i was wondering if someone out there can help me setup my internet connection.... i have no clue how to set it up.. could you please tell me step by step how to set it up.. i have a static ip, im using a cable modem to connect. my os is solaris 8. Please email me at lil_souldier@hotmail.com... (2 Replies)
Discussion started by: souldier
2 Replies
Login or Register to Ask a Question