Re: Can mono handle two networks one a single nic
Lee Sharp <[email protected]>
| Newsgroups | gmane.comp.security.firewalls.m0n0wall |
|---|---|
| Message-ID | <[email protected]> |
On 09/01/2011 11:05 PM, Adrian Padilla wrote: > I am trying to figure if mono can handle 2 network subnets on a single nic card... Example > > One. Nic is wan > > Second nic is lan 192.168.3.1& 192.168.4.1 also.? > Sent from my BlackBerry Smartphone If you are talking multinet (192.168.3.1/24 and 192.168.4.1/24) it can not do this out of the box, (You can with some shell commands) and it is a bad idea. But you can do a 192.168.2.1/23 (subnet mask 255.255.254.0) and have 510 IP addresses in a single network. Lee