New Home Network - Complete!
After many hours of fun, which also included locking myself out of my own server!
Ive finally got my home network working correctly again!
Ive also got IIS and Apache with PHP 5.2.0 working. IIS is listening on port 80, while Apache on port 8080.
Unfortunatley Ive had to keep the “Double NAT”, which I had planned to get rid of but couldant.
This is my setup:
Firewall OS: IPCop 1.4.11
Firewall Services: Web Proxy, VPN, Gateay/Firewall, Cron Server, IDS, NTP.
Server OS: Microsoft Server 2003 Standard SP1
Server Services: Apache2, IIS, MySQL, Active Directory, DNS, DHCP, FTP.
Domain Login Scripts - Popup Window
Ive found this nice little VBS login script which will create a new internet browser window and show the user what its doing!
This script maps 3 network drives, renames them to something tidy and a printer before exiting. This is what the logged in user sees before the window closes nicely.
Logon Script v1.0 25/12/2006
Member of DOMAIN USERS...
M: Mapping Music Drive...
M: [username] Music Drive Mapped…
S: Mapping Stored Applications Drive…
S: Stored Applications Drive Mapped…
U: Map Home Drive…
U: [username] Home Drive Mapped…
U: Mapped Home Drive Done…
Added Default Printer - \\[servername]\[printername]
FINISHED!…
I may release the code for this but since this isn’t my original code I will have to ask the original owners permission first. One problem Ive found with this so far is, if an error occurs during the execution of the VBS script the whole script stalls. But when coded correctly it awsome!
Thank You