Re: Getting on Internet with 13

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 06/30/2010 11:08 PM, John Clark wrote:
>   On 6/30/2010 2:35 PM, Jerry Feldman wrote:
>   
>> On 06/29/2010 07:50 PM, John Clark wrote:
>>     
>>>    I can't seem to get my browser/email to connect to Internet. In
>>> terminal I can ping www.google.com to my hearts content but I can't
>>> connect to it with Firefox. I have no hair to pull out and I don't want
>>> to pull scalp. BTW, Ubuntu gets on just fine, out of the box, but I
>>> can't stand Debian Linux.
>>>
>>>       
>> Assuming you have a router and that Ubuntu works fine through the router:
>> from a gnome terminal try:
>> netstat -nr.
>> Make sure the default route (0.0.0.0) is pointing at the correct
>> interface (eg eth0).
>> Check your name servers (cat /etc/resolv.conf).
>> Since you can ping, you should be ok, but sometimes these steps will
>> show you what the problem is.
>> Make sure your browser is not trying to connect through a proxy server.
>>
>> Minor misconfigurations can cause some interesting problems (such as my
>> Thunderbird issues and I should have known better).
>>
>> Again, use telnet (as said previously) to make sure your firewall is not
>> blocking outbound ports 80 or 25.
>>
>> [gaf@rosetta ~]$ telnet www.google.com 80
>> Trying 72.14.204.99...
>> Connected to www.google.com (72.14.204.99).
>> Escape character is '^]'.
>> ^]
>> telnet>  quit
>> Connection closed.
>>
>>     
> I cannot telnet out,
> 'cat /etc/resolv.conf' yields
>
> nameserver 192.168.1.254
> #Generated by NetworkManager
> domain home
> search home
>
> and  'netstat -nr' yields
>
> Kernel IP routing table
> Destination    Gateway        Genmask            Flags    MSS    
> Window        Irtt    Iface
> 192.168.0.0    0.0.0.0           255.255.255.0    U            0        
>      0                0    eth0
> 0.0.0.0            192.068.0.1   0.0.0.0                  UG        0    
>          0                 0    eth0
>
> also, the upgrades work too.
>
>   
I assume 192.068.0.1 should be 192.168.0.1

For 1, your name server is set up to point to your LAN, possibly your
router. I would suggest manually adding a valid public name server:
For instance:
nameserver 8.8.8.8
nameserver 192.168.1.254
#Generated by NetworkManager
domain home
search home

Then ping some site on the Internet, such as www.blu.org.
Then try the telnet exactly like this:
telnet www.google.com 80
Then copy the lines and paste it to the email.
Additionally, try disabling both selinux and iptables. It is possible
that these are blocking outbound port 80.



-- 
Jerry Feldman <gaf@xxxxxxx>
Boston Linux and Unix
PGP key id: 537C5846
PGP Key fingerprint: 3D1B 8377 A3C0 A5F2 ECBB  CA3B 4607 4319 537C 5846


Attachment: signature.asc
Description: OpenPGP digital signature

-- 
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines

[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux