[Bug 218599] create mesh network in backport213-5.15

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



https://bugzilla.kernel.org/show_bug.cgi?id=218599

--- Comment #1 from Mostafa (abdolahi68@xxxxxxx) ---
This is my script to create mesh:

#!/bin/bash

# Bring down the interface
sudo ip link set wlxe8de271f11cd down
sleep 2

# Clear any existing IP addresses
sudo ip addr flush dev wlxe8de271f11cd
sleep 2

# Create the mesh interface
sudo iw dev wlxe8de271f11cd interface add mesh1 type mp
sleep 2

# Bring up the mesh interface
sudo ip link set mesh1 up
sleep 2

# Join the mesh network
sudo iw dev mesh1 mesh join mymesh
sleep 2

# Assign an IP address to the mesh interface
sudo ip addr add 192.168.1.1/24 dev mesh1

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are the assignee for the bug.




[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [ECOS]     [Asterisk Internet PBX]     [Linux API]

  Powered by Linux