Networking :: Dell Server With Fedora 12 - Can Browse But Cannot Ping
Jul 18, 2011
I have a small Dell PowerEdge 1650 server with Fedora 12 loaded. We can access the internet, (Google, our home page, Etc.) but can not ping any local or outside IP addressed. Our internal computers can ping each other but not the server. No, it is not the server firewall because we also disabled it and still the same results.
View 9 Replies
ADVERTISEMENT
Jun 19, 2009
I'm using FC10 on my box at work. It is behind an anthenticated proxy for internet connection. In Gnome, I configured the Network Proxy through the GUI, as my browsers too.
So I can browse internet pages, install packages thru Add/Remove Software GUI, but I cant do it in the command line, using yum install, for example. Then trying to figure it out, I saw that it cant reach the package mirrors. It isnt a DNS problem, I set the /etc/resolv.conf correctly, as the host command works correclty. I can ping the local pcs on the network too. Firewall is disabled. Below some simple tests:
[rtovo@davinci ~]$ ping mirrors.fedoraproject.org
connect: Network is unreachable
[rtovo@davinci ~]$ host mirrors.fedoraproject.org
mirrors.fedoraproject.org is an alias for wildcard.fedoraproject.org.
[Code].....
View 3 Replies
View Related
Dec 28, 2009
I've got a weird problem on my fedora 12.
My computer is running behind an ISP box, Firewall shut off, SELinux disabled.
I've a local IP address : 192.168.0.2 dynamically given by the ISP through DHCP
I've got bind installed. I've defined a domain (let's call it mydomain.com) in the /etc/named.conf this way :
Code:
//
// named.conf
//
// Provided by Red Hat bind package to configure the ISC BIND named(8) DNS
[Code].....
Finally, the named service is running.
Here is the trouble : I can ping my domain, but when I try to browse to this domain in my browser, the connection is rejected !
View 2 Replies
View Related
Feb 28, 2011
Background: In attempting to move from XP to linux, I have a F14 live USB stick -- can boot Dell M6400, see the internal drive and USB sticks. Wired ethernet network is seen only if ethernet cable is plugged in before booting. Then, I can ping sites by name (yahoo.com, google.com) -- however, FireFox does not load any web-page over the internet -- it does not put up an error message either, it just keeps waiting (it is in on-line mode).Info on the system
uname -a
Code:
Linux localhost.localdomain 2.6.35.6-45.fc14.x86_64 #1 SMP
Mon Oct 18 23:57:44 UTC 2010 x86_64 x86_64 x86_64 GNU/Linux
[code]...
View 2 Replies
View Related
Oct 5, 2010
In my Fedora13 machine, while in mobile broadband, i can ping and skype outside, but cannot browse/yum etc. Few output that may be of relevence are here:
$ netstat -s
IP:
149468 total packets received
6 with invalid headers
16174 with invalid addresses
0 forwarded
0 incoming packets discarded
118821 incoming packets delivered
101331 requests sent out
124 outgoing packets dropped
866 dropped because of missing route .....
View 3 Replies
View Related
Nov 22, 2010
new installation of fedora 14 intel pro/wireless 29251abgeverything ppears to be workingbut ping doesn't workand firefox doesn't workping resolves names but doesn't ping??
View 2 Replies
View Related
Apr 23, 2010
recently I got new wireless card, att usb Quicksilver(based/produce by Option?), for att.Regular gnome network manager freezes the computer when I am plugging it it therefore I installed the one from wicd.net.Also, I am using HSOConnect (to connect by to G3 network), and sometimes I connect to regular wireless g connection through router.
Under both cases I can ping the website by IP and can access the website by ip (ex. google) but can not ping or browse by name.As a side note... I can use and access Skype fine under g3 network and normal wireless.I tried browsing and finding other solutions in past few days but ended up breaking everything and reinstalling to get back to the point I am at now.I am working on the road, so not being to broswse is rather crippling to me.... also I can access internet normally only from home from different computer now.
View 9 Replies
View Related
Nov 11, 2010
I have 4 centos5 apache webservers all on the same network, recently, 2 of the webservers have stopped being able to ping or browse one particular website where feeds are obtained from this site. I have checked and firewall and selinux settings are disabled. The two webservers are able to ping and browse other sites. Dns settings are the same for all 4 servers. traceroute for working and not working webservers are the same.
View 1 Replies
View Related
Dec 23, 2010
I have a DSL connection, DHCP, able to browse and no problem with that.
But I can't ping websites or their ip address. Should I be worried? I'm using Maverick through Wubi.
View 1 Replies
View Related
Nov 7, 2010
I've just done a clean install of F14.have a wired ethernet connection (no wifi).Initially, I was able to browse the web with Konqueror... but after doing a big package update, and installing Firefox, I can no longer browse any website (Unknown host errors).The strange thing about this is that I can ping successfully via hostname
View 2 Replies
View Related
Feb 1, 2011
I have a edimax USB wireless and as soon as I plugged it in it worked i.e., it is able to connect to a wireless.
[Code]....
View 5 Replies
View Related
Jan 21, 2010
I know this is not a win-doze forum but i always ask my questions here so here goes.I am having what appears to be a DNS problem on a friends laptop. He is running windows XP. I CAN connect to networks and even ping websites but i CANNOT browse in Internet Explorer or FIrefox.
View 1 Replies
View Related
Jul 7, 2011
Ubuntu 11.04, wireless adapter BCM4312.The connection works for a while, for a random length of time from a few minutes to a few hours, then stops working. The laptop says it's connected, and the router says it's connected, but the browser can't find any Web pages, it can't find the router, and there is no response to pings from the router or any other device on the local network or on the Internet. "Host unreachable." When I try to ping to the laptop from another one, it times out.If I shut down the computer and try again a few hours later, it works fine again for a while, then after a while it stops working again.
In case it's relevant, sometimes when I restart networking from the command line, it says "ignoring unknown interface eth1=eth1," even though ifconfig -a lists eth1 as up with an ip address. eth1 is the wireless adapter. Another laptop with Ubuntu 11.04 connects to the same router with no problems.Using a fixed IP address doesn't change anything.
View 8 Replies
View Related
Apr 29, 2010
So, I have an Virtual Machine running CentOS 5.4. It sits behind a hardware firewall which also does NAT'ing. I've set up plenty of these, so I know for sure the firewall and NAT rules are set up correctly. From the host, I can ping anything in my subnet and the gateway. But I can't ping anything else beyond the gateway. I can perform DNS queries and when I try to ping, it finds the appropriate IP address.But from the outside, I can ping the PUBLIC address (It's a 1 public to 1 private address NAT, not 1 public to multiple private). I've tried it with IPTABLES on and off, with no change.
View 11 Replies
View Related
Jul 15, 2011
I am using an virtual machine. where I need to ping from one machine to another. earlier I was able to ping. But after going to google.com once, I cannot ping back to this machine.
But if I gave ping -I eth1 <IP> then I can ping.
I cannot install any package, so tell me solution which includes not installing any package.
View 2 Replies
View Related
Feb 16, 2010
I can ping IP addresses of sites, say 209.85.229.99 (google.com), but I cannot ping google.com, nor browse it. Same thing for every alphabetic address and hence in practice I have no internet on my laptop. In windows, I'd just flush DNS but I don't know what to do in Ubuntu. I am using WICD.
View 9 Replies
View Related
Dec 23, 2009
I am using a dell laptop which has Dell 1397 802.11B/G Wireless Mini Card. I not able to connect to internet and was not able to detect what actual problem is weather card is not supported (i.e. drivers are not available) .
Also, if any one can point to exact process to connect to wireless Lan using fedora12.
View 10 Replies
View Related
May 21, 2009
I have connected xp and fedora through crossover cable . xp has ip address 192.168.0.1/24 (manually assigned) fedora has 192.168.0.2/24 with default route equal to 192.168.0.1
I can ping fedora from xp computer but i can't able to ping xp from fedora computer.
I have manully edit the /etc/sysconfig/network-scripts/ifcfg-eth0 file with correct subnet mask and ip address because when i tried to give ip address manully in network manager the subnetmask is replaced with gateway address don't know why.
Now i want to share internet through crossover cable . xp is connected to internet through wireless usb adapeter.
View 8 Replies
View Related
Jun 14, 2010
i have the following ip assignments
fedora (iptables)
eth0 -private :192.168.1.1
eth1 -public : 186.117.50.6
squid proxy
192.168.1.10:3128
my clients range
192.168.2.0/24
how can i make my clients to browse internet only from proxy server my network is NAT 'ed. Please specify a iptable rule to allow internet access for my clients to browse ONLY if they come through proxy server.
View 1 Replies
View Related
Dec 7, 2010
I have a acer aspire. I recently dual booted with xp and fedora14. we have wifi in the campus and the problem is : I am able to connect to wifi & browse in xp but on the other hand with fedora I am able to connect and the signal is also pretty strong, but I am not able to browse.I am using a firefox mozilla, we also have a proxy for which I have configured all the setttings.The error being displayed is "connection time out".
View 1 Replies
View Related
Jan 19, 2010
Host - Fedora 12 64bit
KVM
VM - Windows Server 2008 64 bit
bridge-utils
VM can ping host and Internet but host can't ping VM.
I set VM static IP 192.168.0.205.
It turns out dynamic IP - 192.168.0.55
On host:
View 2 Replies
View Related
Nov 27, 2010
I have 2 ethernet cards but when I look at the Network configuration in "Hardware Tab" I have another acx wireless network. How to delete that because In my system Idon't have wireless card..probably installed before but want delete it now.
[code]...
then windows can ping server and resolve ip address and browsing Internet but can't ping [URL]... result is Request time out. ICMP already enabled in iptables.
View 6 Replies
View Related
Apr 12, 2010
I have multiple public ip addresses.My DSL modem blocks ping from a server behind the modem (nb6+4w) modem lan ip (gateway) is xxx.xxx.xxx.105the server is xxx.xxx.xxx.107If I DMZ this server it responds to pings.If i don't want to use DMZ, what service is ping using.I have set up virtual server 443 to this 107 ip as it's a SSL server
View 5 Replies
View Related
Feb 13, 2009
From today, I am unable browse internet using Fedora 10. Before this, I was using net in F10 with no problem, F10 was automatically configuring for net settings. But now I cannot connect to internet in F10, but I can connect to internet using windows xp. I have ADSL modem which automatically connects to internet when it is switched on. When I press any site name in Firefox it won't display any thing (in status it shows done).
And even following command not works.
Code:
ping www.google.com
But following command works fine ( I know yum search for software in repo using internet). I wonder how this commend works, while I cannot browse web.
Code:
yum search player
(I am completely dependent on linux). One more thing before occurrence of this problem I had installed xmms, xmms-mp2 and xmms-skins. I don't think this created problem.
View 4 Replies
View Related
Jun 13, 2010
I can browse, add and delete files on my fc13-64 machine from windows xp or vista. But not from the fc13-64 machine to or from any of the windows machines. I have installed samba, smb and nmb are running (reliably) selinux is disabled and the firewall is on; although i have noticed with it off I can't browse in either direction. Can't browse windows with samba but can browse samba with windows, is a problem I overcame with fc-12 but I can't remember how.
# Samba config file created using SWAT
# from UNKNOWN (127.0.0.1)
# Date: 2010/06/13 11:16:24
[global]
workgroup = OFFICE
server string = Samba Server Version %v
log file = /var/log/samba/log.%m
max log size = 50
cups options = raw
[printers]
comment = All Printers
path = /var/spool/samba
printable = Yes
browseable = No
[Public]
comment = George's Public Folder!
path = /home/george/Public
read only = No
guest ok = Yes
[Downloads]
comment = Downloads in George's folder
path = /home/george/Downloads
read only = No
guest ok = Yes
View 14 Replies
View Related
Nov 11, 2010
I have a fresh install of Fedora 13 on my Toshiba Notebook. I am able to connect to the internet but can not browse neither by Ethernet or wireless. I have an Intel Pro/Wireless 2200BG wireless card and a Marvell Technology Group LTD 88E8036 PCI-E fast Ethernet card installed. The command ifconfig shows an ip address. I am able to ping by URL and IP address. It does the same with the firewall disabled. I have also disabled the iptable & ip6tables in the services. I have even set fire fox not to use proxy settings. I am just not able to browse at all.
View 2 Replies
View Related
Nov 21, 2010
is the following (btw I'm new to linux) - installed f14, connected to WiFi from my home router, started Firefox, and it was not able to open any pageslong with that I successfully updated my system and applications (and even installed new ones) through the same internet connection.Being connected to WiFi on my workplace I am able to browse with firefox, but at home - not...What could be the problem? What additional info should I give?PS. Sorry if the problem was already addressed, I am trying to find the solution on the web - but no success. Also 1-day discussions on ru-net forums were not successful, unfortunately.
View 4 Replies
View Related
Jul 11, 2011
I am trying to get a Linux (Slackware 13.37) working in a Windows networking environment. The IT support for this organisation does not extend to Linux support, so I'm limited in what help I can get for this.
I'm trying to get to the point where I can get to the internet to download what I need on this Linux machine.
The situation is this (*fictitious addresses used) -My Linux machine uses a fixed IP address (10.100.150.21)
My Windows machine uses a DHCP assigned IP address (10.100.150.213)Both Linux and Windows machine are configured to access the gateway server (10.100.150.1)So, I can ping the Linux machine from the Windows machine and vice-versa.I can ping the gateway machine from the Windows machine.I can browse Windows Shares on the network via SMB from the Linux machine.I CANNOT ping the gateway machine from the Linux machine with the Destination Host Unreachable message being the error message.
For actual internet access I need to access a proxy server but since the Linux machine can't even ping the gateway server, it fails to ping the proxy.Now, I have been told the gateway is a HW based router and for Windows machine they use some software for authentication to connect to the network. This software isn't available for Linux, so that's why I've been told to use a fixed IP address.My experience of networking is pretty basic and most of the Linux setup is done via running Slackware's setup program.
View 12 Replies
View Related
Sep 20, 2010
I'm using VPNC to connect to a remote cisco network, however I cannot browse the internet after the tunnel establishes. I know this is a DNS issue, as I can ping external address by IP (e.g. google). I can also communicate through the VPN tunnel without trouble.
/etc/resolv.conf gets updated by the VPNC with the remote networks DNS Servers, but I still cannot connect to the internet. I even manually tried to add my local nameserver to the /etc/resolv.conf file, without luck.
Also, just as a side note, I can only establish the tunnel via the command line "vpnc" command. I'm using Fedora 13 with KDE, but knetworkmanager / networkmanager will not establish the tunnel, however I haven't really dug very deep as to why. I've just setup some vpnc config files for loading the various connections manually, as needed.
View 1 Replies
View Related
Dec 20, 2010
I have connected my Windows XP2002 laptop with Linux 5.4 server through a direct LAN cable. I have made following configurations:
Windows:
LAN IP: 192.168.10.4
Netmask: 255.255.255.0
Gateway: 192.168.10.1
Linux:
eth0:0 IP: 192.168.10.1
eth0:1 IP: 192.168.10.3
Netmask: 255.255.255.0
route add -host 192.168.10.4 gw 192.168.10.1
I can ping the Linux server from my Windows, but cannot do so from Linux to Windows.
View 11 Replies
View Related