|
What is 1000Projects
'1000projects.com' is an educational content website dedicated to finding and realizing Final Year Projects, IEEE Projects, Engineering Projects, Science Fair Projects, Project Topics, Project Ideas, Major Projects, Mini Projects, Paper Presentations, Presentation Topics, IEEE Topics, .Net Projects, Java Projects, PHP Projects, VB Projects, SQL Projects, C & DS Projects, C++ Projects, Perl Projects, ASP Projects, Delphi Projects, HTML Projects, Cold Fusion Projects, Java Script Projects, Btech Projects, BE Projects, MCA Projects, Mtech Projects, MBA Projects, Project on Software, CBSE Projects, Testing Projects, Embedded Projects, Chemistry Projects, Electronics Projects, Electrical Projects, Science Projects, Mechanical Projects, Mba project Reports, Placement papers, Sample Resumes, Entrance Exams, Technical Faq's, Puzzles, etc
how it works?
Everything on this site is submitted by the students in this professional community. You Can submit your Projects, Project Topics & Ideas to info.1000projects{at}gmail.com after you submit your project/project Idea/Abstract/Seminar Topics, These are being verified and approved by our administrator. after approval of this project/project Idea/Abstract/Seminar Topics, It can be shown on 1000projects.com so that other users can read/discuss it.The entire content on this website is Only For Educational Purpose, Non Commercial use!
Please help us/Other Users by sending projects/project Ideas/Abstracts/Seminar Topics. Thanking You!!!!!
Category Articles
Assigning Private Network IP Addresses to the Internal LAN
Added on Tue, Dec 15, 2009
Since all INTERNAL MASQed machines should NOT have official Internet assigned addressees, there must be a specific and accepted way to allocateaddresses to those machines without conflicting with anyone else's Internet address. From the... Read More
Requirements for IP Masquerade on Linux 2.4.x
Added on Tue, Dec 15, 2009
** Please refer to IP Masquerade Resource for the latest information. ** " * The newest 2.4.x kernels are now using both a completely new TCP/IP network stack as well as a new NAT sub-system called NetFilter. Within this NetFilter suite... Read More
What is IP Masquerade?
Added on Tue, Dec 15, 2009
IP Masquerade is a networking function in Linux similar to the one-to-many (1:Many) NAT ( Network Address Translation) servers found in many commercial firewalls and network routers. For example, if a Linux host is connected to the Internet via PPP... Read More
Can IP Masquerade work with only ONE Ethernet network card?
Added on Tue, Dec 15, 2009
Yes and no. With the "IP Alias" kernel feature, users can setup multiple aliased interfaces such as eth0:1, eth0:2, etc but its is NOT recommended to use aliased interfaces for IP Masquerading. Why? Providing a secure firewall becomes very... Read More
Who Can Benefit From IP Masquerade?
Added on Tue, Dec 15, 2009
* If you have a Linux host connected to the Internet and.. * if you have internal computers running TCP/IP connected that are connected to this Linux box via on a network, and/or * if your Linux host has more than one... Read More
Who Doesn't Need IP Masquerade?
Added on Tue, Dec 15, 2009
* If your machine is a stand-alone Linux host connected to the Internet (setting up a firewall is a good idea though), or * if you already have multiple assigned public addresses for your OTHER machines, and * if you... Read More
How does IP Masquerade Work?
Added on Tue, Dec 15, 2009
* If your machine is a stand-alone Linux host connected to the Internet (setting up a firewall is a good idea though), or * if you already have multiple assigned public addresses for your OTHER machines, and * if you don't... Read More
Compiling a new kernel if needed
Added on Tue, Dec 15, 2009
If your private network contains any vital information, think carefully in terms of SECURITY before implementing IP Masquerade. By default, IP MASQ becomes a GATEWAY for you to get onto the Internet, but it also can allow someone from the Internet... Read More
Configuring MacOS Based System Running Open Transport
Added on Tue, Dec 15, 2009
1. If you haven't installed the appropriate driver software for your Ethernet adapter, do so now. Descriptions to perform this task is beyond the scope of this document. 2. Open the TCP/IP Control Panel and choose 'User... Read More
Can I configure IP MASQ to allow Internet users to directly contact internal MASQed servers?
Added on Tue, Dec 15, 2009
Yes! With IPPORTFW, you can allow ALL or only a select few Internet hosts to contact ANY of your internal MASQed computers. This topic is completely covered in Section 6.7 in this HOWTO. Read More
Microsoft File and Print Sharing and Microsoft Domain clients don't work through IP Masq!
Added on Tue, Dec 15, 2009
To properly support Microsoft's SMB protocol, an IP Masq module would need to be written but there are three viable work-arounds. For more details, please see [http://support.microsoft.com/default.aspx?scid=kb;en-us;172227] this Microsoft... Read More
IP MASQ works fine for a while but then it stops working. A reboot seems to fix this. Why?
Added on Tue, Dec 15, 2009
I bet you are using IPAUTOFW and/or you have it compiled into the kernel huh?? This is a known problem with IPAUTOFW. It is recommend to NOT even configure IPAUTOFW into the Linux kernel and use IPPORTFW option instead. This is covered with more... Read More
|