Hi Bojan123
i thought that you wanted a "normal" network structure - that means:
normal Workstations are placed in the intranet (behind the NAT) and
some Servers are placed in the DMZ (directly accessible from the internet)
for these servers you need static ip addresses (else they wer not accessible from the internet) from the public address range. i told you how to configure these servers.
To access the servers from your intranet you just address them by their public addresses.
as i see now, you want do do something else - you want some or all of your hosts in your intranet beeing accessible from the intranet.
This can be done by a N:N-NAT that maps the hosts from your intranet to the DMZ. The N:N-NAT ist confgured at IP router -> N:N-Mapping -> N:N-NAT table. Enter an new entry:
Code: Alles auswählen
Destination remote site: name of your internet connection, e.g. INTERNET
Original source address: 192.168.150.0
Netmask: 255.255.255.0
Mapped source address: 85.94.142.0
this entry mapps your whole intranet to the DMZ. In this case you have to give all your hosts static addresses out of your intranet to be able to access them from the intranet.
AFAIK you should not do this beacause it is a high security risc - especially because you say, that you are a newbie
regards
Backslash