|
||||||||
On Thu, 10 Jul 2003, Roberto Zilli wrote: > Well, i've a problem with NET4501, but let me explain: > > 8 Public IP Address (aa.aa.aa.aa/29) > 1 Lan (192.168.1.1/24) DHCP is turned off > 1 DMZ (192.168.1.200/24) You can't have two interfaces in the same subnet (there are exceptions, but it's simpler to follow that rule). The simplest fix is to change the 192.168.1 to 192.168.2 (or 192.168.x where x != 1) on all machines on one of the interfaces. [...] > if i replace all 192.168.1... with 10.0.0.1/24 it's work fine! Exactly. Fred Wright |