iamnotreallyhere Posted April 3, 2018 Posted April 3, 2018 Hello ! First I'd like to say my experience with tetra has been pretty amazing. The radio on this thing is amazing! Nothing compares in that area. Anyway, the problem I'm having is connecting to management interface via Ethernet. The pineapple is able to connect to the internet just fine but I am unable to connect to the management interface through Ethernet. No issues through wifi or through usb port with my phone. It blows my mind I can connect through the USB port but not Ethernet!! I read a few post and it said it's supposed to be as easy as connecting to the assigned IP my router assigns my pineapple. In this case my router assigned 192.168.1.23. I assumed I would just connect using 192.168.1.23:1471 using firefox. As I did connecting via WiFi using 172 range. Is there something special I must do to connect to the pineapple interface via Ethernet?
b0N3z Posted April 4, 2018 Posted April 4, 2018 Yes you have to set firewall rules and network settings. If you search the forums on the nano you can find it, if you don't Ill post it later today.
iamnotreallyhere Posted April 5, 2018 Author Posted April 5, 2018 Ok, Ill find it and give it a go tomorrow. I just didn't wanna waste time and screw things up if its not meant for that. Thanks for the reply.
b0N3z Posted April 5, 2018 Posted April 5, 2018 Add these to /etc/config/firewall, save, reboot pineapple. Your not suppose to be able to access the webui or ssh via the ethernet cable for security reasons. config rule option name 'Allow-WebUI' option src 'wan' option proto 'tcp' option dest_port '1471' option target 'ACCEPT' option family 'ipv4' config rule option name 'Allow-SSH' option src 'wan' option proto 'tcp' option dest_port '22' option target 'ACCEPT' option family 'ipv4'
iamnotreallyhere Posted April 10, 2018 Author Posted April 10, 2018 THANK YOU worked perfect. I understand. But until figure out which modules use which radios I get tired of walking over there and plugging in my phone. Also I want to use a 3rd USB wifi adapter - I am sure I am going to mess things up along the way. My goal here is have a USB wifi adapter dedicated just to connection ssh and gui. Then I wont need to use Ethernet anymore. Nor will I have to worry about not being able to connect. Thanks again!
Forkish Posted April 18, 2018 Posted April 18, 2018 I attach (rubber band style) a small GL-AR300M travel router and connect a tetra via eth0, disable wlan0-1 (speeds things up) and connect to the tetra without changing any of the firewall. e.g. https://192.168.8.100:1471
Recommended Posts
Archived
This topic is now archived and is closed to further replies.