Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Feb 2011 20:20:10 GMT
From:      "Vladislav V. Prodan" <universite@ukr.net>
To:        freebsd-net@FreeBSD.org
Subject:   Re: kern/154557: [tcp] Freeze tcp-session of the clients, if in the gateway is used quagga
Message-ID:  <201102072020.p17KKAWN019930@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/154557; it has been noted by GNATS.

From: "Vladislav V. Prodan" <universite@ukr.net>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: kern/154557: [tcp] Freeze tcp-session of the clients, if in the
 gateway is used quagga
Date: Mon, 07 Feb 2011 22:13:58 +0200

 #cat /etc/rc.conf
 fsck_y_enable="YES"
 background_fsck="YES"           # Attempt to run fsck in the background
 where po
 background_fsck_delay="60"      # Time to wait (seconds) before starting
 the fsc
 zfs_enable="YES"
 hostname="bgp.nextonmarket.com"
 ifconfig_re0_alias0="inet XXX.YYY.202.1/23"
 ifconfig_re0_alias1="inet XXX.YYY.202.2/23"
 ifconfig_re0_alias2="inet 192.168.1.100"
 sshd_enable="YES"
 gateway_enable="YES"
 ipv6_enable="YES"
 ipv6_gateway_enable="YES"
 ipv6_ifconfig_re0="2001::3/64 alias"
 ipv6_ifconfig_re0_alias0="2001::5"
 ipv6_ifconfig_re0_alias1="2001::200"
 ipv6_ifconfig_re0_alias2="2001::201"
 quagga_enable="YES"
 quagga_flags="-d -A 127.0.0.1"
 quagga_daemons="zebra bgpd"
 ntpdate_enable="YES"
 ntpdate_flags="ua.pool.ntp.org"
 ntpd_enable="YES"
 ifconfig_re0_ipv6="RTADV"
 rtadvd_enable="YES"
 rtadvd_interfaces="re0"
 ifconfig_re1_alias1="192.168.115.177/24"
 ifconfig_re2_alias0="ether 00:23:69:15:62:A8"
 ifconfig_re2_alias1="DHCP"
 bsdstats_enable="YES"
 bsnmpd_enable="YES"
 webmin_enable="YES"
 mpd_enable="YES"
 named_enable="YES"
 nginx_enable="YES"
 firewall_enable="YES"
 firewall_logging="YES"
 firewall_type="UNKNOWN"
 firewall_script="/etc/ipfw/ipfw.conf"
 
 
 Really need to do NAT for each real IP?
 
 
 
 -- 
 Vladislav V. Prodan
 VVP24-UANIC
 +38[067]4584408
 +38[099]4060508
 vlad11@jabber.ru



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201102072020.p17KKAWN019930>