>From Docs/INSTALL.txt

Installing Plumi 4.x for production

.....
You should also have 2 different hostnames available, one for your Plumi
site (e.g. testing.plumi.org) and another for the transcoding server (e.g.
videos.testing.plumi.org), both pointing to your public ip address.
.....
.....
If you server is not going to be accessed from the Internet, you still need
to set up the domains within your private network (eg: internal DNS server,
/etc/hosts files on all workstations, etc).

My question:
- how to setup "2 different hostnames" in ubuntu LTS? i'm not sure what i'm
doing.

/etc/hosts



127.0.0.1       localhost

127.0.1.1       server3

192.168.50.40  www server3.depotvideo.local depotvideo.local
> videos.depotvideo.local server3


> # The following lines are desirable for IPv6 capable hosts

::1     localhost ip6-localhost ip6-loopback

fe00::0 ip6-localnet

ff00::0 ip6-mcastprefix

ff02::1 ip6-allnodes

ff02::2 ip6-allrouters


/etc/resolv.conf

search depotvideo.local videos.depotvideo.local

nameserver 192.168.50.1

nameserver 8.8.8.8

nameserver 8.8.4.4


/etc/network/interfaces

auto lo

iface lo inet loopback


> auto eth0

iface eth0 inet static

        address 192.168.50.40

        netmask 255.255.255.0

        network 192.168.50.0

        broadcast 192.168.50.255

        gateway 192.168.50.1



- my Plumi is plan to access only via LAN+Wifi, and i don't understand "you
still need to set up the domains within your private network". please tell
me how to setup?

Thanks a lot.
PakPenyo
Jogja (Kampung Halaman)
_______________________________________________
Discuss mailing list
[email protected]
http://lists.plumi.org/listinfo/discuss

Reply via email to