diff --git a/.gitignore b/.gitignore
index f98133b..32eb1fe 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-SOURCES/kronosnet-1.24.tar.gz
+SOURCES/kronosnet-1.25.tar.gz
diff --git a/.kronosnet.metadata b/.kronosnet.metadata
index 8931b73..e9738c6 100644
--- a/.kronosnet.metadata
+++ b/.kronosnet.metadata
@@ -1 +1 @@
-3e653668f59bc6d9eeb876cbe840b1080161c11c SOURCES/kronosnet-1.24.tar.gz
+76421d7954a007b3aca9b0dfd80cf033c5981d3a SOURCES/kronosnet-1.25.tar.gz
diff --git a/SPECS/kronosnet.spec b/SPECS/kronosnet.spec
index 882ab29..5d9ed7c 100644
--- a/SPECS/kronosnet.spec
+++ b/SPECS/kronosnet.spec
@@ -1,7 +1,7 @@
 ###############################################################################
 ###############################################################################
 ##
-##  Copyright (C) 2012-2021 Red Hat, Inc.  All rights reserved.
+##  Copyright (C) 2012-2023 Red Hat, Inc.  All rights reserved.
 ##
 ##  This copyrighted material is made available to anyone wishing to use,
 ##  modify, copy, or redistribute it subject to the terms and conditions
@@ -82,8 +82,8 @@
 
 Name: kronosnet
 Summary: Multipoint-to-Multipoint VPN daemon
-Version: 1.24
-Release: 2%{?dist}
+Version: 1.25
+Release: 1%{?dist}
 License: GPLv2+ and LGPLv2+
 URL: http://www.kronosnet.org
 Source0: http://www.kronosnet.org/releases/kronosnet-%{version}.tar.gz
@@ -525,7 +525,11 @@ Requires: libnozzle1%{_isa} = %{version}-%{release}
 %endif
 
 %changelog
-* Wed Jul 27 2022 Christine Caulfield <ccaulfie@redhat.com> - 1.24-2
+* Mon Jan 16 2023 Christine Caulfield <ccaulfie@redhat.com> - 1.25-1
+  Rebase to 1.25 for PMTUd fixes
+  Resolves: rhbz#2161172
+
+  * Wed Jul 27 2022 Christine Caulfield <ccaulfie@redhat.com> - 1.24-2
   Don't run nozzle_up_down tests, as they don't work in RH CI
   Resolves: rhbz#2024095