IP masquerading doesn't work on linux-image-2.6.24-etchnhalf.1-686

2009-06-26 Thread Justin Jereza
bug=401482 this is a bug in linux-image-2.6.18-6-k7. The problem is, IP masquerading doesn't work when booting the etchnhalf kernel. Is there any way to fix this? Attached is my dmesg and iptables rules, if that information is required. Thanks! Initializing cgroup subsys cpuset Linux

Re: IP masquerading

2004-12-09 Thread joebosak
Many thanks for all these replies. I've now got it working now so that another Debian box and a Mac can both connect through the Debian gateway. The thing I was doing wrong was in setting the gateway on the other network machines. Like not doing it on the Debian one [doh!] and mixing up proxy

Re: IP masquerading

2004-12-09 Thread Sergio Basurto Juarez
--- Matt Zagrabelny <[EMAIL PROTECTED]> wrote: > > > iptables -t nat -A POSTROUTING -o ethx -j SNAT > --to > > ppp_address > > this is the wrong approach for a dialup where you > would get a dynamic > ip. use masquerading instead. (this will always work > regardless of your > external ip assign

Re: IP masquerading

2004-12-09 Thread Matt Zagrabelny
> iptables -t nat -A POSTROUTING -o ethx -j SNAT --to > ppp_address this is the wrong approach for a dialup where you would get a dynamic ip. use masquerading instead. (this will always work regardless of your external ip assigned from the ISP) do the following commands: # iptables -t nat -A PO

Re: IP masquerading

2004-12-08 Thread Claude Brisson
sarge, and built a new kernel with > > lots of the networking > > options built in. > > > > I've tried to set up IP masquerading so I can use my > > Debian PC as a router > > to a [dialup] ISP. The Debian machine has a serial > > modem and an ethern

Re: IP masquerading

2004-12-08 Thread Sergio Basurto Juarez
--- [EMAIL PROTECTED] wrote: > I wonder if someone could help please! > > I've upgraded to sarge, and built a new kernel with > lots of the networking > options built in. > > I've tried to set up IP masquerading so I can use my > Debian PC as a router

Re: IP masquerading

2004-12-08 Thread Paul Johnson
On Wednesday 08 December 2004 1:09 pm, [EMAIL PROTECTED] wrote: > Once connected to the ISP, the Debian machine can ping the IP address > of its modem and get a response, and canload web pages. But other > machines get nothing when I try. Did you install the ipmasq package as well? -- Paul

IP masquerading

2004-12-08 Thread joebosak
I wonder if someone could help please! I've upgraded to sarge, and built a new kernel with lots of the networking options built in. I've tried to set up IP masquerading so I can use my Debian PC as a router to a [dialup] ISP. The Debian machine has a serial modem and an ethernet

Re: ip masquerading

2004-11-17 Thread Jon Dowland
On Tue, 16 Nov 2004 19:04:16 -0800, Daniel Asarnow <[EMAIL PROTECTED]> wrote: > Thanks for the advice. It looks like I'll be at this for a while...if > I can't make any headway with it, I'll ask for more help > > Thanks again, As a basis for your rules I recommend http://www.netfilter.org/docume

Re: ip masquerading

2004-11-16 Thread Daniel Asarnow
Thanks for the advice. It looks like I'll be at this for a while...if I can't make any headway with it, I'll ask for more help Thanks again, da On Tue, 16 Nov 2004 03:11:38 -0600, Yusuf <[EMAIL PROTECTED]> wrote: > Your firewall rules look, uh, ugly, meaning, not meant for human eyes. > You sh

Re: ip masquerading

2004-11-16 Thread Yusuf
Your firewall rules look, uh, ugly, meaning, not meant for human eyes. You should try to isolate your problem from bottom to top: Try a minimalistic firewall. Just for testing, of course, as this is totally insecure: # Clear all rules /sbin/iptables -F; /sbin/iptables -t nat -F; /sbin/iptables

Re: ip masquerading

2004-11-12 Thread Daniel Asarnow
Here's the output of iptables -L -v -t nat: Chain PREROUTING (policy ACCEPT 0 packets, 0 bytes) pkts bytes target prot opt in out source destination Chain POSTROUTING (policy ACCEPT 1 packets, 60 bytes) pkts bytes target prot opt in out source

Re: ip masquerading

2004-11-11 Thread Dave Ewart
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thursday, 11.11.2004 at 07:57 +, Alan Chandler wrote: > On Thursday 11 November 2004 03:03, Daniel Asarnow wrote: > > > The complete output of iptables -L is here: www.boxbattle.com/iptables.txt > > A bit long... > > I don't know what its doi

Re: ip masquerading

2004-11-10 Thread Alan Chandler
On Thursday 11 November 2004 03:03, Daniel Asarnow wrote: > The complete output of iptables -L is here: www.boxbattle.com/iptables.txt > A bit long... I don't know what its doing either - some things to check:- - There is a long list of IP networks which its doing something with (accepting or r

ip masquerading

2004-11-10 Thread Daniel Asarnow
Hey all, I have set up my debian box as a firewall/router for my home network (using firehol to actually make the firewall). Everything seems to be working just fine, except that the computers behind the firewall box can only access some websites. They can perform succesful DNS lookups on any sit

Re: Initializing IP Masquerading...IP Masquerade has not been enabled in the kernel.

2002-10-18 Thread Rob Weir
On Thu, Oct 17, 2002 at 10:16:55AM -0400, Jim Hribar wrote: > Installed ipmasq (apt-get install ipmasq) and it does not seem to be > working. The error message that puzzles me is: > > Initializing IP Masquerading...IP Masquerade has not been enabled in the > kernel. >

Re: How to setup IP Masquerading client

2002-06-30 Thread Mark Roach
On Sun, 2002-06-30 at 20:59, Romel Sandoval wrote: > Thank to all who help me with my IP Addresses problem > > Now I have successfuly configured an IP Masquerading linux gateway, of > course with the 192.168.0.1 IP. I know its working correctly because I > have a windows machine as

How to setup IP Masquerading client

2002-06-30 Thread Romel Sandoval
Thank to all who help me with my IP Addresses problem Now I have successfuly configured an IP Masquerading linux gateway, of course with the 192.168.0.1 IP. I know its working correctly because I have a windows machine as client getting the Internet from this linux gateway. But I dont know what

Re: Update - RE: rc.local in debian (was: Ip Masquerading)

2002-06-05 Thread David Z Maze
"Ronald Castillo" <[EMAIL PROTECTED]> writes: > Just to update something new I have found out.. I tried pinging my ADSL > router and my brotherĀ“s PC from my Linux box and it doesn't work either, > but it did work from my Windows PC when I had it connected directly to > my ADSL router. So, now I'm f

Update - RE: rc.local in debian (was: Ip Masquerading)

2002-06-05 Thread Ronald Castillo
for your assistance so far.. Ronald Castillo -Original Message- From: Vineet Kumar [mailto:[EMAIL PROTECTED] Sent: martes, 04 de junio de 2002 2:26 To: debian-user@lists.debian.org Subject: Re: rc.local in debian (was: Ip Masquerading) * Colin Watson ([EMAIL PROTECTED]) [020603 16:51]: >

RE: rc.local in debian (was: Ip Masquerading)

2002-06-05 Thread Ronald Castillo
far.. Ronald Castillo -Original Message- From: Vineet Kumar [mailto:[EMAIL PROTECTED] Sent: martes, 04 de junio de 2002 2:26 To: debian-user@lists.debian.org Subject: Re: rc.local in debian (was: Ip Masquerading) * Colin Watson ([EMAIL PROTECTED]) [020603 16:51]: > On Mon, Jun 03, 2002 a

Re: rc.local in debian (was: Ip Masquerading)

2002-06-04 Thread prover
2 2:26 AM Subject: Re: rc.local in debian (was: Ip Masquerading) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: rc.local in debian (was: Ip Masquerading)

2002-06-04 Thread prover
2 1:50 AM Subject: Re: rc.local in debian (was: Ip Masquerading) > On Mon, Jun 03, 2002 at 11:49:54PM +0200, Ronald Castillo wrote: > > I was thinking that I should configure my secondary LAN card (the one > > that connects to my "internal" network) in the /etc/network/inter

Re: rc.local in debian (was: Ip Masquerading)

2002-06-03 Thread Vineet Kumar
* Colin Watson ([EMAIL PROTECTED]) [020603 16:51]: > On Mon, Jun 03, 2002 at 11:49:54PM +0200, Ronald Castillo wrote: > > I was thinking that I should configure my secondary LAN card (the one > > that connects to my "internal" network) in the /etc/network/interfaces > > card, but I don't know what

Re: rc.local in debian (was: Ip Masquerading)

2002-06-03 Thread Colin Watson
On Mon, Jun 03, 2002 at 11:49:54PM +0200, Ronald Castillo wrote: > I was thinking that I should configure my secondary LAN card (the one > that connects to my "internal" network) in the /etc/network/interfaces > card, but I don't know what to place there. I have already configured > the LAN card t

RE: rc.local in debian (was: Ip Masquerading)

2002-06-03 Thread Ronald Castillo
world" without problems. I would really appreciate any help about this. Thanks a lot for helping me so far.. Ronald Castillo -Original Message- From: Colin Watson [mailto:[EMAIL PROTECTED] On Behalf Of Colin Watson Sent: lunes, 03 de junio de 2002 13:16 To: debian-user@lists.debian

Re: rc.local in debian (was: Ip Masquerading)

2002-06-03 Thread Karl E. Jorgensen
On Mon, Jun 03, 2002 at 03:08:56AM -0500, Elizabeth Barham wrote: > I made my own entitled "local" in /etc/init.d by copying > /etc/init.d/skeleton to /etc/init.d/local, added what I needed it to > do in the start section, and created a softlink to it in rc2.d > entitled S99local. > > I don't know

Re: rc.local in debian (was: Ip Masquerading)

2002-06-03 Thread Colin Watson
On Mon, Jun 03, 2002 at 03:08:56AM -0500, Elizabeth Barham wrote: > I made my own entitled "local" in /etc/init.d by copying > /etc/init.d/skeleton to /etc/init.d/local, added what I needed it to > do in the start section, and created a softlink to it in rc2.d > entitled S99local. > > I don't know

Re: rc.local in debian (was: Ip Masquerading)

2002-06-03 Thread Elizabeth Barham
o" <[EMAIL PROTECTED]> writes: > Hello. > > Thanks to you all for your suggestions for trying to connect my Linux > box to my Windows one via serial port, but after trying some things and > not being able to make it work I decided to try to do that via network > cards. &g

Ip Masquerading

2002-06-03 Thread Ronald Castillo
Hello. Thanks to you all for your suggestions for trying to connect my Linux box to my Windows one via serial port, but after trying some things and not being able to make it work I decided to try to do that via network cards. On the IP Masquerading HOWTO it says I have to edit my "/etc

Re: IP Masquerading

2001-08-08 Thread Bruce Sass
On Tue, 7 Aug 2001, Vineet Kumar wrote: > * [EMAIL PROTECTED] ([EMAIL PROTECTED]) [010807 10:35]: > > What is a good program for Windows 98 that will allow me to set up IP > > Masquerading to share my internet connection with some Linux boxes? > > > The Right Way to do th

Re: IP Masquerading

2001-08-08 Thread Vineet Kumar
* [EMAIL PROTECTED] ([EMAIL PROTECTED]) [010807 10:35]: > What is a good program for Windows 98 that will allow me to set up IP > Masquerading to share my internet connection with some Linux boxes? > The Right Way to do this is to make one of the Linux machines do the masquerade. A w

Re: IP Masquerading

2001-08-07 Thread P Kirk
set up IP >Masquerading to share my internet connection with some Linux boxes? > >-- Deven > > >-- >To UNSUBSCRIBE, email to [EMAIL PROTECTED] >with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] -- Patrick "No sig in my .sig" Kirk GSM: +44 7876 560 646 ICQ: 42219699

IP Masquerading

2001-08-07 Thread JakeCatfox
What is a good program for Windows 98 that will allow me to set up IP Masquerading to share my internet connection with some Linux boxes? -- Deven

Re: IP Masquerading: no connection to external network

2001-06-22 Thread Brendon
On Saturday 23 June 2001 01:37, you wrote: > On Sat, Jun 23, 2001 at 01:22:37AM +0200, Brendon wrote: > > On Saturday 23 June 2001 01:11, Joost Kooij wrote: > > > How did you setup masquerading, did you install ipmasq.deb or did > > > you try everything by hand? > > > > I used the mini howto on www

Re: IP Masquerading: no connection to external network

2001-06-22 Thread Joost Kooij
On Sat, Jun 23, 2001 at 01:22:37AM +0200, Brendon wrote: > On Saturday 23 June 2001 01:11, Joost Kooij wrote: > > How did you setup masquerading, did you install ipmasq.deb or did > > you try everything by hand? > > I used the mini howto on www.linuxnewbie.org next to the Masquerading HOWTO. > th

Re: IP Masquerading: no connection to external network

2001-06-22 Thread Brendon
echo " - Enabling dynamic addressing measures" # echo "1" > /proc/sys/net/ipv4/ip_dynaddr # Enable simple IP forwarding and Masquerading # # NOTE: In IPTABLES speak, IP Masquerading is a form of SourceNAT or SNAT. # # NOTE #2: The following is an

Re: IP Masquerading: no connection to external network

2001-06-22 Thread Joost Kooij
On Sat, Jun 23, 2001 at 12:45:18AM +0200, Brendon wrote: > 'fraid it had no affect. the syslogs on both machines show nothing out of the > ordinary either How did you setup masquerading, did you install ipmasq.deb or did you try everything by hand? Cheers, Joost

Re: IP Masquerading: no connection to external network

2001-06-22 Thread Brendon
On Saturday 23 June 2001 00:35, you wrote: > On Fri, Jun 22, 2001 at 11:56:52PM +0200, Brendon wrote: > > Gateway: external ip 195.38.200.201 internal ip 192.162.0.1 > > Laptop: internal ip 192.162.0.2 > > desktop:.. > > > > the gateway is able to access the net and the laptop. > > the laptop i

Re: help with IP Masquerading, 2.4 kernel

2001-04-30 Thread Dan Christensen
"Dwayne C. Litzenberger" <[EMAIL PROTECTED]> writes: > Turn on forwarding: > > echo "1" >/proc/sys/net/ipv4/ip_forward That's already done. As I said, I can connect to remote systems through the firewall machine, and data flows back and forth. It's just that it freezes up within a couple of mi

Re: help with IP Masquerading, 2.4 kernel

2001-04-29 Thread Dwayne C. Litzenberger
Oh yeah, instead, you can edit /etc/network/options and change: ip_forward=no to ip_foward=yes Then, either run "/etc/init.d/networking restart", or reboot the system. -- Dwayne C. Litzenberger - [EMAIL PROTECTED] pgp6ccRNFlCig.pgp Description: PGP signature

Re: help with IP Masquerading, 2.4 kernel

2001-04-29 Thread Dwayne C. Litzenberger
Turn on forwarding: echo "1" >/proc/sys/net/ipv4/ip_forward -- Dwayne C. Litzenberger - [EMAIL PROTECTED] pgphUNIWDB0hH.pgp Description: PGP signature

help with IP Masquerading, 2.4 kernel

2001-04-27 Thread Dan Christensen
My main machine, scratchy, is connected to the net using PPPOE (PPP over ethernet) over DSL. I have another machine, cheddar, connected to a second ethernet card on scratchy with an ethernet crossover cable. I am trying to using netfilter (iptables) to masquerade cheddar behind scratchy, and it i

Re: Ip masquerading help

2001-02-21 Thread Guilherme Barile
> Check your routing table with 'route -n'. > Do you have a route on the Linux router machine that looks like this? -- > > Destination Gateway GenmaskIface > 200.189.192.144 0.0.0.0 255.255.255.248eth1 I guess the problem is on the ipmasq rules. I'll put thr

Re: Ip masquerading help

2001-02-20 Thread Matthew Dalton
Guilherme Barile wrote: > >From a computer in the 10.0.0.x network I can ping the internet (via ADSL) > and any computer on the 10.0.1.x network (vice versa for the computers on > the 10.0.1.x net) BUT, i cannot access the servers connected to NIC2 (eth1) > directly I need some special rule fo

Re: Ip masquerading help

2001-02-20 Thread Anthony Fox
"Guilherme Barile" <[EMAIL PROTECTED]> writes: > Hello debian users. > I am having the following ip masquerading issue: > > 1) I have four networks in my office > > 200.189.194.144 (netmask 255.255.255.248) - internet servers > > 10.0.0.x (netmask 255.2

Ip masquerading help

2001-02-20 Thread Guilherme Barile
Hello debian users. I am having the following ip masquerading issue: 1) I have four networks in my office 200.189.194.144 (netmask 255.255.255.248) - internet servers 10.0.0.x (netmask 255.255.255.0) - internal network 10.0.1.x (netmask 255.255.255.0) - other internal network 200.217.207.129

Re: IP masquerading

2000-12-10 Thread Willy Lee
Debian, but is this still true? I do not have this > package installed, but I am doing IP masquerading on my 2.2 > installation just by making a script to execute on boot from the > commands: > ipchains -P forward DENY ipchains -A forward -i ppp0 -j MASQ echo 1 > > /pro

Re: IP masquerading (Using IPMASQ package)

2000-12-10 Thread Kyle Peterson
ssage - From: "Willy Lee" <[EMAIL PROTECTED]> To: Sent: Sunday, December 10, 2000 7:18 PM Subject: Re: IP masquerading > "Kyle" == Kyle Peterson <[EMAIL PROTECTED]> writes: > > > I was reading the IP masq how-to and it shows how to setup ipchains >

Re: IP masquerading

2000-12-10 Thread Dwight Johnson
his still true? I do not have this package installed, but I am doing IP masquerading on my 2.2 installation just by making a script to execute on boot from the commands: ipchains -P forward DENY ipchains -A forward -i ppp0 -j MASQ echo 1 > /proc/sys/net/ipv4/ip_forward after launching my pppd (dial on demand). Perhaps there are different ways to do it. Dwight

Re: IP masquerading

2000-12-10 Thread Willy Lee
"Kyle" == Kyle Peterson <[EMAIL PROTECTED]> writes: > I was reading the IP masq how-to and it shows how to setup ipchains > in a rc.firewall file. From what I gather, debian uses a different > boot system. How would I make the rc.firewall for a debian system? > I am new to debian, I am used to u

Re: IP masquerading - another approach

2000-12-10 Thread Ed Kear
At 11:20 AM 12/10/00 +0100, Leen Besselink wrote: On Sun, 10 Dec 2000, Sebastiaan wrote: > Hi, > > you can make a script and put it in /etc/init.d and make a link to one of > the /etc/rcX.d. With the number (like S40firewall) you can set the > priority. > As an alternative, in Debian you have a

Re: IP masquerading

2000-12-10 Thread Leen Besselink
On Sun, 10 Dec 2000, Sebastiaan wrote: > Hi, > > you can make a script and put it in /etc/init.d and make a link to one of > the /etc/rcX.d. With the number (like S40firewall) you can set the > priority. > As an alternative, in Debian you have a /etc/rc.boot where you can put > files which must be

Re: IP masquerading

2000-12-10 Thread Sebastiaan
Hi, you can make a script and put it in /etc/init.d and make a link to one of the /etc/rcX.d. With the number (like S40firewall) you can set the priority. As an alternative, in Debian you have a /etc/rc.boot where you can put files which must be started at boottime (but not after a init 1; init 2)

Re: IP masquerading

2000-12-10 Thread Nate Amsden
Kyle Peterson wrote: > > I was reading the IP masq how-to and it shows how to setup ipchains in a > rc.firewall file. From what I gather, debian uses a different boot system. > How would I make the rc.firewall for a debian system? I am new to debian, I > am used to using redhat. i usually make

IP masquerading

2000-12-10 Thread Kyle Peterson
I was reading the IP masq how-to and it shows how to setup ipchains in a rc.firewall file. From what I gather, debian uses a different boot system. How would I make the rc.firewall for a debian system? I am new to debian, I am used to using redhat.

Re: Workstation and IP-Masquerading -> newbieDoc?

2000-11-13 Thread will trillich
On Sun, Nov 12, 2000 at 11:00:59AM -0800, Michael Smith wrote: > I just set up a masquerade box at work in about 1.5 hours (from scratch) with > Debian. Just make your box with two nics, configure one nic for your outside > connection, configure the other for 192.168.0.1, and then install the ipma

Re: Workstation and IP-Masquerading

2000-11-12 Thread Michael Smith
r here running all the time > I was thinking to enable IP-Masquerading on one of them and build a > firewall on it as well. It will be running Samba too. Nevertheless I'd like to > continue using these PC's as Workstations. > > Does that seem to be a useful approach? I wou

Re: Workstation and IP-Masquerading

2000-11-11 Thread C. Falconer
is is that things are easier all-round. At 11:02 AM 11/11/00 +0100, you wrote: Hi, I have two PC's at home and would like to share my internet connection (DSL) between them. As I don't want a third computer here running all the time I was thinking to enable IP-Masquerading on one

Re: Workstation and IP-Masquerading

2000-11-11 Thread mike
On Sat, 11 Nov 2000 11:02:14 +0100, Robert Kasunic said: > Hi, > > I have two PC's at home and would like to share my internet connection > (DSL) between them. As I don't want a third computer here running all the > time > I was thinking to enable IP-Masqueradin

Workstation and IP-Masquerading

2000-11-11 Thread Robert Kasunic
Hi, I have two PC's at home and would like to share my internet connection (DSL) between them. As I don't want a third computer here running all the time I was thinking to enable IP-Masquerading on one of them and build a firewall on it as well. It will be running Samba too. Nevertheles

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 fir

Re: Firewall/IP-masquerading

2000-09-06 Thread 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'

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 mac

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 CON

Re: Firewall/IP-masquerading

2000-09-05 Thread Alvin Oga
> 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.

Re: Firewall/IP-masquerading

2000-09-05 Thread Gary Hennigan
try putting a DNS on yer masq box and point everything to it. Yikes! That's not a trivial task and it's of questionable value given what I'm able to do, as stated above. > Willi Dyck wrote: > > > > Hi. > > > > I don't understand the world (Debi

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 Nate Amsden
and point everything to it. nate 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 a

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

Re: Newbie needs help with IP-Masquerading

2000-08-09 Thread Jason Quigley
A list of steps you've already performed would be useful in order to pinpoint where things are going wrong. Cheers, Jason. --On Wednesday, August 9, 2000 6:22 -0500 Jason Schepman <[EMAIL PROTECTED]> wrote: HELP!! I can't get IPMASQ working. I've recompiled my kernel to add MASQ support a

Re: Newbie needs help with IP-Masquerading

2000-08-09 Thread Ron Rademaker
What does it say when you do: ipchains -L Ron Rademaker On Wed, 9 Aug 2000, Jason Schepman wrote: > HELP!! I can't get IPMASQ working. I've recompiled my kernel to add MASQ > support and I'm pretty sure that I got it right. I've read through the > HOW-TO but I had problems following along (I

Newbie needs help with IP-Masquerading

2000-08-09 Thread Jason Schepman
HELP!! I can't get IPMASQ working. I've recompiled my kernel to add MASQ support and I'm pretty sure that I got it right. I've read through the HOW-TO but I had problems following along (I think it was written with BSD in mind.not Sys5). Anywaysany ideas or suggestions would be helpful.

Re: ip masquerading on debian slink

2000-05-26 Thread Tom Furie
On Fri, May 26, 2000 at 01:32:42PM -0700, Pann McCuaig wrote: > 2.0.x kernels don't use ipchains, but its predecessor, whose name > escapes me at the moment. That would be ipfwadm. Cheers, Tom -- The University of California Statistics Department; where mean is normal, and deviation standard.

Re: ip masquerading on debian slink

2000-05-26 Thread Pann McCuaig
On Fri, Nov 24, 2000 at 02:09, Brad Reid wrote: > hello i've got a LAN setup and would like a linux box on it to be a > gateway. the LAN works fine but it is a class C network and i would > like to enable ip masquerading on the linux box (debian slink). > i'm having two pr

ip masquerading on debian slink

2000-05-26 Thread Brad Reid
hello i've got a LAN setup and would like a linux box on it to be a gateway. the LAN works fine but it is a class C network and i would like to enable ip masquerading on the linux box (debian slink). i'm having two problems: 1. debian distributions don't compile ip masquerading

Re: Defalut kernel and ip masquerading

2000-05-26 Thread Ron Rademaker
I guess there's some kind of module somewhere that should be loaded in (using modprobe). Ron Rademaker On Fri, 26 May 2000 [EMAIL PROTECTED] wrote: > > > Someone on this list wrote recently wondering if > they would need to recompile their kernel inorder > to get ip

Defalut kernel and ip masquerading

2000-05-26 Thread ulla . russell
Someone on this list wrote recently wondering if they would need to recompile their kernel inorder to get ip masquerading working. They are using a stock kernel version 2.0.38 that came with slink and said that when they executed the command... /sbin/ipfwadm -F -p deny they got the

Re: Defalut kernel and ip masquerading

2000-05-26 Thread Stan Kaufman
[EMAIL PROTECTED] wrote: > > Someone on this list wrote recently wondering if > they would need to recompile their kernel inorder > to get ip masquerading working. > > They are using a stock kernel version 2.0.38 that > came with slink and said that when they executed the &g

Re: IP Masquerading, SSH, and X

2000-04-04 Thread Dave Sherohman
Beavis said: > ok, is it possible to open a x-windows interface through a ssh connection > from a remote location all on static IP's? Yes. > more specifically, start x from a ssh client on another system. > > if so, please don't just say it is possible, but explain how ssh to the other box. En

Re: IP Masquerading, SSH, and X

2000-04-04 Thread aphro
to my machine at work from beavis >home beavis >> > and all works well as long as I stay within the console session. beavis >However, beavis >> > I'm on a dialup line (no DSL yet...) and use IP masquerading, which beavis >appears beavis >> > to preve

Re: IP Masquerading, SSH, and X

2000-04-04 Thread Beavis
-- just a guy from a small town trying to learn something > > I'm currently set up such that I can ssh into my machine at work from home > > and all works well as long as I stay within the console session. However, > > I'm on a dialup line (no DSL yet...) and use IP masq

Re: ip masquerading

2000-04-02 Thread Peter Ross
On Fri, Mar 31, 2000 at 06:48:19PM +0200, Philip Lehman wrote: > > I'm trying to set up IP masquerading on a slink/potato box which is > supposed to route the traffic on my home LAN over an ISDN dial-up > line. I have to admit that I have no experience with advanced > net

ip masquerading

2000-03-31 Thread Philip Lehman
I'm trying to set up IP masquerading on a slink/potato box which is supposed to route the traffic on my home LAN over an ISDN dial-up line. I have to admit that I have no experience with advanced networking of this kind. I read the IP masquerading HOWTO. It suggests a sample "rc.firewa

Re: IP Masquerading, SSH, and X

2000-03-31 Thread Oswald Buddenhagen
> I'm currently set up such that I can ssh into my machine at work from home > and all works well as long as I stay within the console session. However, > I'm on a dialup line (no DSL yet...) and use IP masquerading, which appears > to prevent X clients on my work box fr

IP Masquerading, SSH, and X

2000-03-31 Thread Dave Sherohman
I'm currently set up such that I can ssh into my machine at work from home and all works well as long as I stay within the console session. However, I'm on a dialup line (no DSL yet...) and use IP masquerading, which appears to prevent X clients on my work box from connecting to the X s

IP masquerading - connections persist too long

2000-02-03 Thread Oliver Elphick
I have recently switched my ISDN card to a firewall machine, running kernel 2.2.13 and slink. I am now finding that connections remain open for up to 10 minutes. I think that the masquerading part of the kernel has opened them in order to fulfil connection requests, but is not closing them when th

Weird Routing/IP-Masquerading issue

1999-11-29 Thread Stephen Pitts
even as I speak, fetchmail on orwell is blocking on the connect() call because it cannot establish a TCP connection with the outside world. I'm totally bewildered. Twenty minutes from now, it could work fine. Instead of using the ipmasq package, I setup the network and some special IP-Masqueradin

2.3x and IP masquerading

1999-10-15 Thread David Natkins
Marcin If you are ready to live dangerously, I would suggest you join the the Linux Kernel mailing list, [EMAIL PROTECTED] They should steer you in the right direction. -- David Natkins Email to: [EMAIL PROTECTED] Fax to: (718) 488-1780 Phone: (718) 403-2474

Re: ipchains ip-masquerading configutation

1999-10-05 Thread Mark Brown
On Tue, Oct 05, 1999 at 09:12:51AM -0600, [EMAIL PROTECTED] wrote: > I would like to know if there is a standard place to put the ipchains > commands for ip masquerading so they get executed at boot time. For now, > I stuck them in /etc/init.d/bootmisc.sh but if there is a more

Re: ipchains ip-masquerading configutation

1999-10-05 Thread Jean-Yves BARBIER
On Tue, Oct 05, 1999 at 09:12:51AM -0600, [EMAIL PROTECTED] wrote: > Greetings: > > I would like to know if there is a standard place to put the ipchains > commands for ip masquerading so they get executed at boot time. For now, > I stuck them in /etc/init.d/bootmisc.sh but if

ipchains ip-masquerading configutation

1999-10-05 Thread markzimm
Greetings: I would like to know if there is a standard place to put the ipchains commands for ip masquerading so they get executed at boot time. For now, I stuck them in /etc/init.d/bootmisc.sh but if there is a more customary location for them I want to put them there so that they don&#

ip masquerading rules

1999-06-28 Thread Mario Olimpio de Menezes
m all 192.168.10.0/24 0.0.0.0/0n/a --- And the ipfwadm -M -ln is: IP masquerading entries prot expire source destination ports udp 04:57.47 192.168.10.13xxx.xxx.xx.5 137 (61046) -> 137 udp 00:19.32 192.1

Re: ip masquerading/port forwarding

1999-06-27 Thread Matthew Gregan
On Sun, Jun 27, 1999 at 12:24:03AM -0400, Paul Miller wrote: > I'm using Debian/unstable and kernel v2.2.10. I have a ip masquerading > Linux box setup and working. I'd like to configure ports 137 to 139 of an > internal machine to act as ports 20137 to 20139 on the external

ip masquerading/port forwarding

1999-06-27 Thread Paul Miller
I'm using Debian/unstable and kernel v2.2.10. I have a ip masquerading Linux box setup and working. I'd like to configure ports 137 to 139 of an internal machine to act as ports 20137 to 20139 on the external interface of the Linux box. I.e., the internal ip address sent from th

RE: Samba/Windows/etc over IP Masquerading

1999-06-26 Thread Paul Miller
ing all the security rules and that helps. -Paul -Original Message- From: Marc MacIntyre [mailto:[EMAIL PROTECTED] Sent: Friday, June 25, 1999 6:40 PM To: [EMAIL PROTECTED] Subject: Samba/Windows/etc over IP Masquerading Paul, I saw your post on the mailing list, and am fac

samba/win95 network over ip-masquerading

1999-06-25 Thread Paul Miller
I'm running Debian/Linux "potato" kernel 2.2.10 with Samba 2.0.4b and I'm trying to setup a Linux box to masquerade and allow browsing across the Linux box. Currently, IP Masquerading is working and I'm using the default Debian auto-configuration. More specifically, I

Re: IP Masquerading

1999-06-14 Thread Lex Chive
On Mon, Jun 14, 1999 at 07:47:36AM +0100, [EMAIL PROTECTED] wrote: > Is there any Debian specific documentation on IP Masquerading? I've read > the mini how-to, but debian seems to have this extra /etc/ipmasq.conf file > so I'm looking foe the correct way to configure deb

Re: IP Masquerading

1999-06-14 Thread Gertjan Klein
On Mon, 14 Jun 1999 07:47:36 +0100, [EMAIL PROTECTED] wrote: >Is there any Debian specific documentation on IP Masquerading? I've read >the mini how-to, but debian seems to have this extra /etc/ipmasq.conf file >so I'm looking foe the correct way to configure debian IP Mas

IP Masquerading

1999-06-14 Thread rnewton3
Is there any Debian specific documentation on IP Masquerading? I've read the mini how-to, but debian seems to have this extra /etc/ipmasq.conf file so I'm looking foe the correct way to configure debian IP Masquerading before I start asking any stupid questions. If there isn'

  1   2   >