PLDWWW: Vserver

arekm arekm at pld-linux.org
Tue Oct 2 12:46:56 CEST 2007


Author: arekm   Date: Tue Oct  2 10:46:56 2007 GMT
Module: PLDWWW   URL: http://www.pld-linux.org/Vserver?action=diff&rev2=82&rev1=81
---- Log message:


---- Page affected: Vserver

---- Diffs:

================================================================
  
  and in case you have internalized rpmdb the macro file is there: {{{/vservers/test/etc/rpm/macros}}}
  
+ === loopback in kernel with vserver 2.3 series ===
+ 
+ How to enable and disable loopback addresses in vserver 2.3 series so 127.0.0.1 will work in guest.
+ 
+ If your kernel has CONFIG_VSERVER_AUTO_LBACK=y then loopback addresses and things will be assigned and made visible in your guests automaticly. You can disable that on by guest basis by doing:
+ {{{
+ echo "~lback_remap" > /etc/vservers/xyz/nflags
+ echo "~hide_lback" >> /etc/vservers/xyz/nflags
+ }}}
+ 
+ If your kernel has CONFIG_VSERVER_AUTO_LBACK option disabled you can still get automatic loopback addresses on by guest basis by doing:
+ {{{
+ echo "lback_remap" > /etc/vservers/xyz/nflags
+ echo "hide_lback" >> /etc/vservers/xyz/nflags
+ }}}
+ 


More information about the pld-cvs-commit mailing list