[newbie] XDMCP and Firewall

2003-06-03 Thread Chris Parman
Hello,

I just installed Mandrake 9.0 and setup my ADSL
modem. I have two NIC's and setup internet sharing
with respect to several machines behind my Linux box
(Mandrake 9.0). The problem is when the firewall is
on (With no services to the Outside) and the Security
set to Standard, I cannot use Exceed (On my Windows
box) to login to my Linux box (Mandrake 9.0). If I
turn off the Firewall, then Exceed works fine. My
question is: How can I have both Firewall on and the
ability to use Exceed on the Windows box ? Thank you
in advance for your help.

Best Regards,

Chris Parman 


__
Do you Yahoo!?
Yahoo! Calendar - Free online calendar with sync to Outlook(TM).
http://calendar.yahoo.com

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] XDMCP and Firewall

2003-06-03 Thread Derek Jennings
On Monday 02 Jun 2003 4:05 pm, Chris Parman wrote:
 Hello,

 I just installed Mandrake 9.0 and setup my ADSL
 modem. I have two NIC's and setup internet sharing
 with respect to several machines behind my Linux box
 (Mandrake 9.0). The problem is when the firewall is
 on (With no services to the Outside) and the Security
 set to Standard, I cannot use Exceed (On my Windows
 box) to login to my Linux box (Mandrake 9.0). If I
 turn off the Firewall, then Exceed works fine. My
 question is: How can I have both Firewall on and the
 ability to use Exceed on the Windows box ? Thank you
 in advance for your help.

 Best Regards,

 Chris Parman

By default the shorewall firewall will block traffic from the Internet (net) 
to the firewall (fw), and also from the local network (masq) to the firewall.

You could easily open up the specific port needed by Exceed (23), or else you 
can open up all services to the local network.

To open all services to the local net edit the file /etc/shorewall/policy  It 
is well documented and you will easily understand it.
Add the line
masqfw  ACCEPT

There should also be a
fw masqACCEPT



To selectively open individual ports edit /etc/shorewall/rules and add the 
lines, (or add the port name/number to an existing line)
ACCEPT  masqfw  tcp ssh
ACCEPT  masqfw  udp ssh

If you want applications on the firewall to access services on the local net 
you will need corresponding lines for
ACCEPT  fw masq tcp  and so on

For detailed documentation on shorewall see www.shorewall.net

After making any changes enter
shorewall restart
in a root terminal.

After making edits to the shorewall files do not use the Mandrake GUI again. 
It will likely overwrite your changes.
If you prefer using a GUI there is one in the webmin package for shorewall
(to use webmin 'urpmi webmin' in a root terminal, then https:localhost:1 
in a browser)

HTH

derek

-- 
--
www.jennings.homelinux.net


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] XDMCP and Firewall

2003-06-03 Thread Chris Parman
Thank you so much, Derek. Your suggestion worked
wonderfully. Ideally, what I wanted to accomplish is
to grant port access to the local LAN side and keep
everything blocked on the Internet side.

-Chris

--- Derek Jennings [EMAIL PROTECTED] wrote:
 On Monday 02 Jun 2003 4:05 pm, Chris Parman wrote:
  Hello,
 
  I just installed Mandrake 9.0 and setup my
 ADSL
  modem. I have two NIC's and setup internet sharing
  with respect to several machines behind my Linux
 box
  (Mandrake 9.0). The problem is when the firewall
 is
  on (With no services to the Outside) and the
 Security
  set to Standard, I cannot use Exceed (On my
 Windows
  box) to login to my Linux box (Mandrake 9.0). If I
  turn off the Firewall, then Exceed works fine. My
  question is: How can I have both Firewall on and
 the
  ability to use Exceed on the Windows box ? Thank
 you
  in advance for your help.
 
  Best Regards,
 
  Chris Parman
 
 By default the shorewall firewall will block traffic
 from the Internet (net) 
 to the firewall (fw), and also from the local
 network (masq) to the firewall.
 
 You could easily open up the specific port needed by
 Exceed (23), or else you 
 can open up all services to the local network.
 
 To open all services to the local net edit the file
 /etc/shorewall/policy  It 
 is well documented and you will easily understand
 it.
 Add the line
 masq  fw  ACCEPT
 
 There should also be a
 fw masqACCEPT
 
 
 
 To selectively open individual ports edit
 /etc/shorewall/rules and add the 
 lines, (or add the port name/number to an existing
 line)
 ACCEPTmasqfw  tcp ssh
 ACCEPTmasqfw  udp ssh
 
 If you want applications on the firewall to access
 services on the local net 
 you will need corresponding lines for
 ACCEPTfw masq tcp  and so on
 
 For detailed documentation on shorewall see
 www.shorewall.net
 
 After making any changes enter
 shorewall restart
 in a root terminal.
 
 After making edits to the shorewall files do not use
 the Mandrake GUI again. 
 It will likely overwrite your changes.
 If you prefer using a GUI there is one in the webmin
 package for shorewall
 (to use webmin 'urpmi webmin' in a root terminal,
 then https:localhost:1 
 in a browser)
 
 HTH
 
 derek
 
 -- 
 --
 www.jennings.homelinux.net
 
 
  Want to buy your Pack or Services from
MandrakeSoft?
 
 Go to http://www.mandrakestore.com
 


__
Do you Yahoo!?
Yahoo! Calendar - Free online calendar with sync to Outlook(TM).
http://calendar.yahoo.com

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] XDMCP and Firewall

2003-06-02 Thread Chris Parman
I prematurely sent this post before I could actually
type anything. I have since then sent the intended
post afterwards (With the same subject).

--- Stephen Kuhn [EMAIL PROTECTED] wrote:
 On Sun, 2003-06-01 at 14:55, Chris Parman wrote:
  Hello,
 
 Hello is the wrong approach to writing a program.
 The start of a
 program, or email, or anything else that has
 pertinence is:
 
 #!/bin/bash
 
 SO, if you wanted to start a conversation, you could
 start with:
 
 -
 #!/bin/bash
 if
   for x = 1 through 10
   converse
   grep | conversation meaning  /dev/null
   next x
 fi
 -
 
 ...or at least that's how we start conversations
 with pink haired women.
 (grin)
 
 FLAME AWAY!
 
 ...anyways, HELLO back at ya, and welcome to the
 Mandrake Psycho List!
 (Er, Mandrake Newbie List)
 
 -- 
 Sun Jun  1 20:40:00 EST 2003
  20:40:00 up 2 days,  5:49,  3 users,  load average:
 0.19, 0.17, 0.10

-
 |____  |kuhn media australia
|
 |   /-oo /| |'-.  
 |http://kma.0catch.com   |
 |  .\__/ || |   | 
 ||
 |   _ /  `._ \|_|_.-'  |stephen kuhn
|
 |  | /  \__.`=._) (_   | email:
 [EMAIL PROTECTED] |

-
  linux user #:267497 linux machine #:194239 * MDK
 9.1  RH 7.3  
  Mandrake Linux Kernel 2.4.21-11mdk Cooker for
 i586

-
  * This message was composed on a 100% Microsoft
 free computer *
 
 Life is divided into the horrible and the miserable.
   -- Woody Allen, Annie Hall
 
  Want to buy your Pack or Services from
MandrakeSoft?
 
 Go to http://www.mandrakestore.com
 


__
Do you Yahoo!?
Yahoo! Calendar - Free online calendar with sync to Outlook(TM).
http://calendar.yahoo.com

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] XDMCP and Firewall

2003-06-02 Thread Anne Wilson
On Sunday 01 Jun 2003 2:34 pm, Chris Parman wrote:
 I prematurely sent this post before I could actually
 type anything. I have since then sent the intended
 post afterwards (With the same subject).

Relax - Stephen couldn't miss a chance to joke.  If someone hasn't 
already answered you, I'm sure they will

Anne

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] XDMCP and Firewall

2003-06-02 Thread JoeHill
On 01 Jun 2003 20:43:48 +1000
Stephen Kuhn [EMAIL PROTECTED] uttered:

 and welcome to the Mandrake Psycho List!

to quote Frank Burns: I resemble that remark!

-- 
 Joehill
 Registered Linux user #282046
 Homepage: http://nodex.sytes.net
 11:42:25 up 22:31,  3 users,  load average: 0.00, 0.00, 0.00

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] XDMCP and Firewall

2003-06-02 Thread FemmeFatale
At 08:43 PM 6/1/2003 +1000, you wrote:
On Sun, 2003-06-01 at 14:55, Chris Parman wrote:
 Hello,
Hello is the wrong approach to writing a program. The start of a
program, or email, or anything else that has pertinence is:
#!/bin/bash
*Bashes the Aussie nutcase!*

-
FemmeFatale, aka The Skirt
Good Decisions Your boss Made:
We'll do as you suggest and go with Linux. I've always liked that
character from Peanuts.
- Source: Dilbert



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] XDMCP and Firewall

2003-06-02 Thread Stephen Kuhn
On Mon, 2003-06-02 at 06:14, FemmeFatale wrote:

 #!/bin/bash
 
 *Bashes the Aussie nutcase!*
 
 -
 FemmeFatale, aka The Skirt

Beat me! Whip me! Make me write bad perl scripts!

-- 
Mon Jun  2 07:05:00 EST 2003
 07:05:00 up 2 days, 16:14,  3 users,  load average: 0.03, 0.11, 0.14
-
|____  |kuhn media australia|
|   /-oo /| |'-.   |http://kma.0catch.com   |
|  .\__/ || |   |  ||
|   _ /  `._ \|_|_.-'  |stephen kuhn|
|  | /  \__.`=._) (_   | email: [EMAIL PROTECTED] |
-
 linux user #:267497 linux machine #:194239 * MDK 9.1  RH 7.3  
 Mandrake Linux Kernel 2.4.21-11mdk Cooker for i586
-
 * This message was composed on a 100% Microsoft free computer *

I love every living creature. -Leela 
Even me? -Fry 
As a friend. -Leela

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


[newbie] XDMCP and Firewall

2003-06-01 Thread Chris Parman
Hello,



__
Do you Yahoo!?
Yahoo! Calendar - Free online calendar with sync to Outlook(TM).
http://calendar.yahoo.com

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


[newbie] XDMCP and Firewall

2003-06-01 Thread Chris Parman
Hello,

I just installed Mandrake 9.0 and setup my ADSL
modem. I have two NIC's and setup internet sharing
with respect to several machines behind my Linux box
(Mandrake 9.0). The problem is when the firewall is
on (With no services to the Outside) and the Security
set to Standard, I cannot use Exceed (On my Windows
box) to login to my Linux box (Mandrake 9.0). If I
turn off the Firewall, then Exceed works fine. My
question is: How can I have both Firewall on and the
ability to use Exceed on the Windows box ? Thank you
in advance for your help.

Best Regards,

Chris Parman 

__
Do you Yahoo!?
Yahoo! Calendar - Free online calendar with sync to Outlook(TM).
http://calendar.yahoo.com

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] XDMCP and Firewall

2003-06-01 Thread Stephen Kuhn
On Sun, 2003-06-01 at 14:55, Chris Parman wrote:
 Hello,

Hello is the wrong approach to writing a program. The start of a
program, or email, or anything else that has pertinence is:

#!/bin/bash

SO, if you wanted to start a conversation, you could start with:

-
#!/bin/bash
if
for x = 1 through 10
converse
grep | conversation meaning  /dev/null
next x
fi
-

...or at least that's how we start conversations with pink haired women.
(grin)

FLAME AWAY!

...anyways, HELLO back at ya, and welcome to the Mandrake Psycho List!
(Er, Mandrake Newbie List)

-- 
Sun Jun  1 20:40:00 EST 2003
 20:40:00 up 2 days,  5:49,  3 users,  load average: 0.19, 0.17, 0.10
-
|____  |kuhn media australia|
|   /-oo /| |'-.   |http://kma.0catch.com   |
|  .\__/ || |   |  ||
|   _ /  `._ \|_|_.-'  |stephen kuhn|
|  | /  \__.`=._) (_   | email: [EMAIL PROTECTED] |
-
 linux user #:267497 linux machine #:194239 * MDK 9.1  RH 7.3  
 Mandrake Linux Kernel 2.4.21-11mdk Cooker for i586
-
 * This message was composed on a 100% Microsoft free computer *

Life is divided into the horrible and the miserable.
-- Woody Allen, Annie Hall

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


[newbie] XDMCP

2002-11-08 Thread Tony Castro
Anybody ever use XDMCP to connect to their linux
machines? Any advice for setting it up?

Thanks

__
Do you Yahoo!?
U2 on LAUNCH - Exclusive greatest hits videos
http://launch.yahoo.com/u2


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] XDMCP

2002-11-08 Thread Stephen Kuhn
On Fri, 2002-11-08 at 19:06, Tony Castro wrote:
 Anybody ever use XDMCP to connect to their linux
 machines? Any advice for setting it up?
 
 Thanks
Unless it's a dumb terminal, I generally use VNC for myself and for my
clients - works best, and it's very easy to configure. VNC clients are
available for Windows, *NIX, OS/2, Mac, BeOS, Amiga and more...the
software for the client-side viewer is available freely from ATT/Bell
Labs.

Stephen
-- 
Fri Nov  8 23:00:01 EST 2002


|____  |
|   /  \ /| |'-.   |
|  .\__/ || |   |  |
|   _ /  `._ \|_|_.-'  |
|  | /  \__.`=._) (_   |kuhn media australia
|  |/ ._/  || |http://kma.0catch.com
|  |'.  `\ | | |stephen kuhn
|  ;/ / | | |email: [EMAIL PROTECTED]
|  smk  ) /_/| |.---.| |mobile: 0410-728-389
|  '  `-`'   |


So what is The Big Difference(tm) that make file streams
 so much better than directories and so much different?

 I'll talk really slowly.

- Linus Torvalds


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] XDMCP

2002-11-08 Thread teddy wl
In my appartement, i use XDMCP, becouse I have slowly
computer and i just minimum installed mandrake 8.2.
and my friends have computer with high spesification.
and always use him desktop ( KDM ) for login there
with my computer.

Teddy

--- Stephen Kuhn [EMAIL PROTECTED] wrote:
 On Fri, 2002-11-08 at 19:06, Tony Castro wrote:
  Anybody ever use XDMCP to connect to their linux
  machines? Any advice for setting it up?
  
  Thanks
 Unless it's a dumb terminal, I generally use VNC
 for myself and for my
 clients - works best, and it's very easy to
 configure. VNC clients are
 available for Windows, *NIX, OS/2, Mac, BeOS, Amiga
 and more...the
 software for the client-side viewer is available
 freely from ATT/Bell
 Labs.
 
 Stephen
 -- 
 Fri Nov  8 23:00:01 EST 2002
 
 
 |____  |
 |   /  \ /| |'-.   |
 |  .\__/ || |   |  |
 |   _ /  `._ \|_|_.-'  |
 |  | /  \__.`=._) (_   |kuhn media australia
 |  |/ ._/  ||
 |http://kma.0catch.com
 |  |'.  `\ | | |stephen kuhn
 |  ;/ / | | |email:
 [EMAIL PROTECTED]
 |  smk  ) /_/| |.---.| |mobile: 0410-728-389
 |  '  `-`'   |
 
 
 So what is The Big Difference(tm) that make file
 streams
  so much better than directories and so much
 different?
 
  I'll talk really slowly.
 
   - Linus Torvalds
 
  Want to buy your Pack or Services from
MandrakeSoft?
 
 Go to http://www.mandrakestore.com
 


__
Do you Yahoo!?
U2 on LAUNCH - Exclusive greatest hits videos
http://launch.yahoo.com/u2


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] XDMCP

2002-11-08 Thread John McQuillen
On Fri, 2002-11-08 at 19:06, Tony Castro wrote:
 Anybody ever use XDMCP to connect to their linux
 machines? Any advice for setting it up?
 

Yes, I found the following article called 'Remote X sessions with XDMCP
in four easy steps' on MandrakeForum and forwarded it to my local LUG
recently. Works great!

http://www.mandrakeforum.com/article.php?sid=2237

Regards,

John...


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[newbie] XDMCP KDE and

2002-06-11 Thread Patricio Cassain



Hi

Two 
issues:

1) I'm opening an 
XDMCP remote KDE session, everything work ok.
The only application 
I can not open remotely is 'Control Center'
Any 
Clue?

2) xdm is not loaded 
automatically after reboot, i have to write the following command after every reboot 
to get xdm running:
'xdm -config 
/etc/X11/xdm/xdm-config'
What should I change 
to get xdm after every reboot?


TIA
PC





[newbie] xdmcp

2001-01-11 Thread iagoba

Hi I want to know where I can download the xdm program with its daemon
xdmcp and how to install it in my RH 6.1 

thanks.

Iagoba




RE: [newbie] xdmcp

2001-01-11 Thread Helsby, James

This is a mandrake group.

Try www.rpmfind.net

-Original Message-
From: iagoba [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 11, 2001 8:52 AM
To: Listas-Newbie
Subject: [newbie] xdmcp

Hi I want to know where I can download the xdm program with its daemon
xdmcp and how to install it in my RH 6.1

thanks.

Iagoba




Re: [newbie] xdmcp

2001-01-11 Thread Penndragon

Hi Guys

Could also try [EMAIL PROTECTED] (need to register with egroups
1st) which isn't specific to any particular flavour of Linux.

James

PS Didn't Mandrake originally split from RH but go more for the leading edge
techknowlogy wise?


 This is a mandrake group.

 Try www.rpmfind.net

 -Original Message-
 From: iagoba [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, January 11, 2001 8:52 AM
 To: Listas-Newbie
 Subject: [newbie] xdmcp

 Hi I want to know where I can download the xdm program with its daemon
 xdmcp and how to install it in my RH 6.1

 thanks.

 Iagoba






Re: [newbie] xdmcp

2001-01-11 Thread iagoba

yeah! perhaps I don't say that I got Mandrake 7.1?

"Helsby, James" wrote:
 
 This is a mandrake group.
 
 Try www.rpmfind.net
 
 -Original Message-
 From: iagoba [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, January 11, 2001 8:52 AM
 To: Listas-Newbie
 Subject: [newbie] xdmcp
 
 Hi I want to know where I can download the xdm program with its daemon
 xdmcp and how to install it in my RH 6.1
 
 thanks.
 
 Iagoba