Search found 2891 matches

Goto page 1, 2, 3 ... 191, 192, 193  Next
Author Message
  Topic: NORDVPN working....
ho1Aetoo

Replies: 6
Views: 131

PostForum: Advanced Networking   Posted: Sun Mar 17, 2024 18:43   Subject: NORDVPN working....
Wireguard works just like OpenVPN, only faster.

You can configure it to encrypt all network traffic or only for certain clients.

Everything is possible and you don't have to configure anything ...
  Topic: DHCP is not working on WAN - vlan id 101
ho1Aetoo

Replies: 7
Views: 283

PostForum: Broadcom SoC based Hardware   Posted: Sun Mar 17, 2024 18:17   Subject: DHCP is not working on WAN - vlan id 101
5 is the CPU port
Change it to 0 and then try again.

The CPU port is normally defined by another variable.

nvram get sw_wancpuport
  Topic: Busybox sleep 0.5 crashed Ash (but not Bash)
ho1Aetoo

Replies: 26
Views: 1873

PostForum: Broadcom SoC based Hardware   Posted: Sun Mar 17, 2024 17:04   Subject: Busybox sleep 0.5 crashed Ash (but not Bash)
Laughing nice find

I will forward it tomorrow when I think of it
  Topic: Busybox sleep 0.5 crashed Ash (but not Bash)
ho1Aetoo

Replies: 26
Views: 1873

PostForum: Broadcom SoC based Hardware   Posted: Sun Mar 17, 2024 15:01   Subject: Busybox sleep 0.5 crashed Ash (but not Bash)
root@OCTEON-TX2:~# type sleep
sleep is /bin/sleep

root@OCTEON-TX2:~# which sleep
/bin/sleep
  Topic: Busybox sleep 0.5 crashed Ash (but not Bash)
ho1Aetoo

Replies: 26
Views: 1873

PostForum: Broadcom SoC based Hardware   Posted: Sun Mar 17, 2024 14:27   Subject: Busybox sleep 0.5 crashed Ash (but not Bash)
I have already answered that question.

The error occurs not only with 0.5 but also with "sleep --help"

Both work under openwrt without any problems.

root@OCTEON-TX2:/# sleep 0.5 ...
  Topic: Block WAN Access to/from Specific Interface via iptables
ho1Aetoo

Replies: 1
Views: 65

PostForum: Advanced Networking   Posted: Sat Mar 16, 2024 19:42   Subject: Block WAN Access to/from Specific Interface via iptables
You can switch off Masquerade / NAT on the interface, which should also block WAN access.

The following firewall rule should also work

iptables -I FORWARD -i br2 -o vlan2 -m state --state NEW - ...
  Topic: Remote Access using DDNS - multiple stations
ho1Aetoo

Replies: 7
Views: 168

PostForum: General Questions   Posted: Sat Mar 16, 2024 10:06   Subject: Remote Access using DDNS - multiple stations
after the tunnel has been established, enter 127.0.0.1:1600 in your web browser and you will land on the WebIF of 192.168.12.109
This is what is input in the webbrowser on any other network? The comp ...
  Topic: Remote Access using DDNS - multiple stations
ho1Aetoo

Replies: 7
Views: 168

PostForum: General Questions   Posted: Fri Mar 15, 2024 19:59   Subject: Remote Access using DDNS - multiple stations
This is easily done via ssh and ssh tunneling
on the other side of the world you only need a device that supports it.

It also works with Wireguard but is a bit more complicated to configure.

S ...
  Topic: Can't access modem status page after update to build 55209
ho1Aetoo

Replies: 15
Views: 569

PostForum: Broadcom SoC based Hardware   Posted: Fri Mar 15, 2024 18:09   Subject: Can't access modem status page after update to build 55209
What does the command show:

echo $(nvram get wan_ifname)

Does your ISP require VLAN WAN tagging?
This is the only known constellation that cannot work
  Topic: Can't access modem status page after update to build 55209
ho1Aetoo

Replies: 15
Views: 569

PostForum: Broadcom SoC based Hardware   Posted: Fri Mar 15, 2024 17:50   Subject: Can't access modem status page after update to build 55209
You should also DELETE this strange port forwarding rule
because it creates its own firewall rules for these packets.
And if the rule is deactivated (not deleted) then this entry blocks the packets.
  Topic: Can't access modem status page after update to build 55209
ho1Aetoo

Replies: 15
Views: 569

PostForum: Broadcom SoC based Hardware   Posted: Fri Mar 15, 2024 17:14   Subject: Can't access modem status page after update to build 55209
The rules are not persistent, I have been using them for years.
Every time I played around in the GUI I had to run them again manually.
It happened to me every time I changed something in the WLAN ...
  Topic: Can't access modem status page after update to build 55209
ho1Aetoo

Replies: 15
Views: 569

PostForum: Broadcom SoC based Hardware   Posted: Fri Mar 15, 2024 16:48   Subject: Can't access modem status page after update to build 55209
I think it had already worked?
The rules are not really persistent if you press apply somewhere in the GUI then you often lose modem access and have to run the two commands again.


Copy the rules ...
  Topic: Problem with firewall rules / SSH
ho1Aetoo

Replies: 17
Views: 340

PostForum: Advanced Networking   Posted: Fri Mar 15, 2024 15:11   Subject: Problem with firewall rules / SSH
Has nothing at all to do with WLAN.
And I have tested the commands here - they work.

Razz
  Topic: Problem with firewall rules / SSH
ho1Aetoo

Replies: 17
Views: 340

PostForum: Advanced Networking   Posted: Fri Mar 15, 2024 14:18   Subject: Problem with firewall rules / SSH
Open your eyes!
i posted a different rule!!!
  Topic: Problem with firewall rules / SSH
ho1Aetoo

Replies: 17
Views: 340

PostForum: Advanced Networking   Posted: Fri Mar 15, 2024 12:31   Subject: Problem with firewall rules / SSH
iptables -I INPUT -p tcp --dport 22 -j DROP
iptables -I INPUT -p tcp --dport 22 -m mac --mac-source xx:xx:xx:xx:xx:xx -j ACCEPT

does not work?
Goto page 1, 2, 3 ... 191, 192, 193  Next
All times are GMT
Navigation
Jump to: