Is there any way to create an infrastructure network without a router? In other words, is there some way to make a PC behave as a router? Other PCs should be able to see this network as an access point network, not as an Ad-hoc one.
migrated from superuser.com Oct 20 '09 at 7:57
|
Yep, you can use XORP as a LiveCD, and GNU Zebra as an installable routing daemon for GNU/Linux. On Windows Server there is RRAS or other manual ways to configure Windows as a router. A Windows software solution is Nat32. |
|||
|
|
If you have a PC to dedicate to this, take a look at Vyatta Community Edition or pfSense. Both are open source, and would give you more than just basic routing capabilities. |
|||
|
|
|
I think I forgot to mention this...I need to set up a wireless access point, and the connecting computers should be able to see my computer's network as a wireless hotspot, not an adhoc network. I don't think the above methods allow me to do that. |
|||||
|
|
Just plug wireless ethernet card into your PC. So now you can set up AP. As a mentioned above, these software firewalls are smart enough to operate wireless card |
|||
|
|
|
Yes it is possible. You just need to ensure that the wireless card that you use can support a promiscuous operation mode in addition to the other modes. This is what enables a wireless card to become an access point to other wireless cards. Not all wireless cards have this capability, which requires you to connect in ad-hoc mode instead. |
|||
|
|
ncpa.cpl -> right click NIC -> Advanced -> Allow other users to connect.... On Linux, set up NAT (iptables?) can't remember how. – hyperslug Oct 16 '09 at 16:10