LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   Can;t ping to other network on redhat 6 (https://www.linuxquestions.org/questions/linux-server-73/can%3Bt-ping-to-other-network-on-redhat-6-a-885557/)

rasito 06-10-2011 05:22 AM

Can;t ping to other network on redhat 6
 
dear master

Why my redhat can;t ping to other network( if ping to gateway is ok) and than i can use internet and resolve to dns.
selinux status is disable and iptables is flush

thanks

Please help me , urgent

EricTRA 06-10-2011 05:26 AM

Hello and Welcome to LinuxQuestions,

Don't use terms like urgent in your posts please, it's only urgent to you not to us. We're all volunteers here putting in our free time to help out others. You'll not get any preferred treatment here using terms like that. That being said there might be a lot of reasons why you cannot connect to the 'other' network. Please provide more information about your networking setup, including netmasks, routes, ...

Kind regards,

Eric

16pide 06-10-2011 06:10 AM

please post:
Code:

ifconfig
route
cat /etc/resolv.conf
cat /etc/nsswitch.conf
cat /etc/redhat-release

and also, tell us
- the IP address of the gateway

kamilrana 03-14-2012 02:26 AM

Please check your route with #route command
and if you don't see default one, add with following command

route add default gw 192.168.1.1 eth0

replace parameters as required.


All times are GMT -5. The time now is 09:21 PM.