RE: MASQUERADE problem

2001-10-24 Thread Dave Smith


 -Original Message-
 From: Luc MAIGNAN [mailto:[EMAIL PROTECTED]]

 On the router, I have done the following :

 iptables -t nat -A POSTROUTING -o ppp0 -j MASQUERADE
 iptables -t nat -A PREROUTING -i eth0 -j REDIRECT

you don't want the redirect rule at all. The redirect makes all connections
try to connect to the localhost. So if you were to try to ping
www.debian.org, the pings would be redirected to the localhost. This is not
what you want I assume. :)

Also, someone already mentioned that you need to make sure that
/proc/sys/net/ipv4/ip_forward contains 1

ie, echo 1  /proc/sys/net/ipv4/ip_forward

Good Luck,

Dave


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




FreeRADIUS, starting ISP learning curve

2001-10-24 Thread Jeff Waugh

Hi all,

So, I'm beginning the ISP learning curve. I have to get my head around
RADIUS, and I've been looking at FreeRADIUS given Russell's recommendation.
I'll be interfacing with a couple of PM3s.

Where's a good place to read up on this from a beginner's perspective? The
documentation is reference material rather than descriptive.

[ Both portslave (using this on another project, but need radius anyway) and
freeradius backported pretty nicely. ]

- Jeff

-- 
   I believe in true love. But I am easily satisfied. - Miguel de Icaza   


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Intro - Design, Engineering, Manufacturing, and more

2001-10-24 Thread Igoework.com Inc.

Please allow us to introduce ourselves,

Igoework.com is represented by a group that includes:

- Talented engineers(Mechanical and Electrical)
- Software solutions(CAD, FEA)
- Manufacturing vendors (Castings, Sheet Metal, Plastics, SLA, etc)
- Technical placement   (Direct placement of talent)

Our company has put together all these resources to bring you a complete
integrated solution to all of your technical needs. Our engineers are
experienced with Pro/Engineer and Solidworks suite of products. Also, our
Electrical engineers are prepared to handle any type of project. In
addition, we supervise the quality and delivery  of all of our
manufacturing from proven and qualified vendors. Our software and
technical placement solutions will be introduced depending on your needs. 

More information is available from our website.

We would appreciate your consideration or referral to any interested
party. Please contact us at your convenience.

Best Regards,

Manuel Paez, President
Igoework.com Inc.
http://www.igoework.com
Cell: 847-477-1367
Fax: 847-745-0348 
Illinois, USA

Confidentiality Note: This message is confidential and intended only for
the use of the addressee(s) named above. It may contain legally privileged
material. Dissemination, distribution or copying of this message, other
than by such addressee(s), is strictly prohibited. If you have received
this message in error, please immediately notify us by reply and delete
this message and all its attachments.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Project 2000 on Debian (under Wine) ?

2001-10-24 Thread Thedore Knab


 I am looking for a Linux based tool that is designed to help manage a variety of 
projects. This tool needs to be able to schedule and track tasks, and interface with 
Outlook clients. Anybody know one? 

--
GNU PGP public key
http://www.annapolislinux.org/docs/public_key/GnuPG.txt
-
Ted Knab


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Project 2000 on Debian (under Wine) ?

2001-10-24 Thread Nick Jennings

On Wed, Oct 24, 2001 at 03:14:07PM -0400, Thedore Knab wrote:
 
  I am looking for a Linux based tool that is designed to help manage a 
 variety of projects. This tool needs to be able to schedule and track 
 tasks, and interface with Outlook clients. Anybody know one? 
 

 I don't know of any linux based (and open source) program that interfaces
 with outlook.

-- 
  Nick Jennings


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




New MASQUERADE problem

2001-10-24 Thread Luc MAIGNAN

Hi all, one more time,


sorry for this so basic problem, but I really need to make it works.

This my configuration and my problem : 

Config : 

* a router with a ADSL modem connected to internet using RP-PPPOE, doing 
masquerading ...
* a pc which trying to connecting to the internet. The default gateway is 
configured with the router

Problem : 

* if the pc pings the external internet address of the router, it works fine 
(ping succedded)
* if the pc tries to ping a host on the internet from its name : the 
corresponding ip address is found immediately (so dns of my isp is reached), 
but it cannot ping the address.
A TRACEROUTE gives the gateway address (my router), and after only '*'

What can be happen ?

Thanks a lot for your help. I really need it

Best regards


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Project 2000 on Debian (under Wine) ?

2001-10-24 Thread Jeff Waugh

quote who=Thedore Knab

 I am looking for a Linux based tool that is designed to help manage a
 variety of projects. This tool needs to be able to schedule and track
 tasks

MrProject from CodeFactory (codefactory.se) is kicking arse at the moment;
perhaps you could pitch in and help out?

 and interface with Outlook clients. Anybody know one? 

Interface with Outlook? Ain't going to happen. Unless everything is done via
iCal, etc. I don't believe Project and Oulook use this as their primary
interface on Windows anyway. You won't be getting this feature any time
soon.

- Jeff

-- 
   A rest with a fermata is the moral opposite of the fast food
   restaurant with express lane. - James Gleick, Faster


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




RE: MASQUERADE problem

2001-10-24 Thread James
iptables is the latest packet filter for the 2.4.x series of kernels.

ipchains is for 2.2.x.

It has some speed and feature improvements.

iptables/netfilter website: http://netfilter.filewatcher.org/
netfilter FAQ: http://netfilter.filewatcher.org/netfilter-faq.html

- James

-Original Message-
From: Michael Jager [mailto:[EMAIL PROTECTED]
Sent: Tuesday, October 23, 2001 5:32 AM
To: debian-isp@lists.debian.org
Subject: Re: MASQUERADE problem


Not an answer to the problem, just a question. What's the difference between
iptables and ipchains?

Michael


on 23.10.2001 9:54 PM, someone claiming to be Michael R. Schwarzbach
[EMAIL PROTECTED] said:

 Luc MAIGNAN wrote:

 Hi all,

 I've installed a router with linux (a pc with an internet connection). I
 would like share this connection with the others pc on my network,  but
it
 doesn't work. COuld anyone help me ?


 two things:

 1.) Have you checked /proc/sys/net/ipv4/ip_forward?
 This must be set to 1, otherwise the router won't route any packet

 2.) I don't know, what you wanna do with your chains...
 My Masquerading chains (and these of many others) look a bit different:

 iptables -t nat -A POSTROUTING -i eth0 -s 10.0.0.0/24 -j MASQUERADE

 This should do it for Masqueradng the other PCs.



 This my config :

 eth0 (10.0.0.1) connected to internet
 eth1 (192.168.0.1) connected to the rest of my lan

 on my second pc (192.168.0.12), i've defined the default gateway as
 192.168.0.1.

 On the router, I have done the following :

 iptables -t nat -A POSTROUTING -o ppp0 -j MASQUERADE
 iptables -t nat -A PREROUTING -i eth0 -j REDIRECT

 When the pc tries to ping an address on the internet, there is a message
 'network unreachable'

 What shall I do to make it work ?

 Best regards






--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact
[EMAIL PROTECTED]




RE: MASQUERADE problem

2001-10-24 Thread Dave Smith

 -Original Message-
 From: Luc MAIGNAN [mailto:[EMAIL PROTECTED]

 On the router, I have done the following :

 iptables -t nat -A POSTROUTING -o ppp0 -j MASQUERADE
 iptables -t nat -A PREROUTING -i eth0 -j REDIRECT

you don't want the redirect rule at all. The redirect makes all connections
try to connect to the localhost. So if you were to try to ping
www.debian.org, the pings would be redirected to the localhost. This is not
what you want I assume. :)

Also, someone already mentioned that you need to make sure that
/proc/sys/net/ipv4/ip_forward contains 1

ie, echo 1  /proc/sys/net/ipv4/ip_forward

Good Luck,

Dave




FreeRADIUS, starting ISP learning curve

2001-10-24 Thread Jeff Waugh
Hi all,

So, I'm beginning the ISP learning curve. I have to get my head around
RADIUS, and I've been looking at FreeRADIUS given Russell's recommendation.
I'll be interfacing with a couple of PM3s.

Where's a good place to read up on this from a beginner's perspective? The
documentation is reference material rather than descriptive.

[ Both portslave (using this on another project, but need radius anyway) and
freeradius backported pretty nicely. ]

- Jeff

-- 
   I believe in true love. But I am easily satisfied. - Miguel de Icaza   




Intro - Design, Engineering, Manufacturing, and more

2001-10-24 Thread Igoework.com Inc.
Please allow us to introduce ourselves,

Igoework.com is represented by a group that includes:

- Talented engineers(Mechanical and Electrical)
- Software solutions(CAD, FEA)
- Manufacturing vendors (Castings, Sheet Metal, Plastics, SLA, etc)
- Technical placement   (Direct placement of talent)

Our company has put together all these resources to bring you a complete
integrated solution to all of your technical needs. Our engineers are
experienced with Pro/Engineer and Solidworks suite of products. Also, our
Electrical engineers are prepared to handle any type of project. In
addition, we supervise the quality and delivery  of all of our
manufacturing from proven and qualified vendors. Our software and
technical placement solutions will be introduced depending on your needs. 

More information is available from our website.

We would appreciate your consideration or referral to any interested
party. Please contact us at your convenience.

Best Regards,

Manuel Paez, President
Igoework.com Inc.
http://www.igoework.com
Cell: 847-477-1367
Fax: 847-745-0348 
Illinois, USA

Confidentiality Note: This message is confidential and intended only for
the use of the addressee(s) named above. It may contain legally privileged
material. Dissemination, distribution or copying of this message, other
than by such addressee(s), is strictly prohibited. If you have received
this message in error, please immediately notify us by reply and delete
this message and all its attachments.




Project 2000 on Debian (under Wine) ?

2001-10-24 Thread Thedore Knab

 I am looking for a Linux based tool that is designed to help manage a variety 
of projects. This tool needs to be able to schedule and track tasks, and 
interface with Outlook clients. Anybody know one? 

--
GNU PGP public key
http://www.annapolislinux.org/docs/public_key/GnuPG.txt
-
Ted Knab




Re: Project 2000 on Debian (under Wine) ?

2001-10-24 Thread Nick Jennings
On Wed, Oct 24, 2001 at 03:14:07PM -0400, Thedore Knab wrote:
 
  I am looking for a Linux based tool that is designed to help manage a 
 variety of projects. This tool needs to be able to schedule and track 
 tasks, and interface with Outlook clients. Anybody know one? 
 

 I don't know of any linux based (and open source) program that interfaces
 with outlook.

-- 
  Nick Jennings




New MASQUERADE problem

2001-10-24 Thread Luc MAIGNAN
Hi all, one more time,


sorry for this so basic problem, but I really need to make it works.

This my configuration and my problem : 

Config : 

* a router with a ADSL modem connected to internet using RP-PPPOE, doing 
masquerading ...
* a pc which trying to connecting to the internet. The default gateway is 
configured with the router

Problem : 

* if the pc pings the external internet address of the router, it works fine 
(ping succedded)
* if the pc tries to ping a host on the internet from its name : the 
corresponding ip address is found immediately (so dns of my isp is reached), 
but it cannot ping the address.
A TRACEROUTE gives the gateway address (my router), and after only '*'

What can be happen ?

Thanks a lot for your help. I really need it

Best regards




Re: Project 2000 on Debian (under Wine) ?

2001-10-24 Thread Jeff Waugh
quote who=Thedore Knab

 I am looking for a Linux based tool that is designed to help manage a
 variety of projects. This tool needs to be able to schedule and track
 tasks

MrProject from CodeFactory (codefactory.se) is kicking arse at the moment;
perhaps you could pitch in and help out?

 and interface with Outlook clients. Anybody know one? 

Interface with Outlook? Ain't going to happen. Unless everything is done via
iCal, etc. I don't believe Project and Oulook use this as their primary
interface on Windows anyway. You won't be getting this feature any time
soon.

- Jeff

-- 
   A rest with a fermata is the moral opposite of the fast food
   restaurant with express lane. - James Gleick, Faster