On Tue, Apr 27, 2004 at 10:19:59PM -0500, Steven N. Fettig wrote:
S> I know this is possible using a Cisco router with two or dual CSU/DSU's
S> for data T1's, but I am struggling to figure out how to get this to work
S> with FreeBSD:
S> I have a Sangoma Dual T1 (CSU/DSU) card in a FreeBSD box I
I know this is possible using a Cisco router with two or dual CSU/DSU's
for data T1's, but I am struggling to figure out how to get this to work
with FreeBSD:
I have a Sangoma Dual T1 (CSU/DSU) card in a FreeBSD box I want to use
as the router and firewall for. Global Crossing has provided me
Hi,
On Tue, Apr 27, 2004 at 10:05:43PM +0300, Ruslan Ermilov wrote:
> Have the raw IP code set csum_flags |= CSUM_UDP (and set csum_data
> correctly) in m->m_pkthdr, if ip_p == IPPROTO_UDP && uh_csum == 0.
> Do the same thing for IPPROTO_TCP.
Like I said, I'm willing to tackle this in the kernel,
On Tue, Apr 27, 2004 at 06:09:01PM +0200, Mark Santcroos wrote:
> * I'm sending UDP packets on a raw socket.
>
> * iphdr->ip_src.s_addr = INADDR_ANY;
> So I don't know the IP address that will be used as src address.
> So as far as I can see, I have a problem generating the checksum in
> use
On Apr 27, 2004, at 12:09 PM, Mark Santcroos wrote:
* I'm sending UDP packets on a raw socket.
* iphdr->ip_src.s_addr = INADDR_ANY;
So I don't know the IP address that will be used as src address.
The kernel ought to pick the src address of the interface the packet
will be sent from according t
* I'm sending UDP packets on a raw socket.
* iphdr->ip_src.s_addr = INADDR_ANY;
So I don't know the IP address that will be used as src address.
So as far as I can see, I have a problem generating the checksum in
userspace.
Suggestion:
Would it make sense that if:
sysctl net.udp.checksum=1
At Tue, 27 Apr 2004 10:16:25 +0200,
Heinz Knocke wrote:
>
> Hi!
>
> Thanks in advance for all the support for me you priveded. Now I'm looking
> for some modern statistics on whats is going now in the global Internet
> (some main backbones), specially TCP. Special subjects of interests are:
> - h
I looks like removing the promisc and autosrc messages to ngeth0 fixed part of
it. That is the only modification I made from what I have pasted so far. I
still had to add the upper hooks up of the ngeth0 device to the bridge for it
to work. When I set this up with more than one virtual interface
Hi,
I'm working on a system giving access with pptp to our network.
I'd like to move the users from the /etc/ppp/ppp.sercet and have
them in a radius server. I have build a test setup but it fails
the authentication using radius. If i debug it seems ppp sends
a radius paket without a username a
Hi!
Thanks in advance for all the support for me you priveded. Now I'm looking
for some modern statistics on whats is going now in the global Internet
(some main backbones), specially TCP. Special subjects of interests are:
- how many packets are being sent per ...
- how many of them contain inter
On Mon, Apr 26, 2004 at 11:22:43AM -0700, David Yeske wrote:
> I made another attempt with netgraph and I think I'm almost there, but I'm
> still having some issues. I found a linux solution called veth
> http://www.geocities.com/nestorjpg/veth/ which might do the job, but I would
> prefer to use
11 matches
Mail list logo