Re: Firewall/IP-masquerading

2000-09-06 Thread Willi Dyck
on Tue, Sep 05, 2000 at 12:59:25PM -0700, Nate Amsden sent 1.1K bytes on their merry way: not sure what kernels your using but: I am using kernel 2.2.16. I'm using 2.2.17 (woody) - i've never gotten MASQ to work with DNS on 2.2 i've always had to put a DNS on the masq machine and

Re: Firewall/IP-masquerading

2000-09-06 Thread Willi Dyck
Nate Amsden [EMAIL PROTECTED] writes: not sure what kernels your using but: - i've never gotten MASQ to work with DNS on 2.2 i've always had to put a DNS on the masq machine and point machines to it instead, this was not the case in 2.0 where it was able to masq without any trouble.

Re: Firewall/IP-masquerading

2000-09-06 Thread Gary Hennigan
Willi Dyck [EMAIL PROTECTED] writes: Willi Dyck wrote: Hi. I don't understand the world (Debian)anymore. As soon as I compile things like - ip firewalling - ip masquerading - ip forwarding into the kernel, I can't ping any host by it's name. I am able to

Firewall/IP-masquerading

2000-09-05 Thread Willi Dyck
Hi. I don't understand the world (Debian)anymore. As soon as I compile things like - ip firewalling - ip masquerading - ip forwarding into the kernel, I can't ping any host by it's name. I am able to ping IP's. Seems like a DNS Lookup failure. But why?? I didn't changed any file I only compiled

Re: Firewall/IP-masquerading

2000-09-05 Thread Nate Amsden
not sure what kernels your using but: - i've never gotten MASQ to work with DNS on 2.2 i've always had to put a DNS on the masq machine and point machines to it instead, this was not the case in 2.0 where it was able to masq without any trouble. try putting a DNS on yer masq box and point

Re: Firewall/IP-masquerading

2000-09-05 Thread Spinfire Magenta
on Tue, Sep 05, 2000 at 12:59:25PM -0700, Nate Amsden sent 1.1K bytes on their merry way: not sure what kernels your using but: I'm using 2.2.17 (woody) - i've never gotten MASQ to work with DNS on 2.2 i've always had to put a DNS on the masq machine and point machines to it instead, this

Re: Firewall/IP-masquerading

2000-09-05 Thread Gary Hennigan
Nate Amsden [EMAIL PROTECTED] writes: not sure what kernels your using but: - i've never gotten MASQ to work with DNS on 2.2 i've always had to put a DNS on the masq machine and point machines to it instead, this was not the case in 2.0 where it was able to masq without any trouble. Hmm.

Re: Firewall/IP-masquerading

2000-09-05 Thread Alvin Oga
hi ya.. what flags do you have set in your linux-2.2.*/.config file ??? what is the generic rules you have in your /etc/rc.firewall have fun linuxing alvin On Tue, 5 Sep 2000, Nate Amsden wrote: not sure what kernels your using but: - i've never gotten MASQ to work with DNS on 2.2 i've

Re: Firewall/IP-masquerading

2000-09-05 Thread Nate Amsden
Alvin Oga wrote: hi ya.. what flags do you have set in your linux-2.2.*/.config file ??? the ones that apply to firewalls/networking: CONFIG_PACKET=y CONFIG_FIREWALL=y CONFIG_FILTER=y CONFIG_UNIX=y CONFIG_INET=y CONFIG_IP_FIREWALL=y CONFIG_IP_MASQUERADE=y CONFIG_IP_MASQUERADE_ICMP=y