Results 1 to 4 of 4

Thread: ubuntu server 13.04 empty /etc/udev/rules.d/70-persistent-net.rules

  1. #1
    Join Date
    Dec 2011
    Beans
    10

    ubuntu server 13.04 empty /etc/udev/rules.d/70-persistent-net.rules

    When installing ubuntu server 13.04 and got to network setup, the installer gave me options of iface p9p1 and p10p1 rather than the usual eth0, eth1. I picked one and proceeded onwards without difficulty thinking that I could change the names afterwards in the 70-persistent-net.rules file. But that file is completely empty??? Every version of ubuntu I've worked with prior has this file populated with network macaddr, names, etc.
    so where are the names defined now?

  2. #2
    Join Date
    Apr 2012
    Beans
    Hidden!

    Re: ubuntu server 13.04 empty /etc/udev/rules.d/70-persistent-net.rules

    Hi, a simple re-boot should generate the file.
    if not ..then do..
    Code:
    sudo udevadm trigger --action=add
    to view..
    Code:
    cat /etc/udev/rules.d/70-persistent-net.rules
    thanks.
    Craving anchovy, herring and squid pizza.....with clam sauce

  3. #3
    Join Date
    Feb 2008
    Location
    Land of fire and drought
    Beans
    Hidden!
    Distro
    Xubuntu

    Re: ubuntu server 13.04 empty /etc/udev/rules.d/70-persistent-net.rules

    Thread moved to Server Platforms.

  4. #4
    Join Date
    Dec 2011
    Beans
    10

    Re: ubuntu server 13.04 empty /etc/udev/rules.d/70-persistent-net.rules

    Quote Originally Posted by Hadaka View Post
    Hi, a simple re-boot should generate the file.
    if not ..then do..
    Code:
    sudo udevadm trigger --action=add
    to view..
    Code:
    cat /etc/udev/rules.d/70-persistent-net.rules
    thanks.
    neither of those suggestions work...other ideas

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
  •