sendto(sockfd, packet, (sizeof(struct ip) + sizeof(struct
udphdr)
+ payload_len), 0, (struct sockaddr *)&sin4,
(socklen_t)sizeof(struct sockaddr));
I can't figure out where the problem could be. I even don't know what
the error means or wher
second major problem?
Best regards, Stefan
___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
(socklen_t)sizeof(struct sockaddr));
return(result);
}
While using this functions I get this error on a FreeBSD system
(RELENG_6_0):
sendto: Invalid argument
If you need the whole source code you can d/l here: http://
www.seekline.net/sile.tar.gz
After building via "make" yo
indows 2003 standard edition
vmware 5.5
freebsd 6.1 release (generic kernel install; no further configuration changes)
destination:
windows 2003 server
As soon as the ping pass the firewall and will be routed (either vpn
or mpls) it seems that the rtt is only the half-way time.
best regards
S
t difference I have in the config, apart
from using FIB 1 instead of the default.
And for IPv4, I see that I get the default router through DHCP, but somehow
/sbin/dhclient-script is not adding a default route. If I add it manually, it
will be removed eventually.
Any suggestions?
Stefan
--
Stefan BethkeFon +49 151 14070811
signature.asc
Description: Message signed with OpenPGP
Hi,
On Tue, Aug 01, 2023 at 13:21 -0500, Zane C B-H wrote:
> So what is a good way to get all packets passing through that the kernel
> currently sees? Apparently any is not support on non-Linux systems and
> pflog would require adding log to all rules. Similarly only logs packets
> that match
bit that I'm missing? Or is there some
incompatibility between if_bridge and ng_ether?
Thanks,
Stefan
--
Stefan BethkeFon +49 151 14070811
___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubs
Am 16.04.2013 um 12:13 schrieb Nicolas de Bari Embriz Garcia Rojas:
> On 04/16/2013 09:31, Stefan Bethke wrote:
>> Hey,
>>
>> I'm a bit stumped getting a (FreeBSD guest) VM to use bridged networking to
>> work. The same VM works fine on a Mac OS X and an Ubun
Hi,
I have a vmware virtual server running FreeBSD 10.0 STABLE
The virtual server has 100mbps port.
It is running a Tor router, consuming an average of 6-7 TB of monthly traffic.
Its the only purpose of the server.
Last night it went down, and vmware console log was saying:
[zone: Mbuf_cluster]
hysical connection. With media
subtype "none", a 10 MBit/s half-duplex connection is established, potentially
confusing the remote end about the availability of this link. On the local
side, the link is down, so no packets are ex
Am 13.12.2011 um 03:50 schrieb YongHyeon PYUN:
> On Tue, Dec 13, 2011 at 12:56:22AM +0100, Stefan Bethke wrote:
>> I'm currently writing a driver to configure an ethernet switch chip (see
>> TL-WR1043ND on -embedded).
>>
>> I noticed that there doesn't seem
#x27;ses that are not associated with an interface. The miibus
code assumes that any PHY is attached to an MII connected to an ethernet
interfaces MAC. The switch ports are not part of the ethernet interfaces, and
their MAC configuration doesn'
Am 02.01.2012 um 22:32 schrieb Adrian Chadd:
> Hi,
>
> How about ray (or stefan, or someone :) does up a bit of a summary as
> to how zrouter uses the floatphy and other stuff in the configuration
> hints to represent all of this?
>
> Would we be better off changing th
rk as a full proxy for any phy driver looks non-trivial to me due
to the API constraints the mii framework imposes.
Stefan
--
Stefan BethkeFon +49 151 14070811
___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listin
Am 14.12.2011 um 02:16 schrieb Marius Strobl:
> On Tue, Dec 13, 2011 at 10:53:48AM -0800, YongHyeon PYUN wrote:
>> On Tue, Dec 13, 2011 at 11:04:51AM +0100, Stefan Bethke wrote:
>>> Am 13.12.2011 um 03:50 schrieb YongHyeon PYUN:
>>>
>>>> On Tue, Dec 13,
e0 nor arge1 appear to be
functional. I had to roll my own kernel config as your AR7240 hangs before
printing anything on my TL-MR3420.
dmesg and devinfo below.
Stefan
CPU platform: Atheros AR7241 rev 1
CPU Frequency=400 MHz
CPU DDR Frequency=400 MHz
CPU AHB Frequency=200 MHz
platform fre
L-WR1043ND to separate the WAN from the LAN
ports), and we have test hardware for. In short, don't commit dead code.
Having a description of the generic switch model that the API assumes and
driver-specific documentation also wouldn't hurt. (Yes, I'm volunteering.)
Stefan
support for a few chipsets in tree
> that work in sufficiently-different manners that they can be models
> for other drivers in the future.
Which is a valid approach from a vendor's viewpoint. The reason we're talking
is to try and make it easier to write a switch driver
point is that the admin has no need to change it, it's hard coded in the
driver or statically configured via hints. And for all of this discussion, I'm
using MII as a synonym for all xMII busses.
Stefan
--
Stefan BethkeFon +49 151 14070811
_
s (split devices), that would bring
down the necessary changes to just a handful of lines.
Stefan
--
Stefan BethkeFon +49 151 14070811
___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"
g with the constraints of the embedded-
> world rather than to sprinkle hacks all over the place.
Why is the above is less of a hack than making the ordering in nexus
configurable through a hint?
Stefan
--
Stefan BethkeFon +49 151 14070811
diff --git a/sys/mips/mips/nexus.c b/sys
igure it at the runtime of the kernel.
Except that it is not generally true, but only in specific configurations.
Other boards have other combinations of devices. The Atheros family of
switches is available both embedded into certain SoC as well as
ured, so I'm a bit
confused why if_bridge would not allow the auto-assignment of a link-local
address.
If you have two or more bridged interfaces now, and you enable automatic
assignment of link-local addresses, you already have multiple link-locals this
way; having th
ifconfig_tap0="up"
I've set bridge0's MAC address to avoid sillyness with a cheap desktop switch
that would get confused on reboots.
HTH,
Stefan
--
Stefan BethkeFon +49 151 14070811
___
freebsd-net@freebsd.org mailing l
should be completely removed,
since time has shown, that the init order is correct in general.
I'll remove that message (or make it conditional on "bootverbose")
unless there is opposition to this change ...
Regards, STefan
___
freebsd-n
lists.freebsd.org/mailman/listinfo/freebsd-net
> To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"
--
Best Wishes,
Stefan Lambrev
ICQ# 24134177
___
freebsd-net@freebsd.org mailing list
http://lists.free
man/listinfo/freebsd-net
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
--
Best Wishes,
Stefan Lambrev
ICQ# 24134177
___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
y ideas how I can improve things?
--
Best Wishes,
Stefan Lambrev
ICQ# 24134177
___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
is in the same second as I see no buffer space available ..
isn't this weird?
Stefan Lambrev wrote:
Greetings,
I'm experimenting with jboss4 cluster under freebsd 7 (amd64).
In my configuration I have 2 jboss instances which are in cluster and
they communicate via separate network
st that bridge can do today is just 720kpps (just incoming) vs
1000kpps with sources from few months ago.
I'm using the same hardware and same configuration so I'm not sure why
-stable is slower.
--
Best Wishes,
Stefan Lambrev
ICQ# 24134177
bye,
Ingo
___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
--
Best Wishes,
Stefan Lambrev
ICQ# 24134177
__
Andrew Thompson wrote:
On Mon, Jun 30, 2008 at 07:16:29PM +0900, Pyun YongHyeon wrote:
On Mon, Jun 30, 2008 at 12:11:40PM +0300, Stefan Lambrev wrote:
> Greetings,
>
> I just noticed, that when I add em network card to bridge the checksum
> offload is turned off.
> I
in rc.conf options also:
ifconfig_em0="polling up" #bridged interface in my conf
Steve
___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Ingo Flaschberger
___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
--
Best Wishes,
Stefan Lam
uot;[EMAIL PROTECTED]"
--
Best Wishes,
Stefan Lambrev
ICQ# 24134177
___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
ces one of
which support TX and the other does not? At least if I turn on checksum
offload
only on one of the interfaces the bridge is still working ...
Andrew Thompson wrote:
- cut -
This patch should do that, are you able to test it Stefan?
cheers,
Andrew
P.S. I saw very good results wi
Hi,
Sorry to reply to myself.
Stefan Lambrev wrote:
Hi,
May be a stupid questions, but:
1) There are zero matches of IFCAP_TOE in kernel sources .. there is
not support for TOE in 7.0, but may be this is work in progress for
8-current?
2) In #define BRIDGE_IFCAPS_MASK (IFCAP_TOE|IFCAP_TSO
1, 2008 at 12:51:42PM +0300, Stefan Lambrev wrote:
Hi,
May be a stupid questions, but:
1) There are zero matches of IFCAP_TOE in kernel sources .. there is not
support for TOE in 7.0, but may be this is work in progress for 8-current?
Yes, its in current only. Just remove IFCAP_TOE.
ot be able to do this.
After all single core seems to handle 500kpps, if we utilize four, eight
or even more cores we should be able to route 1500kpps + ?
I hope TOE once MFCed to 7-STABLE will help too?
--
Best Wishes,
Stefan Lambrev
ICQ# 241
s actually a
resource exhaustion problem.
Has anyone got any suggestions?
--
Best Wishes,
Stefan Lambrev
ICQ# 24134177
___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
t@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
--
Best Wishes,
Stefan Lambrev
ICQ# 24134177
___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/list
.
May be we should ask Jack Vogel? He will have some news probably.
-Kip
___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "[EMAIL PROTECTED]&
ng included in FreeBSD.
I can do this - I can install 8-current, patch it and put it under load
and report results, but need patches :)
I guess Paul is in the same situation ..
--
Best Wishes,
Stefan Lambrev
ICQ# 24134177
___
freebsd-net@free
ibe, send any mail to "[EMAIL PROTECTED]"
--
Best Wishes,
Stefan Lambrev
ICQ# 24134177
___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
The following reply was made to PR kern/106438; it has been noted by GNATS.
From: =?iso-8859-1?Q?=22Stefan_Kr=FCger=22?=
To: bug-follo...@freebsd.org
Cc:
Subject: Re: kern/106438: [ipf] ipfilter: keep state does not seem to allow
replies in on spar64 (and maybe others)
Date: Wed, 07 Jan 2009 0
send any mail to "freebsd-net-unsubscr...@freebsd.org"
--
Best Wishes,
Stefan Lambrev
ICQ# 24134177
___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "
oute_openvpn="10.0.0.0/18 10.0.63.255"
jail_enable="YES"
jail_set_hostname_allow="NO"
jail_sysvipc_allow="YES"
jail_devfs_enable="YES"
jail_mount_enable="YES"
jail_list="foo bar baz"
Am 14.03.2009 um 19:01 schrieb Bjoern A. Zeeb:
On Thu, 12 Mar 2009, Stefan Bethke wrote:
I'm having some trouble configuring a dual-homed jail host, running
-current from about 4 weeks ago.
...
Is there any documentation on how source addresses are selected? I
thought I remembered th
Am 14.03.2009 um 22:35 schrieb Julian Elischer:
Stefan Bethke wrote:
Am 14.03.2009 um 19:01 schrieb Bjoern A. Zeeb:
On Thu, 12 Mar 2009, Stefan Bethke wrote:
I'm having some trouble configuring a dual-homed jail host,
running -current from about 4 weeks ago.
...
Is ther
Thanks,
Stefan
--
Stefan BethkeFon +49 151 14070811
___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"
same issue as in this thread?
<http://lists.freebsd.org/pipermail/freebsd-current/2009-March/004813.html
>
HTH,
Stefan
--
Stefan BethkeFon +49 151 14070811
___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listi
quot;freebsd-net-unsubscr...@freebsd.org"
--
Best Wishes,
Stefan Lambrev
ICQ# 24134177
___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"
Hi,
On May 13, 2009, at 10:03 PM, Brett Glass wrote:
Stefan:
You are correct: This is not real security. In fact, I would argue
that it's not security at all.
But many businesses that have to maintain hotspots -- especially
some hotel chains -- are "allergic" to any
erent degrees of access to them. For example, a user might
be trapped in a "walled garden" until agreeing to an acceptable use
policy, and then redirected -- but only once -- to a specific Web
page, such as the hotel chain's reservation page.
--Brett Glass
--
Best Wishes
to both IPs - 192.168.13.12 is http balancer and
192.168.13.3 is apache server (both were restarted)
--
Best Wishes,
Stefan Lambrev
ICQ# 24134177
___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubsc
pi.c
/root/wpi/sys/modules/wpi/../../dev/wpi/if_wpi.c: In function
`wpi_firmware_get':
/root/wpi/sys/modules/wpi/../../dev/wpi/if_wpi.c:294: warning:
assignment discards qualifiers from pointer target type
*** Error code 1
Stop in /root/wpi/sys/modules/wpi.
--
Best Wishes,
Stefan La
Hi,
Thanks for the quick reply. But ...
Orum wrote:
Stefan,
I've gotten it to work on 6.2, but you need to get the patched version
(specifically made for 6.2) from this location:
http://www.bsdmon.com/download/20070121-wpi-freebsd.tar.gz
This does NOT compile on FreeBSD 6.2-stable fr
ch file or directory
This is a CURRENT as of today. Please tell me if you need more info.
Stefan
___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
freebsd 6.2 stable - em0 is i386 and bge0
is on amd64.
em0 was tested with 6.2-release too.
Thanks in advance.
--
Best Wishes,
Stefan Lambrev
ICQ# 24134177
___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Hello,
Jack Vogel wrote:
On 4/24/07, Stefan Lambrev <[EMAIL PROTECTED]> wrote:
Hello,
I'm trying to get two gigabit network cards to work together.
em0: port
0x1000-0x101f mem 0xf050-0xf051,0xf0524000-0xf0524fff irq 19 at
device 25.0 on pci0
[EMAIL PROTECTED]:25:0: cla
Hi,
Jack Vogel wrote:
-cut-
The new driver I just checked into CURRENT has this fix, I hope its
going to be in the May snapshot, Stefan, can you try CURRENT to
see if it solves your problem?
Jack
I'll need some time for this :)
But my idea was to run some benchmarks on freebsd 6.2-re
Hi again,
Jack Vogel wrote:
The new driver I just checked into CURRENT has this fix, I hope its
going to be in the May snapshot, Stefan, can you try CURRENT to
see if it solves your problem?
Jack
I have problems with loading if_em as module on 7.0-current from today:
link_elf: symbol
Jack Vogel wrote:
On 5/7/07, Stefan Lambrev <[EMAIL PROTECTED]> wrote:
Hi again,
Jack Vogel wrote:
>
> The new driver I just checked into CURRENT has this fix, I hope its
> going to be in the May snapshot, Stefan, can you try CURRENT to
> see if it solves your proble
Hi Jack,
Jack Vogel wrote:
On 5/7/07, Stefan Lambrev <[EMAIL PROTECTED]> wrote:
Hi again,
Jack Vogel wrote:
>
> The new driver I just checked into CURRENT has this fix, I hope its
> going to be in the May snapshot, Stefan, can you try CURRENT to
> see if it solves your p
between bge0 and the new server with intel card
and everything works fine.
--
Best Wishes,
Stefan Lambrev
ICQ# 24134177
___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Hi Jack,
Jack Vogel wrote:
Stefan,
I am having a long weekend and am supposed to be doing
something other than this :) However, when I get back in the office
on Tuesday I will see if I can repro this, so just to make sure, tell
me what the PCI ID of the two cards are when it fails with
Jack Vogel wrote:
On 5/29/07, Jack Vogel <[EMAIL PROTECTED]> wrote:
On 5/27/07, Jack Vogel <[EMAIL PROTECTED]> wrote:
> On 5/27/07, Stefan Lambrev <[EMAIL PROTECTED]> wrote:
> > Hi Jack,
> >
> > Jack Vogel wrote:
> > > Stefan,
> > >
>
Hi,
Jack Vogel wrote:
On 5/31/07, Stefan Lambrev <[EMAIL PROTECTED]> wrote:
Thank you very much for the help Jack :))
Unfortunately I'm off next four days and probably will not be able to
test it before Monday.
Btw any chances to have patch for releng_6 or the difference in the
dri
On Saturday 14 July 2007 21:21:32 Brian Somers wrote:
> On Sun, 22 Apr 2007 13:18:49 +0200 Stefan Ehmann <[EMAIL PROTECTED]> wrote:
> > On CURRENT, each time I stop/start vpnc a new tun device is created.
> > Since I restart vpnc every time I re-connect to the network, my ifco
Hi,
I'm seeing strange problem with sockets in state FIN_WAIT_2.
netstat -n |grep FIN_WAIT_2|wc -l
shows 12234 lines, Those sockets never die and just grow more and more,
when finally today I saw this in logs:
postfix/smtp[6968]: connect to gmail-smtp-in.l.google.com[66.249.91.27]:
Can't assig
Jack Vogel wrote:
Although I see it at least one person claims the message
came thru with only the header file, so I am going
to send if_em.c thru again.
Jack
___
freebsd-net
Hi,
I see rtfree: 0xc741ee88 has 1 refs with freebsd releng_7 (i386) from today.
I think it's easy reproducible. What I have is:
releng_7 (10.1.1.2) -> default GW (10.1.1.1)
on default GW I have route to 10.10.1.1/24 -> 10.1.1.3
so everytime when 10.1.1.2 try to contact someone from 10.10.1.1/
Hi,
Sorry to reply to myself, but I found that the problem exist only if the
GW is carp interface, e.g. 10.1.1.1 sits on carp0 on default GW.
I'm still testing how to reproduce this in my test lab and will fill a PR.
Stefan Lambrev wrote:
Hi,
I see rtfree: 0xc741ee88 has 1 refs with fr
net.inet.icmp.reply_from_interface: 0
net.inet.icmp.reply_src:
net.inet.icmp.icmplim_output: 1
net.inet.icmp.log_redirect: 0
net.inet.icmp.drop_redirect: 0
net.inet.icmp.maskfake: 0
--
Best Wishes,
Stefan Lambrev
ICQ# 24134177
___
freebsd-net@freebsd.org mailing list
http
Hi,
Yuri Pankov wrote:
On Tue, 2007-11-06 at 14:04 +0200, Stefan Lambrev wrote:
Hi,
When FreeBSD 6 act as a gatewa,y by default sends icmp type 5 redirect
when needed,
but releng_7 does not. Any ideas how to enable this on RELENG_7?
net.inet.icmp.maskrepl: 0
net.inet.icmp.icmplim: 200
Hi list,
On bridge firewall with PF can I do anything more then using
(source-track rule, max-src-conn-rate SS/ss, max-src-states X)
to protect servers&services behind it from SYN flood?
--
Best Wishes,
Stefan Lambrev
ICQ# 24134177
___
freebsd
___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
--
Best Wishes,
Stefan Lambrev
ICQ# 24134177
___
freebsd-net@freebsd.org mailing list
G_6_X now?
Let you try
http://people.yandex-team.ru/wawa/em-6.7.3-yandex-1.28.tar.gz.
We keep code synced with latest RELENG_6.
Latest feature: I have start to move m_freem/m_get away from em_start
and em_rxeof. They lock.
Truly,
--
Best Wishes,
Stefan Lambrev
ICQ# 241
Hi Vladimir,
Vladimir Ivanov wrote:
Hi, Stefan
Stefan Lambrev wrote:
Hi Vladimir,
Will http://people.yandex-team.ru/~wawa/em-6.7.3-yandex-1.28.tar.gz
work out of the box on FreeBSD 7, or it's just for 6.X?
We use (and debug) it w/RELENG_6. I seem it can be used w/CURRENT but
I didn
Hi Vladimir,
Vladimir Ivanov wrote:
Hi, Stefan
Stefan Lambrev wrote:
Hi Vladimir,
Will http://people.yandex-team.ru/~wawa/em-6.7.3-yandex-1.28.tar.gz
work out of the box on FreeBSD 7, or it's just for 6.X?
We use (and debug) it w/RELENG_6. I seem it can be used w/CURRENT but
I didn
e more permissive for this case, because there are real
uses of it, and other operating systems does allow it at the client side.
Did you check http://tools.ietf.org/html/rfc2782 ?
It is "PROPOSED STANDARD" and MS DNS in Win2003 already uses it (if you
have domain controller for example
t Regards,
Wesley Gentine
___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
--
Best Wishes,
Stefan Lambrev
ICQ# 24134177
___
Vlad GALU wrote:
On 3/20/08, Stefan Lambrev <[EMAIL PROTECTED]> wrote:
Greetings,
Wesley wrote:
> Dear people,
>
> I have 2 links on a box, and I don't want to load balance it but, only to
> reply requests in the same interface that it comes.
>
> I t
Greetings,
Eygene Ryabinkin wrote:
Stefan, good day.
Thu, Mar 20, 2008 at 03:43:44PM +0200, Stefan Lambrev wrote:
But here is working example which you can improve off course.
#dual home
pass in on $ext_if1 reply-to ($ext_if1 $gw1) from any to $external_addr1
keep state
pass out on
Greetings,
I'm little lost in this thread.
Is there a solution for the problem and is it part of RELENG_7?
If yes can someone tell me which version of which files fix this?
--
Best Wishes,
Stefan Lambrev
ICQ# 24134177
___
freebsd-net@freebs
00.00% em0
taskq
how many packets per second ?
I've seen this only during syn floods :)
Can you show the output of netstat -I em0 2 ?
--
Best Wishes,
Stefan Lambrev
ICQ# 24134177
___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.o
lags=1c
lagg2: flags=8843 metric 0 mtu
1500
options=19b
ether 00:15:17:5d:28:60
media: Ethernet autoselect
status: active
laggproto lacp
laggport: em5 flags=1c
laggport: em4 flags=1c
_______
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To uns
Greetings,
Alexander Motin wrote:
Stefan Lambrev wrote:
Yes, You can with ng_tcpmss
Isn't it doable only with ipfw/divert when using ng_tcpmss?
I have and some concerns about performance too ..
There are several ways to inject packet to ng_tcpmss:
- ipfw + divert + ng_ksocket. It shou
Ermal Luçi wrote:
On Tue, May 27, 2008 at 8:04 PM, Stefan Lambrev
<[EMAIL PROTECTED]> wrote:
Greetings,
Alexander Motin wrote:
Stefan Lambrev wrote:
Yes, You can with ng_tcpmss
Isn't it doable only with ipfw/divert when using ng_tcpmss?
I have and so
an provide boot messages (with either driver), if there is any
interest ...
Regards, STefan
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
##
#
# ping
#----
pass in quick on lo0 all
pass out quick on lo0 all
Thank you very much for any lead on how to resolve
this.
Stefan Olteanu
=
_
bridge0
linkmtu=0, maxmtu=0, curhlim=64, basereachable=30s0ms, reachable=32s,
retrans=1s0ms
Flags: auto_linklocal
Stefan
--
Stefan BethkeFon +49 151 14070811
signature.asc
Description: Message signed with OpenPGP
Am 13.01.2018 um 23:06 schrieb Stefan Bethke :
>
> Hey guys,
>
> I’m a bit stumped and are hoping for some helpful pointers.
>
> I have two machines both running a recent 11-stable (SuperMicro X11SSH-F with
> a E3-1240v6); each one is connected to one Ethernet switch thro
using create_args_ in rc.conf.
I believe that ifconfig only let’s you work with only one address family per
invocation.
Stefan
--
Stefan BethkeFon +49 151 14070811
create_args_tap0="ether 02:00:00:00:01:00"
create_args_tap1="ether 02:00:00:00:01:01"
create_args_tap
>Hi,
>
>I’m an application developer using FreeBSD for gateways on a ESXi 6 VMWare
> cluster.
>
>After rebooting the gateway all is fine, but upon ‘/etc/rc.d/netif
> restart’ some of the carp definitions/aliases on the vlan interfaces are lost
> (different ones but reproduc
Same problem is reproducible on VirtualBox. Current facts so far for losing
“carp on ‘netif restart’”
- Only virtualized env (VMWare ESXi 6, VBox – current version; not reproduced
on a PC engine hardware)
- Carp with VLAN aliases
I’m still not sure what component is responsible, but seeing the
g? It seems some months ago it was necessary to compile
the Intel driver instead of the in-tree one. I would have assumed that it would
have been integrated by now.
Stefan
--
Stefan BethkeFon +49 151 14070811
___
freebsd-net@freebsd.org mail
ld this be working? It seems some months ago it was necessary to compile
the Intel driver instead of the in-tree one. I would have assumed that it would
have been integrated by now.
Stefan
--
Stefan Bethke mailto:s...@lassitu.de>> Fon +49 151 14070811
signature.asc
Description: Message signed with OpenPGP
port 30 priority 128 path cost 2000
member: jouk flags=143
ifmaxaddr 0 port 29 priority 128 path cost 2000
member: tap2 flags=143
ifmaxaddr 0 port 9 priority 128 path cost 200
member: vlan100 flags=143
ifmaxaddr 0 port 12 prio
client] device: CLOSE event in state UP
It' must be something with the 'pc1' thing, but I have no idea what
it is. Reading the RFC now, but I hope someone on the list knows more
about this.
Thanks!
Stefan
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-net" in the body of the message
1 - 100 of 130 matches
Mail list logo