MatthiasB wrote:
>
> I don't use DHCP. My Local IP is: 192.168.0.8, Subnetmask:
> 255.255.255.0
> The external IP is 196.168.144.160, Subnetmask: 255.255.255.0
>
> If I change one subnetmask, it works perfectly... but I can't
> change it, because these two networks exist already and I
> have to go from one into the other for the
> Internet-Connection. How can I use the same subnetmask on
> both network-adapters?
> Thanks!
Your local and external subnets are ok, so why change it? To create different subnets with your address's you should change the third bit 192.168.x.0 where x markes the third bit.
So for your clients to see your server, they alle need an address within 192.168.0.x
So your clients have static ip's too then?
In the range of 192.168.0.x - 254 with subnet mask 255.255.255.0.
Default gateway should be 192.168.0.8
DNS server: 192.168.0.8
WINS: 192.168.0.8
Is this what is on your clients?
/Henrik