From owner-freebsd-bugs@freebsd.org Mon Dec 12 20:40:04 2016 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C5619C6E5DE for ; Mon, 12 Dec 2016 20:40:04 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AB80BA30 for ; Mon, 12 Dec 2016 20:40:04 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id uBCKe4PN026504 for ; Mon, 12 Dec 2016 20:40:04 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 215256] Problem with natd + carp Date: Mon, 12 Dec 2016 20:40:04 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: 11.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: dipdill@hotmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Dec 2016 20:40:04 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D215256 Bug ID: 215256 Summary: Problem with natd + carp Product: Base System Version: 11.0-RELEASE Hardware: amd64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: misc Assignee: freebsd-bugs@FreeBSD.org Reporter: dipdill@hotmail.com CC: freebsd-amd64@FreeBSD.org CC: freebsd-amd64@FreeBSD.org I'm not really sure where this bug fits as it is a problem with natd/carp. I have 2 router systems that I just upgraded from 10.3 to 11.0. Both just basic installs running natd and carp. When I have the 2 systems up and running one is master and the other is in backup status. The natd on the backup system is still somehow impacting traffic. If I go into the backup system and do a /etc/rc.d/natd stop... traffic starts to flow thru the master system again. All of my other systems point to the carp vip 192.168.32.1 as their default gateway. The natd is configured on the carp vip of 10.140.241.5. Here is my configs. If there is anything else that you need to help troubleshoot this... please let me know. Thanks Don Master rc.conf: ifconfig_em1=3D"inet 192.168.32.111 netmask 255.255.248.0" ifconfig_em1_alias0=3D"inet vhid 111 pass ch@ng3m3 alias 192.168.32.1/21" ifconfig_em2=3D"inet 10.140.241.3 netmask 255.255.255.240" ifconfig_em2_alias0=3D"inet vhid 120 pass ch@ng3m3 alias 10.140.241.5/28" defaultrouter=3D"10.140.241.2" gateway_enable=3D"YES" firewall_enable=3D"YES" firewall_logging=3D"YES" firewall_type=3D"open" firewall_script=3D"/etc/ipfw.rules" natd_enable=3D"YES" natd_interface=3D"10.140.241.5" natd_flags=3D"-f /etc/natd.conf" Master natd.conf: port 8668 alias_address 10.140.241.5 log_denied yes deny_incoming no use_sockets yes same_ports no log_ipfw_denied yes Backup rc.conf: ifconfig_em1=3D"inet 192.168.32.112 netmask 255.255.248.0" ifconfig_em1_alias0=3D"inet vhid 111 advskew 50 pass ch@ng3m3 alias 192.168.32.1/21" ifconfig_em2=3D"inet 10.140.241.4 netmask 255.255.255.240" ifconfig_em2_alias0=3D"inet vhid 120 advskew 50 pass ch@ng3m3 alias 10.140.241.5/28" defaultrouter=3D"10.140.241.2" gateway_enable=3D"YES" firewall_enable=3D"YES" firewall_logging=3D"YES" firewall_type=3D"open" firewall_script=3D"/etc/ipfw.rules" natd_enable=3D"YES" natd_interface=3D"10.140.241.5" natd_flags=3D"-f /etc/natd.conf" Backup natd.conf: port 8668 alias_address 10.140.241.5 log_denied yes deny_incoming no use_sockets yes same_ports no log_ipfw_denied yes --=20 You are receiving this mail because: You are the assignee for the bug.=