Issues using lynx to browse eepsites

General I2P related talk
Post Reply
red
Posts: 2
Joined: Sat Jun 21, 2025 6:51 pm

Issues using lynx to browse eepsites

Post by red »

Hello, I've been away from I2P for a few years and can't seem to remember how I was ever able to browse eepsites via the text-only browser lynx. I've tried editing lynx.cfg and various commands trying to mirror the Firefox network settings recommended in the official documentation. I'm able to access the router console itself but when I click on actual eepsites I keep getting this error:

Code: Select all

Alert!: Unable to connect to remote host.
Has anyone else gotten lynx to work with I2P? I know it's possible I just don't remember how.

Thanks!

Red
User avatar
lgillis
Posts: 323
Joined: Mon May 09, 2022 8:40 am

Re: Issues using lynx to browse eepsites

Post by lgillis »

Hallo Red!

The web browser lynx takes the environment variable “http_proxy” into account.
The general call can look like this:

Code: Select all

  http_proxy="http://127.0.0.1:4444" lynx http://discuss.i2p/viewtopic.php?p=1002#p1002
If a system-wide proxy is used, the environment variable can be entered in "/etc/environment". (The appropriately configured proxy establishes the connections to the individual networks. This is done centrally and saves users the trouble of configuring each application individually. But beware, such a configuration offers no protection against cross-connections. However, it is ideal for transparent communication across networks.)
red
Posts: 2
Joined: Sat Jun 21, 2025 6:51 pm

Re: Issues using lynx to browse eepsites

Post by red »

Thanks! I narrowed the issue down to the shell I was using. I was using zsh instead of bash. Going into bash I was able to use the command you gave. Hooray! Thanks again!

red
Post Reply