• Register
    • Login
    • Search
    • Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. mitzayapa
    M
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 27
    • Best 1
    • Controversial 0
    • Groups 0

    mitzayapa

    @mitzayapa

    1
    Reputation
    531
    Profile views
    27
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    mitzayapa Unfollow Follow

    Best posts made by mitzayapa

    • RE: 2 bonded nics working slowing down imaging speed

      Without configuring the p255p1 and em1 the network ainºt working.(as i have no connection to server)

      It works like this :

      auto em1
      iface em1 inet manual
        bond-master bond0
        bond-primary em1
      
      auto p255p1
      iface p255p1 inet manual
        bond-master bond0
      
      auto bond0
      iface bond0 inet static
        bond-slaves em1 p255p1
        bond-mode 2
        bond-miimon 100
        address 192.168.137.51
        netmask 255.255.255.0
        gateway 192.168.137.1```
      
      and this is what i get :
      
      ```root@fog1:~# ip addr show
      1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default
          link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
          inet 127.0.0.1/8 scope host lo
             valid_lft forever preferred_lft forever
          inet6 ::1/128 scope host
             valid_lft forever preferred_lft forever
      2: p255p1: <BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP> mtu 1500 qdisc mq master bond0 state UP group default qlen 1000
          link/ether e8:39:35:63:fa:bb brd ff:ff:ff:ff:ff:ff
      3: em1: <BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master bond0 state UP group default qlen 1000
          link/ether e8:39:35:63:fa:bb brd ff:ff:ff:ff:ff:ff
      4: bond0: <BROADCAST,MULTICAST,MASTER,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default
          link/ether e8:39:35:63:fa:bb brd ff:ff:ff:ff:ff:ff
          inet 192.168.137.51/24 brd 192.168.137.255 scope global bond0
             valid_lft forever preferred_lft forever
          inet6 fe80::ea39:35ff:fe63:fabb/64 scope link tentative dadfailed
             valid_lft forever preferred_lft forever```
      posted in FOG Problems
      M
      mitzayapa

    Latest posts made by mitzayapa

    • RE: Fast wipe in advanced menu

      So fog wipe gives you a timeout of 60 seconds (if you decide not to wipe the drive).

      Changing it in the fog settings doesn’t make any difference. Any way to disable that timeout or change it ?

      Then it gives an error about updating the database (even if the hdds partition table is zeroed), any way to disable that as well ? thanks alot.

      posted in FOG Problems
      M
      mitzayapa
    • RE: Remove user/password request at DEPLOY (quickimage) in 1.4.4

      Works like charm.

      Thanks alot.

      posted in FOG Problems
      M
      mitzayapa
    • Remove user/password request at DEPLOY (quickimage) in 1.4.4

      Hey guys , i’ve tried all options from this thread "Is it possible to remove the FOG Quick image password? but for some reason none works :

      Iºve tried modifying fog.man.reg from init.xz and init_32.xz but not works. (theres no fog.quickimage file)

      Any help is appreciated.

      posted in FOG Problems
      M
      mitzayapa
    • RE: 2 bonded nics working slowing down imaging speed

      Without configuring the p255p1 and em1 the network ainºt working.(as i have no connection to server)

      It works like this :

      auto em1
      iface em1 inet manual
        bond-master bond0
        bond-primary em1
      
      auto p255p1
      iface p255p1 inet manual
        bond-master bond0
      
      auto bond0
      iface bond0 inet static
        bond-slaves em1 p255p1
        bond-mode 2
        bond-miimon 100
        address 192.168.137.51
        netmask 255.255.255.0
        gateway 192.168.137.1```
      
      and this is what i get :
      
      ```root@fog1:~# ip addr show
      1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default
          link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
          inet 127.0.0.1/8 scope host lo
             valid_lft forever preferred_lft forever
          inet6 ::1/128 scope host
             valid_lft forever preferred_lft forever
      2: p255p1: <BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP> mtu 1500 qdisc mq master bond0 state UP group default qlen 1000
          link/ether e8:39:35:63:fa:bb brd ff:ff:ff:ff:ff:ff
      3: em1: <BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master bond0 state UP group default qlen 1000
          link/ether e8:39:35:63:fa:bb brd ff:ff:ff:ff:ff:ff
      4: bond0: <BROADCAST,MULTICAST,MASTER,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default
          link/ether e8:39:35:63:fa:bb brd ff:ff:ff:ff:ff:ff
          inet 192.168.137.51/24 brd 192.168.137.255 scope global bond0
             valid_lft forever preferred_lft forever
          inet6 fe80::ea39:35ff:fe63:fabb/64 scope link tentative dadfailed
             valid_lft forever preferred_lft forever```
      posted in FOG Problems
      M
      mitzayapa
    • RE: 2 bonded nics working slowing down imaging speed

      This is what i should have then ?

      # This file describes the network interfaces available on your system
      # and how to activate them. For more information, see interfaces(5).
      # The loopback network interface
      
      auto lo
      iface lo inet loopback
      
      # The primary network interface
      
      auto em1
      iface em1 inet manual
        bond-master bond0
        bond-primary em1
      
      auto p255p1
      iface p255p1 inet manual
        bond-master bond0
      
      auto bond0
      iface bond0 inet static
        bond-slaves em1 p255p1
        bond-mode 2
        bond-miimon 100
        address 192.168.137.51
        netmask 255.255.255.0
        gateway 192.168.137.1
      
      posted in FOG Problems
      M
      mitzayapa
    • RE: 2 bonded nics working slowing down imaging speed

      The p255p is the second NIC I added to the server.

      em1 - built in
      p255p - 1gigabit ethernet card

      auto em1
      iface em1 inet manual
        bond-master bond0
        bond-primary em1
      
      auto p255p1
      iface p255p1 inet manual
        bond-master bond0
      
      auto bond0
      iface bond0 inet static
        bond-slaves em1 p255p1
        bond-mode 2
        bond-miimon 100
        ... -> is there missing something or thats all ?
      posted in FOG Problems
      M
      mitzayapa
    • RE: 2 bonded nics working slowing down imaging speed

      Whould any of you be kind and paste a corrected interfaces file for my configuration?

      posted in FOG Problems
      M
      mitzayapa
    • RE: 2 bonded nics working slowing down imaging speed

      True , there´s no eth1 device in my config. Just delete it ?

      posted in FOG Problems
      M
      mitzayapa
    • RE: 2 bonded nics working slowing down imaging speed

      em1 is the builtin NIC , p255p1 is the one I added.

      Ive tested it for some days now , with more than one client , so can u tell me what should i remove/add to my config ?
      From the last reboot the server was at first connected through buildin NIC then after a few hours ive connected the second NIC

      posted in FOG Problems
      M
      mitzayapa
    • RE: 2 bonded nics working slowing down imaging speed

      The os is Linux fog1 3.19.0-25-generic #26~14.04.1-Ubuntu , i deploy up to 12 pc´s at once what; i olso have dnsmasq enabled.

      Whats missing from my config ?

      posted in FOG Problems
      M
      mitzayapa