ROUTING + NAT

2001-08-05 Thread Vit Prucha
Hi all, i have a probem with routing in my network(RIP only)on Freebsd 4.3 on router with IP aa.bb.cc.11 are added aliases for device xl1 (aa.bb.cc.12,aa.bb.cc.13 ...) and internaldevice xl0 (192.168.10.254) usigng NATD mapping aa.bb.cc.12-> 192.168.10.1 and aa.bb.cc.13-> 192.168.10.2 everythi

Re: ng_one2many usage

2001-08-05 Thread Jim . Pirzyk
Nope, nor does it work when I change it to dc0 (which there is a device called dc0, but I though that was too confusing). - JimP > Jim Pirzyk wrote: > > > > So I tried to use the one2many netgraph module, but I get errors > > right away. Here is what I get: > > > > Jim.Pirzyk@snoopy:~ > > 47>

BIND 8.2.4, dynamic DNS feature is broken

2001-08-05 Thread Makoto MATSUSHITA
I've cvsup-ed recent 5-current last night. It works fine except my dynamic DNS configulation. 1) nsupdate can't read keyfile I'm using TSIG for dynamic DNS. However, it seems that nsupdate can't read my keyfile generated. Here is a sample session: % pwd /tmp/a % dnskeygen -H 128 -h -n test. Ge

Re: NFS and WAN ?

2001-08-05 Thread Bill Fumerola
On Mon, Aug 06, 2001 at 10:11:56AM +0930, Andrew Reid wrote: > > Maybe running it over something like IPSec, VPNs, etc. ? > > I use PPP over SSH when doing this sort of thing. Quick and easy. ... and absolutly horrible in times of packet loss or heavy latency. -- Bill Fumerola - security yaho

IPSec Question

2001-08-05 Thread Travis Leuthauser
I'm trying to setup a tunnel between a FreeBSD 4.4 Prerelease box and a Netopia R9100 dual ethernet router. Here's my current setup. FreeBSD box is doing nat for my private nat and is running IPFW allowing only desired ports in. Private IP = 172.16.69.1 Public IP = a.a.a.a Netopia R9100 Public

Re: Can't get sendmail to masquerade

2001-08-05 Thread Kirk Strauser
At 2001-08-05T22:16:48Z, Tony Saign <[EMAIL PROTECTED]> writes: > You need the below line in your .mc file; > FEATURE(domaintable, `hash -o /etc/mail/domaintable') > > the file domaintable would include 1 line; > kanga.int.strauser.comstrauser.com > > That should take care of it... To

Re: NFS and WAN ?

2001-08-05 Thread Andrew Reid
On 05 Aug 2001 13:41:10 +0200, Alessandro de Manzano wrote: > Encapsulating over SSH is not easy with all the different ports > needed by NFS, so what I could do ? > > Maybe running it over something like IPSec, VPNs, etc. ? I use PPP over SSH when doing this sort of thing. Quick and easy.

RE: Can't get sendmail to masquerade

2001-08-05 Thread Tony Saign
You need the below line in your .mc file; FEATURE(domaintable, `hash -o /etc/mail/domaintable') the file domaintable would include 1 line; kanga.int.strauser.com strauser.com That should take care of it... -Tony * -Original Message- * From: [EMAIL PROTECTED] * [mailto:[EMAIL PROTECTED

Can't get sendmail to masquerade

2001-08-05 Thread Kirk Strauser
I'm using sendmail 8.11.5 on a FreeBSD-STABLE (4.4-PRERELEASE) system. I use the `.int' domain for hosts on my LAN, and the domain `strauser.com' for mail to and from all hosts. My mailserver/gateway/etc., the forementioned FreeBSD server, is named `kanga.int'. I thought that getting email runn

Re: NFS and WAN ?

2001-08-05 Thread Alessandro de Manzano
On Sun, Aug 05, 2001 at 02:41:43PM +0200, David Delibasic wrote: > I'm running NFS over IPsec tunnel and it works fine.. very interesting :-) could you, please, tell me where I can find more information about setting up this ? Some examples maybe.. ;-) I know little about IPsec.. :-| Thanks

Re: NFS and WAN ?

2001-08-05 Thread Brian
yeah I was just about to say that ipsec is the most common solution for mapping this type of thing across the net. Bri - Original Message - From: "David Delibasic" <[EMAIL PROTECTED]> To: "Alessandro de Manzano" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: S

Re: PPP help!

2001-08-05 Thread Brian Somers
> I have a problem with dialing into a server. > I can dial in from a Windows system, so I know the account is working. > PPP seems to be rejecting IPX/SPX > Aug 4 01:05:51 p3 ppp[398]: tun0: Phase: Unknown protocol 0x802b (Novell IPX >Control Protocol) ppp(8) doesn't yet support IPX I'm

Re: NFS and WAN ?

2001-08-05 Thread David Delibasic
I'm running NFS over IPsec tunnel and it works fine.. D. On Sun, 5 Aug 2001, Alessandro de Manzano wrote: > Hello! > > I'm looking for a way to establish a _secure_ NFS connection in a WAN / > Internet environment. > > I know NFS is not secure from this point of view, so I would ask if > someon

NFS and WAN ?

2001-08-05 Thread Alessandro de Manzano
Hello! I'm looking for a way to establish a _secure_ NFS connection in a WAN / Internet environment. I know NFS is not secure from this point of view, so I would ask if someone have a solution. Encapsulating over SSH is not easy with all the different ports needed by NFS, so what I could do ?