One-way traffic on network?
One-way traffic on network?
(OP)
Our network has a Linksys RV042 router linking to the Internet through a DSL modem in bridged mode. The network uses the 192.168.0.X IP range (the router is 192.168.0.1). For security reasons, I need to have 4 of the computers not be accessible from the other computers on the network. However, I need to be able to access the other computers on the network (including the PDC) from these four.
Can this be done by setting up another router on the network using, say, 192.168.0.X, for the four computers and using a "one-way" static route? Or am I going to be stuck with something disgustingly complicated?
Thanks in advance for any help
Can this be done by setting up another router on the network using, say, 192.168.0.X, for the four computers and using a "one-way" static route? Or am I going to be stuck with something disgustingly complicated?
Thanks in advance for any help
RE: One-way traffic on network?
You just need to make sure that the router protecting the 4 hosts is NOT using 192.168.0 as its backside network. You could easily set it to 192.168.1 or any other RFC 1918 address range like 10.
pansophic
RE: One-way traffic on network?
RE: One-way traffic on network?
pansophic
RE: One-way traffic on network?
Dest LAN IP Subnet Mask Def Gateway Hop Count Interface
192.168.0.0 255.255.255.0 192.168.0.1 15 LAN
192.168.1.0 255.255.255.0 0.0.0.0 1 LAN
Do I need to somehow set a default route in this router to the main router? If so, how is that done? The protected network's router is a Linksys BEFSX41.
RE: One-way traffic on network?
------- -------
|---| Host | |---| Host |
| ------- | -------
| |
------------- | ------------ |
Internet--| ext router |---|---| protected |--|
------------- | | router | |
| ------------ |
| |
| ------- | -------
|---| Host | |---| Host |
------- -------
Like this.
The router that you are using only has a switch on its Ethernet interfaces. It routes between the DSL interface and the switch.
If you have an old computer lying around, you could use a Linux firewall, like IPCop, and two NIC cards to act at the protected router.
pansophic
RE: One-way traffic on network?
RE: One-way traffic on network?
Just wanted to thank you for the info. I got IPCop, loaded it on an old PII box, and it's working like a charm.
RE: One-way traffic on network?
pansophic