|
what is '1000 projects'?
'fullinterview.com' is a educational content website dedicated to finding and realizing final year projects for btech, be, mtech, mca students, here you can search, find your projects and get guidance from experts the below are the different technological projects.
visual Studio projects
.net projects,
asp projects,
c & ds projects,
c++ projects (all),
cold fusion projects,
delphi projects,
java projects,
perl projects,
php projects,
sql projects,
vc++ projects,
visual basic projects.
how it works?
well, everything on this site is submitted by the student and professional community. after you submit your project, it is being verified and approved by our administrator. after approval, other people can read/discuss it, save to favorites.
more number of projects?
here you can find morethan 1000 projects on different technologies, if u want to get more projects please visit our sister sites www.fullinterview.com & Chetanasprojects.com
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
|