Author | Message |
---|---|
![]() |
|
nima2019 Replies: 9 Views: 734 |
![]() |
Wow, thank you egc and eibgrad. That was very helpful. I ended up using the simpler option that eibgrad suggested.
WAN_IF="$(ip route | awk '/^default/{print $NF}')" iptables -I FORWARD ... |
|
![]() |
|
![]() |
|
nima2019 Replies: 9 Views: 734 |
![]() |
I'm trying to setup a VPN kill switch in my dd-wrt. I've found a few solutions online. I'm hoping someone can help me learn which one is a better path and why
Go to the Administration > Commands ... |
|
![]() |
|
![]() |
|
nima2019 Replies: 2 Views: 252 |
![]() |
It was a stupid mistake on my side. I assume the first field in the change password page (in browser) is a field to enter the current password and the 2 more fields are for the new passwords. That was ... | |
![]() |
|
![]() |
|
nima2019 Replies: 2 Views: 252 |
![]() |
I changed the admin password to my router to something longer(I think about 31 characters). Now I cannot login to the router admin area using that password. However I can telnet to the router's addres ... | |
![]() |
|
![]() |
|
nima2019 Replies: 8 Views: 375 |
![]() |
I'm not using any 'policy based routing'. Does it matter whether I put the line of code on top of the 'Additional Config' section or bottom? The VPN required me to put the following code in there alre ... | |
![]() |
|
![]() |
|
nima2019 Replies: 8 Views: 375 |
![]() |
Well not loading is a different issue then which route is used, WAN vs. VPN.
Do you perhaps have a kill switch that's blocking the WAN? To my knowledge I dont have a kill switch. All the other s ... |
|
![]() |
|
![]() |
|
nima2019 Replies: 8 Views: 375 |
![]() |
You can simply define static routes in the OpenVPN client for those domains.
route amazon.com 255.255.255.255 net_gateway route cnn.com 255.255.255.255 net_gateway … Thanks. I put the foll ... |
|
![]() |
|
![]() |
|
nima2019 Replies: 8 Views: 375 |
![]() |
I have VPN setup in my dd-wrt router so all network traffic in that router is going through the VPN. Some websites (ex. some of the banks) don't allow visiting their site through VPN.
Is there anyw ... |
|
![]() |
|
![]() |
|
nima2019 Replies: 2830 Views: 963005 |
![]() |
Port 0: WAN
Port 1-4: LAN Port 5: eth0 (from switch to router) Port 6: eth1 (from switch to router) The IPQ chip have a limit of 128 defined VLANs. You will probably never reach this limit. O ... |
|
![]() |
|
![]() |
|
nima2019 Replies: 2830 Views: 963005 |
![]() |
0=Disable 1=Enable there are not other values.
t= Tagged VLAN is for wired ports only. For wifi, create VAP. 0=Disable 1=Enable there are not other values. t= Tagged VLAN is for wired p ... |
|
![]() |
|
![]() |
|
nima2019 Replies: 2830 Views: 963005 |
![]() |
Here is an example of VLAN setup:
swconfig dev switch0 set enable_vlan 1 swconfig dev switch0 vlan 1 set ports "3 4t 6" swconfig dev switch0 vlan 3 set ports "1 2 4t 6t" swco ... |
|
![]() |
|
![]() |
|
nima2019 Replies: 2830 Views: 963005 |
![]() |
I recently bought the R7800 and installed dd-wrt on it. I've since been reading the forum and the wiki to learn how to get the most out of the firmware. Thank you all for making this available. You ro ... | |
![]() |
|
![]() |
|
nima2019 Replies: 12 Views: 66174 |
![]() |
I'm sorry maybe I'm stupid but the tutorial
Basically you have 3 devices: a router, a 6 port switch and a wireless port - see attached diagram. The switch's ports are divided into port 0-3 (p ... |
|
![]() |
|
![]() |
|
nima2019 Replies: 5 Views: 389 |
![]() |
You must use swconfig commands in startup.
Here is an example: swconfig dev switch0 set enable_vlan 1 swconfig dev switch0 vlan 1 set ports "3 4t 6" swconfig dev switch0 vlan 3 set p ... |
|
![]() |
|
![]() |
|
nima2019 Replies: 5 Views: 389 |
![]() |
I dont see the VLAN tab at all when I go to admin area | |
![]() |
|
All times are GMT |