![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Anonymous Web surfing with TorK | iBot | UNIX and Linux RSS News | 0 | 05-16-2008 11:50 AM |
| annonymous surfing | sheherezad | Security | 0 | 02-26-2008 06:17 AM |
| lynx browser + SSL | mikebgx | UNIX for Dummies Questions & Answers | 5 | 01-25-2008 12:32 PM |
| lynx | XPS | Shell Programming and Scripting | 1 | 05-22-2006 03:08 AM |
| Lynx / Links | LivinFree | UNIX Desktop for Dummies Questions & Answers | 1 | 07-03-2005 12:51 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
Surfing the web with Lynx
Linux detected my modem(finally!) and I then proceeded it to configure it with Minicom according to the instructions here. I got it configured, and can dial up to my ISP, but now I am trying to figure out how to get Lynx to use the connection. Any ideas?
|
| Forum Sponsor | ||
|
|
|
|||
|
On connecting with Minicom, I get:
PPP session from [IP] to [IP] started... On attempting to follow a link with Lynx, I get: Alert! Remote host not found! So: How do I keep the connection open? How do I get Lynx to utilize the connection? |
|
||||
|
I've never used minicom to establish a ppp connection, but as I'm finding out, there is even more than one way! Here's one that I found in a (old) book:
Quote:
You could also write a chat script that will dial and start pppd for you... If lynx can't connect, it may be that it can't resolve hosts... look in the file /etc/resolv.conf Does it have info for nameservers, domain and search? Can you connect via IP address, or not even that? You may have to add a route, so packets can get out of your machine. Try this: lynx 64.23.37.23 If that doesn't work, try ping 64.23.37.23 Let us know what the reults are with those commands... I almost forgot what a hassle dialup can be, since I started using only WvDial. Hope this helps a little. |
||||
| Google The UNIX and Linux Forums |