Please make a diagram of your network to understand from what you need to have access with assigned private ip addresses you have various components see:
In informatica e telecomunicazioni, una rete locale o rete in area locale, in sigla LAN (in inglese local area network), è una rete informatica estendibile anche a dispositivi periferici condivisi, che copre un'area limitata, come un'abitazione, una scuola, un'azienda o un complesso di edifici adiacenti. Si differenzia dalle cosiddette reti geografiche (WAN da wide area network) non solo per l'estensione geografica più limitata, ma anche perché consente migliori prestazioni in termini di ve Si tr...
In Internet networking, a private network is a computer network that uses a private address space of IP addresses. These addresses are commonly used for local area networks (LANs) in residential, office, and enterprise environments. Both the IPv4 and the IPv6 specifications define private IP address ranges.
Private network addresses are not allocated to any specific organization. Anyone may use these addresses without approval from regional or local Internet registries. Private IP address space...
@psherman , I have factory reset the OpenWrt and finished configuring the router following the steps of the https://openwrt.org/docs/guide-user/network/wifi/dumbap .
I have skipped steps 10,11 and 12 for now and below please find the config file.
config interface 'loopback'
option device 'lo'
option proto 'static'
option ipaddr '127.0.0.1'
option netmask '255.0.0.0'
config globals 'globals'
option ula_prefix 'fdb8:e861:1b32::/48'
config device
option name 'br-lan'
option type 'bridge'
…
Hi, I'm asking for help about my configuration with OpenWrt Chaos Calmer 15.05.1. I've created a setup similar to this superuser question to "join" two LANs by means of an OpenWrt device configured as Wi-Fi client.
Specifically, this is my network diagram:
[Network]
I would like that each of the two networks has its own separate Internet access (through FirstRouter for LAN0 and SecondRouter for LAN1 which are the default gateways for each lan device) but the OpenWrt router should make the two…
1 Like