cancel
Showing results for 
Search instead for 
Did you mean: 

Virtual Server Question

fracat71
Champ on-the-rise
Champ on-the-rise
Hi all,
i'm using Alfresco 3.2 r2 and i need to use Alfresco Virtual Server in this situation:
- without Internet
- without Windows Domain

Thanks in advance
2 REPLIES 2

zaizi
Champ in-the-making
Champ in-the-making
You'll have to create DNS entries for all your user sandbox URLs in your windows LMhost file to point to localhost.

Ainga

fracat71
Champ on-the-rise
Champ on-the-rise
You'll have to create DNS entries for all your user sandbox URLs in your windows LMhost file to point to localhost.

Ainga
Thanks but sometime the URL is not static (added a string like this sfbur2u3ruhviuergierjefbudfiurfh).

So, i have solved in this way:

- created a Microsoft LoopBack network with ip 10.0.0.20
- installed BIND dns server like "local system" on C:\WINDOWS\system32\dns of my laptop (po-cataudella)
- switch off the proxy browser (IE 6.0)
- changed the alfresco-virtserver.properties file with entry "alfresco.virtserver.domain=avm.alfrescotest.com"

This is the BIND configuration under C:\WINDOWS\system32\dns\etc
named.conf
//options {//   directory "/var/named";   /*    * If there is a firewall between you and nameservers you want    * to talk to, you might need to uncomment the query-source    * directive below.  Previous versions of BIND always asked    * questions using port 53, but BIND 8.1 uses an unprivileged    * port by default.    */   // query-source address * port 53;//};options {      directory "C:\WINDOWS\system32\dns\etc";   };// // a caching only nameserver config// zone "." IN {   type hint;   file "named.root";};zone "localhost" IN {   type master;   file "localhost.zone";   allow-update { none; };};zone "0.0.127.in-addr.arpa" IN {   type master;   file "named.local";   allow-update { none; };};zone "alfrescotest.com" IN {        type master;        file "alfrescotest.com";        allow-update { none; };};zone "0.0.10.in-addr.arpa" IN {        type master;        file "192.zone";        allow-update { none; };};‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍
alfrescotest.com
@  IN              SOA  po-cataudella.alfrescotest.com. root.po-cataudella.alfrescotest.com.  (                               1998031800 ; Serial                               28800      ; Refresh                               7200       ; Retry                               604800     ; Expire                               86400 )    ; Minimum                   NS   po-cataudella.alfrescotest.com.po-cataudella                A    10.0.0.20po-cataudella           IN   A        10.0.0.20avm                     IN   CNAME    po-cataudella*.avm.alfrescotest.com.  IN   CNAME   po-cataudella‍‍‍‍‍‍‍‍‍‍‍‍‍
192.zone
@  IN  SOA   po-cataudella.alfrescotest.com. root.alfrescotest.com.  (                 1998031800 ; Serial                 28800      ; Refresh                 7200       ; Retry                 604800     ; Expire                 86400 )    ; Minimum       NS    po-cataudella.alfrescotest.com.1      PTR   po-cataudella.alfrescotest.com.‍‍‍‍‍‍‍‍‍
named.local
$TTL   86400@       IN      SOA     localhost. root.localhost.  (                                      1997022700 ; Serial                                      28800      ; Refresh                                      14400      ; Retry                                      3600000    ; Expire                                      86400 )    ; Minimum              IN      NS      localhost.1       IN      PTR     localhost.‍‍‍‍‍‍‍‍‍‍
named.ca
;       This file holds the information on root name servers needed to;       initialize cache of Internet domain name servers;       (e.g. reference this file in the "cache  .  <file>";       configuration file of BIND domain name servers).;;       This file is made available by InterNIC ;       under anonymous FTP as;           file                /domain/named.root;           on server           FTP.INTERNIC.NET;       -OR-                    RS.INTERNIC.NET;;       last update:    Feb 04, 2008;       related version of root zone:   2008020400;; formerly NS.INTERNIC.NET;.                        3600000  IN  NS    A.ROOT-SERVERS.NET.A.ROOT-SERVERS.NET.      3600000      A     198.41.0.4A.ROOT-SERVERS.NET.      3600000      AAAA  2001:503:BA3E::2:30;; formerly NS1.ISI.EDU;.                        3600000      NS    B.ROOT-SERVERS.NET.B.ROOT-SERVERS.NET.      3600000      A     192.228.79.201;; formerly C.PSI.NET;.                        3600000      NS    C.ROOT-SERVERS.NET.C.ROOT-SERVERS.NET.      3600000      A     192.33.4.12;; formerly TERP.UMD.EDU;.                        3600000      NS    D.ROOT-SERVERS.NET.D.ROOT-SERVERS.NET.      3600000      A     128.8.10.90;; formerly NS.NASA.GOV;.                        3600000      NS    E.ROOT-SERVERS.NET.E.ROOT-SERVERS.NET.      3600000      A     192.203.230.10;; formerly NS.ISC.ORG;.                        3600000      NS    F.ROOT-SERVERS.NET.F.ROOT-SERVERS.NET.      3600000      A     192.5.5.241F.ROOT-SERVERS.NET.      3600000      AAAA  2001:500:2f::f;; formerly NS.NIC.DDN.MIL;.                        3600000      NS    G.ROOT-SERVERS.NET.G.ROOT-SERVERS.NET.      3600000      A     192.112.36.4;; formerly AOS.ARL.ARMY.MIL;.                        3600000      NS    H.ROOT-SERVERS.NET.H.ROOT-SERVERS.NET.      3600000      A     128.63.2.53H.ROOT-SERVERS.NET.      3600000      AAAA  2001:500:1::803f:235;; formerly NIC.NORDU.NET;.                        3600000      NS    I.ROOT-SERVERS.NET.I.ROOT-SERVERS.NET.      3600000      A     192.36.148.17;; operated by VeriSign, Inc.;.                        3600000      NS    J.ROOT-SERVERS.NET.J.ROOT-SERVERS.NET.      3600000      A     192.58.128.30J.ROOT-SERVERS.NET.      3600000      AAAA  2001:503:C27::2:30;; operated by RIPE NCC;.                        3600000      NS    K.ROOT-SERVERS.NET.K.ROOT-SERVERS.NET.      3600000      A     193.0.14.129 K.ROOT-SERVERS.NET.      3600000      AAAA  2001:7fd::1;; operated by ICANN;.                        3600000      NS    L.ROOT-SERVERS.NET.L.ROOT-SERVERS.NET.      3600000      A     199.7.83.42;; operated by WIDE;.                        3600000      NS    M.ROOT-SERVERS.NET.M.ROOT-SERVERS.NET.      3600000      A     202.12.27.33M.ROOT-SERVERS.NET.      3600000      AAAA  2001:dc3::35; End of File‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍
localhost.zone
$TTL   86400$ORIGIN localhost.@         1D IN SOA   @ root (               42      ; serial (d. adams)               3H      ; refresh               15M      ; retry               1W      ; expiry               1D )      ; minimum         1D IN NS   @         1D IN A      127.0.0.1‍‍‍‍‍‍‍‍‍‍‍
named.root
;       This file holds the information on root name servers needed to;       initialize cache of Internet domain name servers;       (e.g. reference this file in the "cache  .  <file>";       configuration file of BIND domain name servers).;;       This file is made available by InterNIC ;       under anonymous FTP as;           file                /domain/named.root;           on server           FTP.INTERNIC.NET;       -OR-                    RS.INTERNIC.NET;;       last update:    Feb 04, 2008;       related version of root zone:   2008020400;; formerly NS.INTERNIC.NET;.                        3600000  IN  NS    A.ROOT-SERVERS.NET.A.ROOT-SERVERS.NET.      3600000      A     198.41.0.4A.ROOT-SERVERS.NET.      3600000      AAAA  2001:503:BA3E::2:30;; formerly NS1.ISI.EDU;.                        3600000      NS    B.ROOT-SERVERS.NET.B.ROOT-SERVERS.NET.      3600000      A     192.228.79.201;; formerly C.PSI.NET;.                        3600000      NS    C.ROOT-SERVERS.NET.C.ROOT-SERVERS.NET.      3600000      A     192.33.4.12;; formerly TERP.UMD.EDU;.                        3600000      NS    D.ROOT-SERVERS.NET.D.ROOT-SERVERS.NET.      3600000      A     128.8.10.90;; formerly NS.NASA.GOV;.                        3600000      NS    E.ROOT-SERVERS.NET.E.ROOT-SERVERS.NET.      3600000      A     192.203.230.10;; formerly NS.ISC.ORG;.                        3600000      NS    F.ROOT-SERVERS.NET.F.ROOT-SERVERS.NET.      3600000      A     192.5.5.241F.ROOT-SERVERS.NET.      3600000      AAAA  2001:500:2f::f;; formerly NS.NIC.DDN.MIL;.                        3600000      NS    G.ROOT-SERVERS.NET.G.ROOT-SERVERS.NET.      3600000      A     192.112.36.4;; formerly AOS.ARL.ARMY.MIL;.                        3600000      NS    H.ROOT-SERVERS.NET.H.ROOT-SERVERS.NET.      3600000      A     128.63.2.53H.ROOT-SERVERS.NET.      3600000      AAAA  2001:500:1::803f:235;; formerly NIC.NORDU.NET;.                        3600000      NS    I.ROOT-SERVERS.NET.I.ROOT-SERVERS.NET.      3600000      A     192.36.148.17;; operated by VeriSign, Inc.;.                        3600000      NS    J.ROOT-SERVERS.NET.J.ROOT-SERVERS.NET.      3600000      A     192.58.128.30J.ROOT-SERVERS.NET.      3600000      AAAA  2001:503:C27::2:30;; operated by RIPE NCC;.                        3600000      NS    K.ROOT-SERVERS.NET.K.ROOT-SERVERS.NET.      3600000      A     193.0.14.129 K.ROOT-SERVERS.NET.      3600000      AAAA  2001:7fd::1;; operated by ICANN;.                        3600000      NS    L.ROOT-SERVERS.NET.L.ROOT-SERVERS.NET.      3600000      A     199.7.83.42;; operated by WIDE;.                        3600000      NS    M.ROOT-SERVERS.NET.M.ROOT-SERVERS.NET.      3600000      A     202.12.27.33M.ROOT-SERVERS.NET.      3600000      AAAA  2001:dc3::35; End of File‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍