Hello,
First of all sorry for my bad english.
i made a new configuration for my router because i needed to switch all the stuff in my interface 10.29.101.10 into a 10.138.101.10,
The problem i have is that after i changed the configuration my computer (in dhcp) didn’t have internet acces anymore but my router still have.
I can ping everything in my network from my router, but my computer can’t ping internet, but can ping everything else in the network.
i’ve checked the firewall, it don’t come from here.
i’ve checked all my route, i don’t think it come from here either
i’m out of solution for the moment.
Here the export of the configuration i made:
Old one:
jul/08/2016 17:31:31 by RouterOS 6.33.5
software id = LL82-QBMD
/interface ethernet
set [ find default-name=ether1 ] name=“ether1(LAN)”
set [ find default-name=ether2 ] auto-negotiation=no name=“ether2(Completel)”
set [ find default-name=ether3 ] name=“ether3(Orange)”
set [ find default-name=ether4 ] name=“ether4(imprimante)”
/ip pool
add name=dhcp_pool1 ranges=10.29.101.140-10.29.101.200
/ip dhcp-server
add address-pool=dhcp_pool1 disabled=no interface=“ether1(LAN)” lease-time=3d
name=dhcp1
/snmp community
add addresses=0.0.0.0/0 name=widip
/ip firewall connection tracking
set udp-timeout=2m
/ip address
add address=192.168.1.10/24 interface=“ether3(Orange)” network=192.168.1.0
add address=10.29.101.10/24 interface=“ether1(LAN)” network=10.29.101.0
add address=10.38.101.10/24 interface=“ether2(Completel)” network=10.38.101.0
add address=10.138.101.10/24 interface=“ether4(imprimante)” network=
10.138.101.0
/ip dhcp-server network
add address=10.29.101.0/24 dns-server=10.27.0.112,8.8.8.8 gateway=
10.29.101.10 netmask=24
/ip dns
set servers=10.27.0.112,8.8.8.8
/ip dns static
add address=10.27.0.112 name=DC1
/ip firewall filter
add chain=input src-address=194.50.78.36
add chain=input src-address=46.255.181.25
add chain=input src-address=88.180.16.86
add chain=input src-address=10.29.101.0/24
add chain=input src-address=10.38.101.0/24
add chain=input src-address=10.138.101.0/24
add chain=input connection-state=established
add action=drop chain=input connection-state=invalid disabled=yes
add action=reject chain=input disabled=yes protocol=udp
/ip firewall nat
add action=dst-nat chain=dstnat dst-port=5060 protocol=udp src-address=
46.255.181.25 to-addresses=10.29.101.250 to-ports=5060
add action=dst-nat chain=dstnat dst-port=8000-8999 protocol=udp src-address=
46.255.181.25 to-addresses=10.29.101.250 to-ports=8000-8999
add action=dst-nat chain=dstnat dst-port=2022 protocol=tcp src-address=
88.180.16.86 to-addresses=10.29.101.250 to-ports=2022
add action=masquerade chain=srcnat out-interface=“ether2(Completel)”
/ip firewall service-port
set sip disabled=yes
/ip route
add distance=1 gateway=192.168.1.1
add distance=1 gateway=192.168.1.1
add check-gateway=ping distance=1 gateway=192.168.1.1
add distance=1 dst-address=10.27.0.0/24 gateway=10.38.101.1
add distance=1 dst-address=10.38.0.0/16 gateway=10.38.101.1
add distance=1 dst-address=10.138.0.0/16 gateway=10.38.101.1
add comment=SMTP distance=1 dst-address=213.245.2.3/32 gateway=10.38.101.1
/ip service
set telnet disabled=yes
set ftp disabled=yes
set www disabled=yes
set ssh disabled=yes
set api disabled=yes
set api-ssl disabled=yes
/snmp
set enabled=yes trap-community=widip
/system clock
set time-zone-name=Indian/Reunion
New one :
/interface ethernet
set [ find default-name=ether1 ] name=“ether1”
set [ find default-name=ether3 ] auto-negotiation=no name=“ether3(Completel)”
set [ find default-name=ether4 ] name=“ether4(Orange)”
set [ find default-name=ether2 ] name=“ether2(LAN)”
/ip pool
add name=dhcp_pool1 ranges=10.138.101.140-10.138.101.200
/ip dhcp-server
add address-pool=dhcp_pool1 disabled=no interface=“ether2(LAN)” lease-time=3d name=dhcp1
/snmp community
add addresses=0.0.0.0/0 name=widip
/ip firewall connection tracking
set udp-timeout=2m
/ip address
add address=10.138.101.10/24 interface=“ether2(LAN)” network=10.138.101.0
add address=10.38.101.10/24 interface=“ether3(Completel)” network=10.38.101.0
add address=192.168.1.10/24 interface=“ether4(Orange)” network=192.168.1.0
/ip dhcp-server network
add address=10.138.101.0/24 dns-server=10.27.0.112,8.8.8.8 gateway=10.138.101.10 netmask=24
/ip dns
set servers=10.27.0.112,8.8.8.8
/ip dns static
add address=10.27.0.112 name=DC1
/ip firewall filter
add chain=input src-address=194.50.78.36
add chain=input src-address=46.255.181.25
add chain=input src-address=88.180.16.86
add chain=input src-address=10.38.101.0/24
add chain=input src-address=10.138.101.0/24
add chain=input connection-state=established
add action=drop chain=input connection-state=invalid disabled=yes
add action=reject chain=input disabled=yes protocol=udp
/ip firewall nat
add action=dst-nat chain=dstnat dst-port=5060 protocol=udp src-address=46.255.181.25 to-addresses=
10.138.101.250 to-ports=5060
add action=dst-nat chain=dstnat dst-port=8000-8999 protocol=udp src-address=46.255.181.25
to-addresses=10.138.101.250 to-ports=8000-8999
add action=dst-nat chain=dstnat dst-port=2022 protocol=tcp src-address=88.180.16.86 to-addresses=
10.138.101.250 to-ports=2022
add action=masquerade chain=srcnat out-interface=“ether3(Completel)”
/ip firewall service-port
set sip disabled=yes
/ip route
add distance=1 gateway=192.168.1.1
add distance=1 gateway=192.168.1.1
add check-gateway=ping distance=1 gateway=192.168.1.1
add distance=1 dst-address=10.27.0.0/24 gateway=10.38.101.1
add distance=1 dst-address=10.38.0.0/16 gateway=10.38.101.1
add distance=1 dst-address=10.138.0.0/16 gateway=10.38.101.1
add comment=SMTP distance=1 dst-address=213.245.2.3/32 gateway=10.38.101.1
/ip service
set telnet disabled=yes
set ftp disabled=yes
set www disabled=yes
set ssh disabled=yes
set api disabled=yes
set api-ssl disabled=yes
/snmp
set enabled=yes trap-community=widip
/system clock
set time-zone-name=Europe/Paris
thanks in advance for your help.