matthew c. mead wrote:
On Sun, Dec 22, 2002 at 08:16:28AM +1000, Steve Baxter wrote:
Check out the duplex setting on the ethernet ports. Use
'ifconfig' and 'netstat -I dev -w 1' on FreeBSD
ifconfig fxp0:
fxp0: flags=8843 mtu 1500
inet 192.168.1.99 netmask 0xff00 broadcast 192.168.1.2
> > http://isber.ucsb.edu/~randall/firewall/redundant/
>
> Cold failover, right? Existing PPTP sessions aren't taken over
> by the second machine if the first goes down, right?
correct. if a machine dies freevrrpd simply reassigns the slave machine to the
virtual IP/MAC, in which case a new PPTP
Sorry to follow-up to my own message, but using a FreeBSD
4.6.2-RELEASE box with the Linux box works just fine. It uses an
xl0 instead of an fxp0.
I've done a sysctl -a on each box. Here's the differences.
Anything look suspicious?
Thanks.
-matt
--- sysctl Sat Dec 21 17:43:49 2002
+++
On Sun, Dec 22, 2002 at 08:16:28AM +1000, Steve Baxter wrote:
> Check out the duplex setting on the ethernet ports. Use
> 'ifconfig' and 'netstat -I dev -w 1' on FreeBSD
ifconfig fxp0:
fxp0: flags=8843 mtu 1500
inet 192.168.1.99 netmask 0xff00 broadcast 192.168.1.255
inet6 fe8
Check out the duplex setting on the ethernet ports. Use
'ifconfig' and 'netstat -I dev -w 1' on FreeBSD
and
'ifconfig', 'mii-tool' and 'cat /proc/net/dev' on Linux
Any sort of errors may lead to this sort of behaviour. You need to match
the hosts to the switch port they are connected to.
SB
I have a Linux box and FreeBSD box sitting on a 100Mbit ethernet
segment that cannot seem to talk to one another faster than
150K/s. I've been using scp, ftp, http, to test this.
A Windows box on the same segment can send/receive at 6MB/s with
either box, but for some reason the FreeBSD box and L
randall ehren wrote:
> it's a bit of a work-in-progress, but if anyone is interested in setting up
> freebsd as a bridging ipfilter firewall + pptp vpn server, in rc.diskless2
> mode, along with the option of having a redundant failover machine:
>
> http://isber.ucsb.edu/~randall/firewall/redunda