Hirdetés

Új hozzászólás Aktív témák

  • bzolika10

    aktív tag

    Sziasztok!

    Megpróbáltam összebondolni egy raspberry pi 3b és egy usb-s hálózati kártyát. A belső hálón látja a gépeket, de kifelé már nem lát semmit. Hogy lehetne ezt megoldani?

    A config file:

    root@raspberrypi:/home/pi# cat /etc/network/interfaces
    # interfaces(5) file used by ifup(8) and ifdown(8)

    # Please note that this file is written to be used with dhcpcd
    # For static IP, consult /etc/dhcpcd.conf and 'man dhcpcd.conf'

    # Include files from /etc/network/interfaces.d:
    source-directory /etc/network/interfaces.d

    iface lo inet loopback

    auto wlan0
    iface wlan0 inet dhcp
    wpa-ssid ****
    wpa-psk ****

    auto eth0
    iface eth0 inet manual
    auto eth1
    iface eth1 inet manual

    auto bond0
    iface bond0 inet static
    slaves eth0 eth1
    bond-mode 1
    bond-miimon 100
    address 10.0.0.21
    network 10.0.0.0
    netmask 255.255.252.0
    broadcast 10.0.0.255
    gateway 10.0.0.1

Új hozzászólás Aktív témák