The Artima Developer Community
Sponsored Link

Python Buzz Forum
Running Jails

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Ng Pheng Siong

Posts: 410
Nickname: ngps
Registered: Apr, 2004

Ng Pheng Siong is just another guy with a website.
Running Jails Posted: Aug 17, 2004 8:37 AM
Reply to this message Reply

This post originated from an RSS feed registered with Python Buzz by Ng Pheng Siong.
Original Post: Running Jails
Feed Title: (render-blog Ng Pheng Siong)
Feed URL: http://sandbox.rulemaker.net/ngps/rdf10_xml
Feed Description: Just another this here thing blog.
Latest Python Buzz Posts
Latest Python Buzz Posts by Ng Pheng Siong
Latest Posts From (render-blog Ng Pheng Siong)

Advertisement

In this entry I described how to access a Common Lisp REPL running inside a remote FreeBSD jail over ssh from within your local Emacs. (Fully buzzword-compliant it is! ;-)

For managing jails, I use Kirk Strauser's JailAdmin. Here's a snippet of jailadmin.conf:

jaildir=/usr/jails
server1
     ip: 10.1.1.10
     hostname: vs-1-10.netmemetic.com

The first line identifies the location of my jails. The second line, containing the label "server1", is the jail's name. The last two lines are the jail's parameters. Note that the hostname is what the jail knows itself as, whereas the label is what JailAdmin works with.

Obviously, to connect to the jail from outside, DNS must be setup properly. In the case where the jail runs on a reserved IP address, such as 10.1.1.10 in the above example, additional configuration in the form of network address translation and routing (on the FreeBSD host) is required.

To start the jail,

jailadmin start server1

JailAdmin's other commands are 'stop' and 'status'.

Including JailAdmin, I know of these toolkits to manage FreeBSD jails:


I haven't used the other two myself. I intend to try them out when I install FreeBSD 5; I might do that in a virtual machine first.

Read: Running Jails

Topic: On The Reading Of Lines Previous Topic   Next Topic Topic: Astronomy picture of the day: Hoag's Object

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use