Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

CIRCLE / cloud

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 94
  • Merge Requests 10
  • Pipelines
  • Wiki
  • Snippets
  • Members
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Onenetwork

Onenetwork

Last edited by Őry Máté Sep 11, 2013
Page history

Hálózatok


'''Mindezt az fw2 csinálja már. Régi cuccokról:'''

DHCP

DHCPD

DHCP server

Host-file

.. TODO: Indent lines, set language: Example .. code-block:: python host VM-1 { option host-name "VM-1"; hardware ethernet 02:00:0a:07:05:02; fixed-address 192.168.1.55; }

Config file

.. TODO: Indent lines, set language: Example .. code-block:: python subnet 192.168.1.0 netmask 255.255.255.0 { range 192.168.1.50 192.168.1.254; }

include "/etc/dhcp/dhcpd-static.conf";

Parancs:

.. TODO: Indent lines, set language: Example .. code-block:: python sudo dhcpd

DNSMASQ

Egyszerű dhcp és dns cache egyben (router lesz a dns server)

.. TODO: Indent lines, set language: Example .. code-block:: python sudo /usr/sbin/dnsmasq --strict-order --bind-interfaces --pid-file=/home/aaa/vm-net.pid --conf-file= --except-interface lo --listen-address 192.168.1.1 --dhcp-range 192.168.1.1,static --dhcp-no-override --dhcp-hostsfile=/home/aaa/vm-net.hostfile

Hostfile

,,

.. TODO: Indent lines, set language: Example .. code-block:: python 02:00:0a:07:05:02,192.168.1.10,vm-10

  Clone repository
  • Bme net
  • Beegf
  • Buildbot
  • Circledevelopment
  • Codingstyle
  • Csomagforrasbol
  • Delopmentstyle
  • Devenv
  • Ervekamienkmellett
  • Felhasznaloifeltetelek
  • Guestlinux
  • Guesttelepites
  • Guestwindows7
  • Iptartomanyok
  • Kvota
More Pages
×

New Wiki Page

Tip: You can specify the full path for the new file. We will automatically create any missing directories.