Archie Cobbs <[EMAIL PROTECTED]> wrote on 01-11-02 00:14:06:
>
>Thomas Gielfeldt writes:
>> So you probably have to filter via netgraph?
>
>This can be done with ng_bpf(4).
>
>-Archie
>
>__
>Archie Cobbs * Packet Design
Thomas Gielfeldt writes:
> So you probably have to filter via netgraph?
This can be done with ng_bpf(4).
-Archie
__
Archie Cobbs * Packet Design * http://www.packetdesign.com
To Unsubscribe: send mail to [EM
Thomas Gielfeldt <[EMAIL PROTECTED]> wrote on 26-10-02 20:22:15:
Hi
I have now finally bridged my two networks over the internet using vtun + netgraph.
+--+
| Cisco Router | ---
Thomas Gielfeldt writes:
> I have gotten them all to work, and all hosts can see each other. There's only one
>thing which
> doesn't work... Broadcast packets...
Of course, because broadcast packets are not routed.
You might try configuring both sides to be on the same subnet (but
with non-confl
gosh there are almost too many ways to do this..
I use mpd, connected by a UDP tunnel over IPSEC
I use mpd for it's multilink capability, and have multiple UDP
tunnels, connected via different ISPs, so if one goes down
it only degrades my link rather than cutting it..
On Sat, 26 Oct 2002, Thomas
Hi
I'm trying to set up a VPN connection between two freebsd gateways.
What I want to do is to setup a connection between the two gateways, so that all the
hosts on the
two networks are connected to each other, as if they physically were on one network.
Below is a schematic of my network setup