Difference between revisions of "How to get a machine into DMZ"
From MohidWiki
Davidbrito (talk | contribs) (New page: # Connect the machine to a network point connected to DMZ (e.g. two points available in the computer room marked with black cables) # Edit machine ip's to 192.168.21.x and DNS server: 192....) |
Davidbrito (talk | contribs) |
||
Line 1: | Line 1: | ||
# Connect the machine to a network point connected to DMZ (e.g. two points available in the computer room marked with black cables) | # Connect the machine to a network point connected to DMZ (e.g. two points available in the computer room marked with black cables) | ||
− | # Edit machine ip's to 192.168.21.x and DNS server: 192.168.21.1 | + | # Edit machine ip's to 192.168.21.x and gateway DNS server: 192.168.21.1 |
− | # Go to DNS server (Copernico) and add the machine name and IP to the list. | + | # Go to DNS server (Copernico) and add the machine name and IP to the list >DNS>Forward Lookup Zones>Maretec.ist.utl.pt (as host (A)). |
# In Copernico use putty to connect to the firewall (user and pass in desktop text file) and do a dns restart: > sudo dnsrestart | # In Copernico use putty to connect to the firewall (user and pass in desktop text file) and do a dns restart: > sudo dnsrestart | ||
− | # | + | # To get an instant update of the DNS do a dnsflush on the machine (Copernico): > ipconfig /flushdns |
+ | |||
+ | |||
+ | ==How To access a remote folder (inside DMZ) from the IIS== | ||
# Go to WWW server (Einstein) and in IIS add a virtual directory and give the path to the folder to share. Edit the user and pass | # Go to WWW server (Einstein) and in IIS add a virtual directory and give the path to the folder to share. Edit the user and pass |
Revision as of 17:59, 30 May 2011
- Connect the machine to a network point connected to DMZ (e.g. two points available in the computer room marked with black cables)
- Edit machine ip's to 192.168.21.x and gateway DNS server: 192.168.21.1
- Go to DNS server (Copernico) and add the machine name and IP to the list >DNS>Forward Lookup Zones>Maretec.ist.utl.pt (as host (A)).
- In Copernico use putty to connect to the firewall (user and pass in desktop text file) and do a dns restart: > sudo dnsrestart
- To get an instant update of the DNS do a dnsflush on the machine (Copernico): > ipconfig /flushdns
How To access a remote folder (inside DMZ) from the IIS
- Go to WWW server (Einstein) and in IIS add a virtual directory and give the path to the folder to share. Edit the user and pass