Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Introduction to Linux - A Hands on Guide
This guide was created as an overview of the Linux Operating System, geared toward new users as an exploration tour and getting started guide, with exercises at the end of each chapter.
For more advanced trainees it can be a desktop reference, and a collection of the base knowledge needed to proceed with system and network administration. This book contains many real life examples derived from the author's experience as a Linux system and network administrator, trainer and consultant. They hope these examples will help you to get a better understanding of the Linux system and that you feel encouraged to try out things on your own.
Click Here to receive this Complete Guide absolutely free.
ok i'm trying to run Azureus, i have fully updated it but i can't seem to download or share anything, i did a NAT/PORT test and it failed, i have no firewall i am only behind a cable modem, I am running a fresh copy of debian sarge 3.1 and have not install any firewall software, my iptable -L is blank and i have searched all the help files on Azureus page, any ideas?
Most cable modems have a built in firewall. you can run
Code:
nmap localhost
to see what ports are open. If you don't have it install it it comes in handy. If you need to open up ports on the modem go to the configuration page. mine is 192.168.1.254 yours may be 192.168.0.1
(The 1656 ports scanned but not shown below are in state: closed)
PORT STATE SERVICE
22/tcp open ssh
25/tcp open smtp
111/tcp open rpcbind
113/tcp open auth
641/tcp open unknown
651/tcp open unknown
5900/tcp open vnc
CABLE MODEM
(The 1662 ports scanned but not shown below are in state: closed)
PORT STATE SERVICE
80/tcp open http
Do i need to make a rule or something if so how do i do that?
I had to go to my modems configuration page, then to administration, once you get there you can open ports up and it will restart. I googled for my brand of modem to see how other people did it so I wouldn't mess up.
ok changed the port but it doesn't seem to matter which port i use even if its something i already use... anyway i tried to remove and reinstall using apt-get and i'm having the same problem... I would think someone else might be having this problem but maybe i'm wrong...
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.