Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
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.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I want to set a network at home, but I am very new to it...I need to learn some words first I guess
1)what ia a host (in a detailed sense)
2)what does iptable mean
3)what is DHCP
4)what is samba for, do I need to use it if I want to share files with a windows XP
5)what is /usr/sbin/filesharelist ?
6)what packages I need to install if want to establish a network as such:
two computer network connected each other via ethernet cable (no hubs) where my linux will be the gateaway for cable internet connection. The other OS is a windows XP. and file sharingbusiness is needed.
Well, I'll try to answer a few questions, but you should check out the various networking howtos at the Linux Documentation Project.
Quote:
Originally posted by Baran 1)what ia a host (in a detailed sense)
Simply put, a host is a computer on a network.
Quote:
2)what does iptable mean
The iptables are a collection of rules that are applied to packets of data coming in or going out from a host on a network interface.
Quote:
3)what is DHCP
Dynamic Host Configuration Protocal allows one host to control the parameters of a network such as IP addresses and the location of the name server.
Quote:
4)what is samba for, do I need to use it if I want to share files with a windows XP
Samba allows a Linux host to share files with a Windows host using the netbios protocol. Yes, you will need this.
Quote:
5)what is /usr/sbin/filesharelist ?
I have never heard of it. Try running `man filesharelist' on your computer.
Quote:
6)what packages I need to install if want to establish a network as such:
This is where I again refer you to the documents I mentioned above. In particular the Networking-Overview HOWTO, the IP-Masquerading HOWTO, the DHCP HOWTO, and the Home Networking HOWTO. If you start there, you will have a better understanding of how a network comes together and a better vocabulary with which to troubleshoot your network. Good luck!
Last edited by footfrisbee; 09-19-2003 at 05:22 AM.
Distribution: K/Ubuntu 18.04-14.04, Scientific Linux 6.3-6.4, Android-x86, Pretty much all distros at one point...
Posts: 1,802
Rep:
if you do a man iptables, you will notice that iptables runs at the kernel level. It basically sets rules for how packets will be handled, drop, pass-through to user space, accept them, return them,...
Most firewalls in Linux are simply a front end for iptables.
Kernel works on all layers up to transport. Iptables allows you to filter on attributes from network layer (IP address etc) and transport layer (source/destination port etc).
You'd be best off buying a cheap 4 port hub, otherwise you'll need a crossover ethernet cable, which is not the same as a std ethernet cable... also makes it easy to put other machines or a printer on the lan (instead of direct connect).
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.