I want to configure IPsec using the RE605 and the Yamaha RTX1210.

I want to configure IPsec using the RE605 and the Yamaha RTX1210.

I want to configure IPsec using the RE605 and the Yamaha RTX1210.
I want to configure IPsec using the RE605 and the Yamaha RTX1210.
a week ago - last edited Monday
Tags: #VPN #IPsec
Model: ER605 (TL-R605)  
Hardware Version: V2
Firmware Version: 2.3.3

I am setting up an IPsec VPN using a Yamaha RTX1210 and a TP-Link ER605.
Although the tunnel session has been established, there is an issue with packet transmission, and pings are failing to go through. Could you please provide some advice on the configuration?

 

【Environment】
I am currently testing this within a home network setup, but the final plan is to deploy it between different sites.

 

ER605 Config



 

RTX1210 config

ip route 192.168.1.0/24 gateway tunnel 4

 

tunnel select 4
 description tunnel "to ER605"
 ipsec tunnel 4
  ipsec sa policy 4 4 esp aes256-cbc sha256-hmac
  ipsec ike version 4 1
  ipsec ike encryption 4 aes256-cbc
  ipsec ike group 4 modp1024
  ipsec ike hash 4 sha
  ipsec ike keepalive log 4 off
  ipsec ike keepalive use 4 off
  ipsec ike local address 4 192.168.0.2
  ipsec ike nat-traversal 4 on
  ipsec ike pre-shared-key 4 text ********
  ipsec ike remote address 4 192.168.0.10
 ip tunnel tcp mss limit auto
 tunnel enable 4


ipsec auto refresh on

The tunnel session connects successfully with the settings described above.

 

However, pings between 192.168.1.1 and 192.168.15.1 are not going through.

When checking the tunnel status on the Yamaha device, it appears that no packets are arriving from the ER605.

# show status tunnel 4
TUNNEL[4]:
Description: to ER605
  Interface type: IPsec
  Current status is Online.
  from 2026/07/07 11:59:07.
  1 hour 2 minutes 58 seconds  connection.
  Maximum Transmission Unit(MTU):
         IPv4: 1280 octets
         IPv6: 1280 octets
  Received:    (IPv4) 0 packet [0 octet]
               (IPv6) 0 packet [0 octet]
  Transmitted: (IPv4) 666 packets [89067 octets]
               (IPv6) 0 packet [0 octet]

 

  0      
0
#1
Options
1 Accepted Solution
Re:I want to configure IPsec using the RE605 and the Yamaha RTX1210.-Solution
Monday - last edited Monday

 I resolved the issue myself.

 

I’m not sure of the exact cause, but lowering the encryption level allowed communication to proceed normally.

 

Usually, a mismatch in encryption settings would prevent the tunnel from connecting at all, so it’s a mystery why the connection succeeded yet packets only flowed in one direction—perhaps the encryption settings were slightly off despite being configurable?

 

For reference, here are the details of the configuration that worked.

 

Recommended Solution
  2  
2
#7
Options
6 Reply
Re:I want to configure IPsec using the RE605 and the Yamaha RTX1210.
a week ago - last edited a week ago

  @syun 

 

I have no idea about Yamaha but googled a bit, have you tried adding remote net to yamaha?

 

ipsec ike remote id 4 192.168.1.0/24

  0  
0
#2
Options
Re:I want to configure IPsec using the RE605 and the Yamaha RTX1210.
a week ago

  @MR.S 

 

Thank you for looking into it.

I tried adding `ipsec ike remote id 4 192.168.1.0/24`, but the situation remains unchanged.

When I send a ping from the RTX1210, the tunnel's transmit count increases.
In other words, it appears that the Yamaha unit is successfully sending packets to the ER605's tunnel.
Conversely, since the receive count shows no activity at all, I suspect the ER605 is not correctly handling the route back to the Yamaha unit.

 

# show status tunnel 4
TUNNEL[4]:
Description: to ER605
  Interface type: IPsec
  Current status is Online.
  from 2026/07/07 20:32:43.
  4 seconds  connection.
  Maximum Transmission Unit(MTU):
         IPv4: 1280 octets
         IPv6: 1280 octets
  Received:    (IPv4) 0 packet [0 octet]
                 (IPv6) 0 packet [0 octet]
  Transmitted: (IPv4) 680 packets [90355 octets]
                 (IPv6) 0 packet [0 octet]

# ping 192.168.1.1

16 packets transmitted, 0 packets received, 100.0% packet loss

# show status tunnel 4
TUNNEL[4]:
Description: to ER605
  Interface type: IPsec
  Current status is Online.
  from 2026/07/07 20:32:43.
  2 minutes 29 seconds  connection.
  Maximum Transmission Unit(MTU):
         IPv4: 1280 octets
         IPv6: 1280 octets
  Received:    (IPv4) 0 packet [0 octet]
                 (IPv6) 0 packet [0 octet]
  Transmitted: (IPv4) 696 packets [91827 octets]
                 (IPv6) 0 packet [0 octet]

  0  
0
#3
Options
Re:I want to configure IPsec using the RE605 and the Yamaha RTX1210.
a week ago

  @syun 

 

The Omada router handles the route very well, I have lots of VPN tunnels, no problem, but you must not create the route manually. The routes are handled in the VPN tunnel. Maybe you should try deleting the manual route on the Yamaha as well.

 

 

  0  
0
#4
Options
Re:I want to configure IPsec using the RE605 and the Yamaha RTX1210.
a week ago

  @MR.S 

 

On a Yamaha device, if you delete the command "ip route 192.168.1.0/24 gateway tunnel 4," the tunnel's transmission count does not increment when you send a ping to 192.168.1.1.
Yamaha devices require manual route configuration.

  0  
0
#5
Options
Re:I want to configure IPsec using the RE605 and the Yamaha RTX1210.
Thursday - last edited Thursday

  @syun 

I installed Wireshark on the PC with the IP address 192.168.1.2 and captured packets.

 

When I sent a ping from the Yamaha router to the PC at 192.168.1.2, I confirmed that the packet reached the PC and a response was returned.

797    602.241862600    192.168.15.1    192.168.1.2    ICMP    106    Echo (ping) request  id=0xccfb, seq=4/1024, ttl=254 (reply in 798)
798    602.241962400    192.168.1.2    192.168.15.1    ICMP    106    Echo (ping) reply    id=0xccfb, seq=4/1024, ttl=128 (request in 797)

 

However, since the Yamaha router is not receiving the packets coming through the tunnel, it appears that the ER605 is indeed failing to forward the packets correctly.

 

# show status tunnel 4
TUNNEL[4]:
Description: to ER605
  Interface type: IPsec
  Current status is Online.
  from 2026/07/07 23:02:56.
  1 day 16 hours 45 minutes 28 seconds  connection.
  Maximum Transmission Unit(MTU):
         IPv4: 1280 octets
         IPv6: 1280 octets
  Received:    (IPv4) 0 packet [0 octet]
               (IPv6) 0 packet [0 octet]
  Transmitted: (IPv4) 1191 packets [124221 octets]
               (IPv6) 0 packet [0 octet]

  0  
0
#6
Options
Re:I want to configure IPsec using the RE605 and the Yamaha RTX1210.-Solution
Monday - last edited Monday

 I resolved the issue myself.

 

I’m not sure of the exact cause, but lowering the encryption level allowed communication to proceed normally.

 

Usually, a mismatch in encryption settings would prevent the tunnel from connecting at all, so it’s a mystery why the connection succeeded yet packets only flowed in one direction—perhaps the encryption settings were slightly off despite being configurable?

 

For reference, here are the details of the configuration that worked.

 

Recommended Solution
  2  
2
#7
Options

Information

Helpful: 0

Views: 237

Replies: 6

Tags

VPN
IPsec