Jump to content

LAN Turtle Internet


Osama

Recommended Posts

  • 7 months later...
On 1/12/2018 at 8:12 AM, Sebkinne said:

The LAN Turtle needs an internet connection. If the LAN connection doesn't have internet, you'd need to use a LAN Turtle 3G. 

On 1/12/2018 at 8:12 AM, Sebkinne said:

The LAN Turtle needs an internet connection. If the LAN connection doesn't have internet, you'd need to use a LAN Turtle 3G. 

 

Hi, I have LT 3G and 3gwan interface only comes up when LT is directly connected to the computer.
Also 3gwan doesn't come up on LAN connection that doesn't have internet. I can so far AutoSSH and OpenVPN into LT but only via Internet connected LAN or Directly connected LT to PC, connecting over 3gwan.

I want to use 3gwan on NO internet LAN and if possible remain on 3G even when LAN has internet, or switch to LAN internet if i want to.

Firewal File:

config defaults
        option syn_flood        1
        option input            REJECT
        option output           REJECT
        option forward          REJECT
# Uncomment this line to disable ipv6 rules
#       option disable_ipv6     1

config zone
        option name             lan
        list   network          'lan'
        option input            ACCEPT
        option output           ACCEPT
        option forward          ACCEPT

config zone
        option name             wan
        list   network          'wan'
        list   network          'wan6'
        list   network          '3gwan'
        option input            REJECT
        option output           ACCEPT
        option forward          REJECT
        option masq             1
        option mtu_fix          1

config zone
        option name             3gwan
        list   network          '3gwan'
        option input            ACCEPT
        option output           ACCEPT
        option forward          ACCEPT
        option masq             1
        option mtu_fix          1

config forwarding
        option src              lan
        option dest             wan

config forwarding
        option src              wan
        option dest             lan

config zone
        option name             vpn
        option network          'vpn'
        option input            ACCEPT
        option forward          ACCEPT
        option output           ACCEPT
        option masq             1

config forwarding 'vpn_forwarding_lan_in'
        option src              vpn
        option dest             wan

config forwarding 'vpn_forwarding_lan_out'
        option src              wan
        option dest             vpn

Link to comment
Share on other sites

  • 1 month later...
On 1/11/2018 at 9:12 PM, Sebkinne said:

The LAN Turtle needs an internet connection. If the LAN connection doesn't have internet, you'd need to use a LAN Turtle 3G. 

Hi,

Can you help with  firewall configuration , I have LAN Turtle 3G. I am unable to figure it out.

Br

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...