OpenVZ On Ubuntu 8.04 LTS Server

Discussion in 'Installation/Configuration' started by planet_fox, Aug 16, 2008.

  1. planet_fox

    planet_fox Member HowtoForge Supporter

    Hi Falco,

    I have Installing And Using OpenVZ On Ubuntu 8.04 LTS Server . My Problem is
    zhe vz guest have no Internet. What must I do, to change this in my network config
     
  2. falko

    falko Super Moderator Howtoforge Staff

    Have you tried to set
    Code:
    NEIGHBOUR_DEVS=all
    in /etc/vz/vz.conf?
     
  3. planet_fox

    planet_fox Member HowtoForge Supporter

    yes i have change from detect to all, can you say me whats of the configuration in /etc/sysctl.conf is available.

    Code:
    net.ipv4.conf.all.rp_filter=1
    net.ipv4.icmp_echo_ignore_broadcasts=1
    net.ipv4.conf.default.forwarding=1
    net.ipv4.conf.default.proxy_arp = 0
    net.ipv4.ip_forward=1
    kernel.sysrq = 1
    net.ipv4.conf.default.send_redirects = 1
    net.ipv4.conf.all.send_redirects = 0
    net.ipv4.conf.eth0.proxy_arp=1
    
    i have only find the first entry on beginn

    Code:
    net.ipv4.conf.all.rp_filter=1
    the other lines i have add to last lines from the config files is this correct.

    falco can you marked in future howtos whats line i mustt self add it to the config
     
  4. falko

    falko Super Moderator Howtoforge Staff

    You must make sure that the lines from the tutorial are in your /etc/sysctl.conf. Some of the lines are already in there by default, some others you must add yourself.
     
  5. planet_fox

    planet_fox Member HowtoForge Supporter

    this line have add it

    Code:
    net.ipv4.conf.default.forwarding=1
    net.ipv4.conf.default.proxy_arp = 0
    
    kernel.sysrq = 1
    net.ipv4.conf.default.send_redirects = 1
    net.ipv4.conf.eth0.proxy_arp=1
    
     
  6. falko

    falko Super Moderator Howtoforge Staff

    So you now have all suggested lines in your sysctl.conf?
     
  7. planet_fox

    planet_fox Member HowtoForge Supporter

    yes i have do, I have a new install make than I have by create the image the proplem with quoto. Ok I have not solve the problem . I have install xen with your Howto and it run good. On xen I have only problem with ispconfig3 install .

    It's normal a area for me virtualiszation, the first steps always not simple. With the time cames the KnowHow for this linux area. I play with xen and many thanks for your time and help.
     

Share This Page