Opened 14 years ago

Closed 14 years ago

#85 closed defect (fixed)

Nanostation door sshtunnel

Reported by: richardvm Owned by: nobody
Priority: critical Milestone:
Keywords: web ssh nanostations captive-portal Cc:
Resource needed to fix:

Description

We kunnen niet bij de website komen van de nanostations doormiddel van de sshtunnel naar de node.

Reden:
De firewall op de nieuwe nodes staat geconfigureerd om alle verkeer niet bestemd voor 172.16/12 wordt geforward naar de captive portal. Waar dus ook 192.168.1.20 onder valt.

Change History (3)

comment:1 by richardvm, 14 years ago

De firewallfile die moeilijk doet (laatste regels)
http://svn.wirelessleiden.nl/svn/code/iris/trunk/nanobsd/files/etc/ipfw.sh

comment:2 by rick, 14 years ago

${fwcmd} add 10100 fwd $IP,8081 tcp from any to not 172.16.0.0/12 80

Aanpassen om te including (dry-coded):

${fwcmd} add 10100 fwd $IP,8081 tcp from any to not 172.16.0.0/12,192.168.0.0/24 80

comment:3 by huub, 14 years ago

Resolution: fixed
Status: newclosed

bijna goed: 192.168.0.0 ==> 192.168.1.0 en het werkt.

Note: See TracTickets for help on using tickets.