Re: VPN / Bridge

2006-01-27 Thread Bob Kersten
Hi, On 25-jan-2006, at 11:57, Fabian Keil wrote: [EMAIL PROTECTED] ~ #ifconfig gif0 tunnel 1.2.3.4 5.6.7.8 up [EMAIL PROTECTED] ~ #ifconfig bridge0 create [EMAIL PROTECTED] ~ #ifconfig bridge0 addm ndis0 addm gif0 up [EMAIL PROTECTED] ~ #ifconfig bridge0 bridge0: flags=8043 mtu 1500 eth

Re: VPN / Bridge

2006-01-26 Thread Bob Kersten
Hi, On 26-jan-2006, at 13:54, Fabian Keil wrote: gif0 was created with 'ifconfig gif0 create', I just forgot to copy and paste it. I get the "Operation not permitted" error only when I haven't enough privileges: [EMAIL PROTECTED] ~ $ifconfig bridge0 addm gif0 ifconfig: BRDGADD gif0: Operation

Re: VPN / Bridge

2006-01-26 Thread Bob Kersten
Hi, ATM I don't use a VPN therefore I can't give you a known to work step-by-step solution. However I couldn't reproduce your problem on 6.0 with the following commands: [EMAIL PROTECTED] ~ #ifconfig gif0 tunnel 1.2.3.4 5.6.7.8 up [EMAIL PROTECTED] ~ #ifconfig bridge0 create [EMAIL PROTECTED] ~

VPN / Bridge

2006-01-24 Thread Bob Kersten
Hello, I've been trying to create a tunnel/bridge between two networks which both reside behind a FreeBSD router using NAT. I've achieved it using the handbook example in chapter 14.10. Clients on network A are able to ping clients on network B and clients on network A are able to map sam