Rainman_34 Posted August 13, 2017 Share Posted August 13, 2017 (edited) As I am messing around with my lan turtle I have noticed something and I am sure it is a simple iptables fix if someone could help. @Sebkinne Situation: the lan turtle is plugged into a computer and then network cable is plugged into the lan turtle with a subnet of 192.168.10.0/24. Because the computer the lan turtle is plugged into gets a subnet of 172.16.84.0/24 that computer does not see the other subnet. In turn it can not see any internal office shares or internal web pages on the 192.168.10.0/24 network. If the employee of this machine accesses those on a regular basis they are going to find an issue and call support. Then eventually the lam turtle will be discovered :(. Any help is greatly appreciated. Edited August 13, 2017 by Rainman_34 Quote Link to comment Share on other sites More sharing options...
Rainman_34 Posted August 14, 2017 Author Share Posted August 14, 2017 No one has a solution to this? Quote Link to comment Share on other sites More sharing options...
Rainman_34 Posted August 16, 2017 Author Share Posted August 16, 2017 SOLUTION: iptables -A FORWARD -i eth0 -o eth1 -j ACCEPT 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.