Dear All,
I have a ISP router (Not OpenWrt) which has their own network (192.168.0.1). Another hand, I have OpenWrt behind ISP router (another network 192.168.1.1)
I am just want to join both network and use connected devices between both networks
Kindly share configuration to apply.
Thanks
frollic
February 22, 2024, 12:14pm
2
2 Likes
Thanks @frollic ,
Currently I am using OpenWrt as dumb but due to I am not able to configure wireguard vpn. I decided to create two networks
If you have set option input 'REJECT' you need a simple allow rule for the lan zone:
config rule 'wg'
option name 'Allow-WireGuard'
option src 'lan'
option dest_port '38400'
option proto 'udp'
option target 'ACCEPT'
But that is not all, your main router also has to allow IPv6 traffic for this OpenWrt router.
For IPv4 you set a port forward on the main router but for IPv6 you simply allow traffic.
I think your main router is not OpenWRT so cannot help with that.
frollic
February 22, 2024, 12:54pm
4
Sorry, not going to read 50 posts, but AP or not AP shouldn't make any difference for WG, imho.
1 Like
Just try to read last 4-5, its enough to understand the problem.
frollic
February 22, 2024, 1:07pm
6
@egc 's last post could very much be correct....
Yes correct, thats why I am thinking to create two networks and join eachother
frollic
February 22, 2024, 1:16pm
8
no idea how merging the two networks would change anything...
krazeh
February 22, 2024, 1:48pm
9
If your ISP router doesn't support port (and/or traffic) forwarding then there's nothing you can do to change that by adding devices behind it.
2 Likes
Yes it support port forwarding, you can see attachment in attached thread link. Only concern.. I am checking how I can forward ipv6.
krazeh
February 22, 2024, 2:34pm
11
You forward IPv6 by doing what you were advised in the other thread. If your router doesn't support it then I refer you back to my previous post.
1 Like