Jump to content
Калькуляторы

Завертываение сети в PPTP туннель

Здравствуйте, на даче имеется микротик 951ui-2hnd, доступ в инет предоставляется через USB_LTE.Поднят DHCP с сетью 192.168.48.0/24. Часть хостов выпускаю напрямую через модем, а часть хочу завертывать через PPPTP поднятый дома. PPTP клиент на микротике подключается, пинги этого интерфейса идут, но при включении маскарадинга на этот интерфейс для части адрессов из пула пакеты не уходят дальше шлюза. Подскажите, чего я не усмотрел?

 

IP pool:

[admin@MikroTik] > ip pool print

# NAME RANGES

0 dhcp_pool1 192.168.48.2-192.168.48.254

 

IP route print:

[admin@MikroTik] > ip route print

Flags: X - disabled, A - active, D - dynamic,

C - connect, S - static, r - rip, b - bgp, o - ospf, m - mme,

B - blackhole, U - unreachable, P - prohibit

# DST-ADDRESS PREF-SRC GATEWAY DISTANCE

0 ADS 0.0.0.0/0 192.168.229.1 0

1 S 0.0.0.0/0 192.168.1.1 1

2 DS 0.0.0.0/0 192.168.1.1 1

3 ADC 192.168.1.1/32 172.16.1.33 InetK8 0

4 ADC 192.168.48.0/24 192.168.48.254 bridge1 0

5 ADC 192.168.229.0/24 192.168.229.100 lte1 0

 

ip firewall filter print:

ничего

 

ip firewall nat print:

[admin@MikroTik] > ip firewall nat print

Flags: X - disabled, I - invalid, D - dynamic

0 chain=srcnat action=masquerade src-address=192.168.48.200-192.168.48.253

out-interface=lte1 log=no log-prefix=""

 

1 chain=srcnat action=masquerade src-address=192.168.48.100-192.168.48.199

dst-address="Домашний IP" out-interface=lte1 log=no log-prefix=""

 

2 chain=srcnat action=masquerade src-address=192.168.48.0/23

dst-address=192.168.229.1 log=no log-prefix=""

 

3 chain=srcnat action=masquerade src-address=192.168.48.50-192.168.48.99

out-interface=InetK8 log=no log-prefix=""

 

192.168.229.1 для доступа к веб морде модема. Lte1 интерфейс модема 4g. InetK8 интерфейс клиента PPPTP на микротике.

Edited by Wisherk8

Share this post


Link to post
Share on other sites

1 chain=srcnat action=masquerade src-address=192.168.48.100-192.168.48.199

dst-address="Домашний IP" out-interface=lte1 log=no log-prefix=""

 

Это в связи с чем&? Трафик должен в InetK8 заворачиваться.

Edited by myth

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.