Search found 6 matches
- Wed May 11, 2022 5:00 am
- Forum: Network / Wireless Issues
- Topic: Router cascade w/o double NAT
- Replies: 2
- Views: 3646
Router cascade w/o double NAT
Hello, based on this tutorial I started a setup of router cascade w/o double NAT. This means primary router is setup with disabled NAT and additional routing rules. The visualization would look like this: clients ↔ Gargoyle router (no NAT) ↔ routing rules ↔ ISP router with NAT ↔ Internet Actually th...
- Wed May 11, 2022 4:33 am
- Forum: Network / Wireless Issues
- Topic: [solved] No access to DMZ network segment from desktop PC connected to LAN
- Replies: 6
- Views: 4242
Re: No access to DMZ network segment from desktop PC connected to LAN
I managed to fix the issue, means I created a static route (in the router) with these settings:
interface
lan
target
172.16.9.0
netmask
255.255.255.0
gateway
172.16.1.1
Thanks for your support solving this issue.
interface
lan
target
172.16.9.0
netmask
255.255.255.0
gateway
172.16.1.1
Thanks for your support solving this issue.
- Sun May 08, 2022 8:23 am
- Forum: Network / Wireless Issues
- Topic: [solved] No access to DMZ network segment from desktop PC connected to LAN
- Replies: 6
- Views: 4242
Re: No access to DMZ network segment from desktop PC connected to LAN
Regarding your recommendation for adding a route via DMZ interface I have this question.
My understanding is the DMZ interface is 172.16.9.1, however I cannot ping this IP.
And this means the route won't work, either.
My understanding is the DMZ interface is 172.16.9.1, however I cannot ping this IP.
And this means the route won't work, either.
- Sat May 07, 2022 6:01 pm
- Forum: Network / Wireless Issues
- Topic: [solved] No access to DMZ network segment from desktop PC connected to LAN
- Replies: 6
- Views: 4242
Re: No access to DMZ network segment from desktop PC connected to LAN
Hello, I have added some rules to firewall; here's the current config: root@clancy:~# uci export firewall package firewall config defaults option input 'ACCEPT' option output 'ACCEPT' option forward 'REJECT' option synflood_protect '1' config zone option name 'lan' list network 'lan' option input 'A...
- Fri May 06, 2022 3:16 am
- Forum: Network / Wireless Issues
- Topic: [solved] No access to DMZ network segment from desktop PC connected to LAN
- Replies: 6
- Views: 4242
[solved] No access to DMZ network segment from desktop PC connected to LAN
Hello, my desktop PC has 2 NICs. Each NIC is connected to a dedicated router. This means, my network has 2 routers. Router A is provided by ISP, and desktop PC is connected to its LAN with network 192.168.1.0/24. Router B is running Gargoyle, and on the downstream side there are 2 network segments: ...
- Fri May 06, 2022 2:52 am
- Forum: Hardware / Installation Issues
- Topic: Install Gargoyle on Mikrotik hEX S
- Replies: 1
- Views: 3019
Install Gargoyle on Mikrotik hEX S
Hello, I have successfully installed OpenWRT on this router Mikrotik hEX S (rb760igs). Question: Can I install Gargoyle on this router? And is it as simple as installing sysupgrade.bin using command sysupgrade [-v] sysupgrade.bin in OpenWRT CLI? Which sysupgrade.bin should be used for this router mo...