Results 1 to 5 of 5

Thread: Ubuntu 14.04 LTS Server unattended installation with preseed - Network issues

  1. #1
    Join Date
    May 2005
    Location
    Sydney, Australia
    Beans
    29

    Ubuntu 14.04 LTS Server unattended installation with preseed - Network issues

    Anyone have any ideas how i can preseed a ubuntu 14.04 unattended installation and use eth1? I currently have it configuring the network for the 2nd NIC but after it gets a DHCP lease it then stops and prompts to continue as no default gateway is set. Our provisioning network doesn't have a gateway... eth0 is the primary port with the default GW (and is unavailable during provisioning). The provisioning network instead relies on a proxy server to grab content from mirrors.

    Using PXELiuux to pass in:
    auto=true netcfg/get_gateway=10.250.0.10 netcfg/dhcp_timeout=30 netcfg/choose_interface=eth1 BOOTIF=00:0c:29:70:70:80

    Any ideas?
    Chris Gibbs

  2. #2
    Join Date
    Mar 2010
    Location
    Squidbilly-Land
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: Ubuntu 14.04 LTS Server unattended installation with preseed - Network issues

    Just a thought, but have you looked at cobbler?

  3. #3
    Join Date
    May 2005
    Location
    Sydney, Australia
    Beans
    29

    Re: Ubuntu 14.04 LTS Server unattended installation with preseed - Network issues

    As far as I was aware cobbler is just a provisioning tool to manage the bits and pieces of provisioning. i.e. it still uses kickstart / preseed as the unatented format for installations of CentOS / Ubuntu.

    We are currently using Foreman for our provisioning tool, kind of like cobbler.

    This however does not solve my issue.
    Chris Gibbs

  4. #4
    Join Date
    Nov 2006
    Location
    Belgium
    Beans
    3,025
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Ubuntu 14.04 LTS Server unattended installation with preseed - Network issues

    Couldn't you just have the dcp-server supply a fake gateway address (eg an unused adress on your provisioning subnet) ?
    Then the installer will probably mark the "setting up the network" as done, and the fake address isn't going to do any harm as long as the system doen't need anything from outside the prov subnet (which you've already arranged for by having a proxy to the repo's).

  5. #5
    Join Date
    May 2005
    Location
    Sydney, Australia
    Beans
    29

    Re: Ubuntu 14.04 LTS Server unattended installation with preseed - Network issues

    Unfortunately that is not going to solve my issue. When the server is built, the provisioning network is still there for out-of-band puppet runs.

    The default gateway on the provisioning network will get in the way of the production network.
    Chris Gibbs

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •