Go Back   Technology Questions > Software Questions > Operating System Questions > Linux

Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old 06-06-2008, 10:00 AM
Mike
Tablet PC Guest
 
Posts: n/a
Lynx browser behind router = problem


Just started using Lynx again, or I'm trying to, :( but these days I'm
running my main PC behind a router box. Everything else seems ok with
going through a masquerading firewall/LAN connection, but Lynx just sits
there trying to connect to the router address.

I've fried my brain trying to set up the Lynx variables, and am now
taking a short break from feeding the (clearly) wrong questions into
search engines.

Anybody got one of those "Simple mate! Just....." tips, or pointers to
resources that are focussed on this probably simple problem?

Ta

--
*===( http://www.jonestheweb.myby.co.uk/
*===( http://principiadiscordia.com/
*===( http://www.badphorm.co.uk/
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

 
Old 06-06-2008, 10:00 AM
Xploder HD Movie Player for PS3. Manage, convert and transfer media files between the PC and PS3.
  #2 (permalink)  
Old 06-06-2008, 10:50 AM
Mark Madsen
Tablet PC Guest
 
Posts: n/a
Re: Lynx browser behind router = problem

On Fri, 06 Jun 2008 17:47:59 +0000, Mike wrote:

> Just started using Lynx again, or I'm trying to, :( but these days I'm
> running my main PC behind a router box. Everything else seems ok with
> going through a masquerading firewall/LAN connection, but Lynx just sits
> there trying to connect to the router address.
>
> I've fried my brain trying to set up the Lynx variables, and am now
> taking a short break from feeding the (clearly) wrong questions into
> search engines.
>
> Anybody got one of those "Simple mate! Just....." tips, or pointers to
> resources that are focussed on this probably simple problem?


Lynx seems to prefer using IPv6 by default. Does it *ever* connect, if
you wait long enough (2 or 3 minutes)? What happens if you do

lynx `nslookup desired_site_address` ?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #3 (permalink)  
Old 06-06-2008, 11:40 AM
Pascal Hambourg
Tablet PC Guest
 
Posts: n/a
Re: Lynx browser behind router = problem

Hello,

Mike a écrit :
> Just started using Lynx again, or I'm trying to, :( but these days I'm
> running my main PC behind a router box. Everything else seems ok with
> going through a masquerading firewall/LAN connection, but Lynx just sits
> there trying to connect to the router address.


Can you please elaborate "everything else" ?
How does lynx try to connect to the router address (protocol, port) ? It
is not supposed to do so, except for DNS resolution if the router is
declared as a nameserver in /etc/resolv.conf.

> I've fried my brain trying to set up the Lynx variables, and am now
> taking a short break from feeding the (clearly) wrong questions into
> search engines.


What variables have you set ? You haven't set WWW_access_GATEWAY,
http_proxy and so on with the router address, have you ? A NAT router is
usually not a proxy nor a "gateway server".
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #4 (permalink)  
Old 06-06-2008, 11:50 AM
Mike
Tablet PC Guest
 
Posts: n/a
Re: Lynx browser behind router = problem

Responding to Mark Madsen:

> On Fri, 06 Jun 2008 17:47:59 +0000, Mike wrote:
>
>> Just started using Lynx again, or I'm trying to, :( but these days I'm
>> running my main PC behind a router box. Everything else seems ok with
>> going through a masquerading firewall/LAN connection, but Lynx just
>> sits there trying to connect to the router address.
>>
>> I've fried my brain trying to set up the Lynx variables, and am now
>> taking a short break from feeding the (clearly) wrong questions into
>> search engines.
>>
>> Anybody got one of those "Simple mate! Just....." tips, or pointers to
>> resources that are focussed on this probably simple problem?

>
> Lynx seems to prefer using IPv6 by default. Does it *ever* connect, if
> you wait long enough (2 or 3 minutes)? What happens if you do
>
> lynx `nslookup desired_site_address` ?


Hmmm.Interesting...

nslookup nslookup http://en.wikipedia.org

gets me

Server: 208.67.222.222
Address: 208.67.222.222#53

Non-authoritative answer:
Name: http://en.wikipedia.org
Address: 67.215.66.132

and

lynx 67.215.66.132
lynx http://67.215.66.132

gets me a page full of Lynx switches advice.

Most curious.

--
*===( http://www.jonestheweb.myby.co.uk/
*===( http://principiadiscordia.com/
*===( http://www.badphorm.co.uk/
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #5 (permalink)  
Old 06-06-2008, 12:40 PM
Pascal Hambourg
Tablet PC Guest
 
Posts: n/a
Re: Lynx browser behind router = problem

Mike a écrit :
>
> nslookup nslookup http://en.wikipedia.org


Wrong query, try "nslookup en.wikipedia.org" instead.

> gets me
>
> Server: 208.67.222.222
> Address: 208.67.222.222#53


This is the address of resolver1.opendns.com. Looks like your box uses
OpenDNS nameservers. They mangle replies and thus cannot be trust when
doing DNS tests.

> Non-authoritative answer:
> Name: http://en.wikipedia.org
> Address: 67.215.66.132


This is the address of hit-servfail.opendns.com, not en.wikipedia.org.
Instead of replying with the DNS error your query deserved, OpenDNS
replied with the address of their web server handling failed queries.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #6 (permalink)  
Old 06-06-2008, 02:30 PM
Mike
Tablet PC Guest
 
Posts: n/a
Re: Lynx browser behind router = problem

Responding to Pascal Hambourg:

> Mike a écrit :
>>
>> nslookup nslookup http://en.wikipedia.org

>
> Wrong query, try "nslookup en.wikipedia.org" instead.
>
>> gets me
>>
>> Server: 208.67.222.222
>> Address: 208.67.222.222#53

>
> This is the address of resolver1.opendns.com. Looks like your box uses
> OpenDNS nameservers. They mangle replies and thus cannot be trust when
> doing DNS tests.


Ah. Thats a bad thing.

>> Non-authoritative answer:
>> Name: http://en.wikipedia.org
>> Address: 67.215.66.132

>
> This is the address of hit-servfail.opendns.com, not en.wikipedia.org.
> Instead of replying with the DNS error your query deserved, OpenDNS
> replied with the address of their web server handling failed queries.


And another bad thing. Must dig out the VirginMedia nameserver addresses.
Might as well get one problem off the list before we go any further. :(

--
*===( http://www.jonestheweb.myby.co.uk/
*===( http://principiadiscordia.com/
*===( http://www.badphorm.co.uk/
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #7 (permalink)  
Old 06-09-2008, 12:20 PM
snoopy2
Tablet PC Guest
 
Posts: n/a
Re: Lynx browser behind router = problem


>
> >> Server: * * * * 208.67.222.222
> >> Address: * * * *208.67.222.222#53

>
> > This is the address of resolver1.opendns.com. Looks like your box uses
> >OpenDNSnameservers. They mangle replies and thus cannot be trust when
> > doing DNS tests.

>
> Ah. Thats a bad thing.
>


If you're looking for a reliable alternative to OpenDNS, I use
iFireFly for free DNS resolution:
http://www.ifirefly.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #8 (permalink)  
Old 06-09-2008, 01:30 PM
Mike
Tablet PC Guest
 
Posts: n/a
Re: Lynx browser behind router = problem

Responding to snoopy2:


>> >> Server: Â* Â* Â* Â* 208.67.222.222
>> >> Address: Â* Â* Â* Â*208.67.222.222#53

>>
>> > This is the address of resolver1.opendns.com. Looks like your box
>> > uses
>> >OpenDNSnameservers. They mangle replies and thus cannot be trust when
>> > doing DNS tests.

>>
>> Ah. Thats a bad thing.
>>
>>

> If you're looking for a reliable alternative to OpenDNS, I use iFireFly
> for free DNS resolution:
> http://www.ifirefly.com


I'll take a look. Cheers.

--
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Reply

Bookmarks

Thread Tools

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Lynx and forwarding router question Mike Linux 0 06-04-2008 03:40 PM
lynx - listbox Man-wai Chang ToDie (33.6k) Linux 6 04-16-2008 05:50 PM
RE: Router browser user interface Sverrir D. Thorarinsson Internet Explorer 11 09-19-2007 03:03 AM
RE: Router browser user interface Sverrir D. Thorarinsson Internet Explorer 4 09-19-2007 02:58 AM
RE: Router browser user interface Sverrir D. Thorarinsson Internet Explorer 0 09-19-2007 02:58 AM


All times are GMT -8. The time now is 02:31 PM.


2003 - 2008 All Rights Reserved. Technology Questions

SEO by vBSEO 3.1.0