Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login

    Xen (Ubuntu) ile ağ köprüleme

    Scheduled Pinned Locked Moved Turkish
    1 Posts 1 Posters 866 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • A
      Alex1024
      last edited by

      Merhaba,

      i5 4460 işlemci ve 8GB ram ile oluşturduğum Ubuntu lu makinada Xen kurdum. Xen de ilk olarak pfsense kurdum. Aşağıdaki şekilde bir sistem kurmak istiyorum

      Ubuntuda interfaces dosyasına yazılacaklar konusunda takıldım. Aşağıdaki metini oluşturdum, sadece bir ethernet portu var, buna rağmen 2 bridge oluşturabilir miyim? eth1 yerine dummy0 gibi sanal bir ethernet portu mu oluşturmak gerekiyor? Bunun dışında aşağıdaki kod doğru mudur?

      Eth0 = dhcp yada 192.168.1.3
      pfsense=192.168.1.5 / 192.168.2.1

      1. xenbr0 oluşturma ve eth0 köprüleme

      auto xenbr0
      iface xenbr0 inet dhcp
      bridge_ports eth0
      bridge_stp off
      bridge_fd 0
      bridge_maxwait 0
      (yada inet static, address=192.168.1.3)

      xenbr0 pfsensede kullanılacak?

      2. xenbr1 oluşturma

      auto xenbr1
      iface xenbr1 inet dhcp
      bridge_ports ? (eth1 yok, dummy0 mi oluşturacağız?)
      bridge_stp off
      bridge_fd 0
      bridge_maxwait 0
      (yada inet static, address=192.168.1.3)

      auto br1
      iface br1 inet static
      address 192.168.1.5
      netmask 255.255.255.0
      bridge_ports xenbr1
      bridge_stp off
      bridge_fd 0

      auto br11
      iface br11 inet static
      address 192.168.2.1
      netmask 255.255.255.0
      bridge_ports xenbr1
      bridge_stp off
      bridge_fd 0

      .
      .
      .

      1 Reply Last reply Reply Quote 0
      • First post
        Last post
      Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.