1 (edytowany przez nawasaqi 2018-09-26 20:52:26)

Temat: Most bezprzewodowy na Raspbian...

Zachęconu sukcesem prawidłowego skompilowania obrazu i skonfigurowania postanowiłem pogrzebać i zainstalowałem Raspbian;a.

I chciałem odwzorować sieć jak w tym poście:
https://eko.one.pl/forum/viewtopic.php?id=17648

czyli

I teraz chciałbym skonfigurować swoją malinę w ten sposób żeby łączyła się z routerem A (192.168.10.1) jak Client WIFI (dhcp).
Na drugiej karcie WIFI chciałbym odpalić repeater. Czyli żeby podłączone urządzenie do Rasppbery po wifi dostało adres dhcp z routera A(192.168.10.xxx)

Ale stanąłem w miejscu
mój ifconfig wygląda tak:

pi@raspberrypi:~ $ ifconfig
br0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 169.254.57.36  netmask 255.255.0.0  broadcast 169.254.255.255
        inet6 fe80::79e0:8967:ad2e:ab42  prefixlen 64  scopeid 0x20<link>
        ether 5e:49:f7:8e:98:0f  txqueuelen 1000  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 35  bytes 5911 (5.7 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.107.154  netmask 255.255.255.0  broadcast 192.168.107.255
        inet6 fe80::6836:dd57:44e4:a49e  prefixlen 64  scopeid 0x20<link>
        ether b8:27:eb:27:e2:a8  txqueuelen 1000  (Ethernet)
        RX packets 149  bytes 17523 (17.1 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 171  bytes 27066 (26.4 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::1  prefixlen 128  scopeid 0x10<host>
        loop  txqueuelen 1000  (Local Loopback)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 0  bytes 0 (0.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

wlan0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.10.2  netmask 255.255.255.0  broadcast 192.168.10.255
        ether a0:f3:c1:2d:18:1c  txqueuelen 1000  (Ethernet)
        RX packets 3  bytes 635 (635.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 16  bytes 2064 (2.0 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

wlan1: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
        ether 00:0f:00:5a:b1:77  txqueuelen 1000  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 0  bytes 0 (0.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

Czy ktoś pomoże ?? Próbowałem ogarnąć to wg tego posta:
https://www.raspberrypi.org/forums/view … p?t=100053
ale mam błąd: can't add wlan0 to bridge br0: Operation not supported

Z góry dziękuję za pomoc.

2

Odp: Most bezprzewodowy na Raspbian...

Kiedyś przerabiałem temat nie da się... ale widzę, że na lede Ci się udało..