On Wed, 2003-08-20 at 17:42, jurvis lasalle wrote:
> i'm kickstarting some computers and need to open up ports 111 and 6000 
> for NIS and x11.  i have this line in my kickstart file:
> firewall --medium --dhcp --port=111:tcp --port=6000:tcp --port=ssh:tcp
> 
> this does open holes for dhcp and ssh, but not NIS or x11.  i have 
> replaced the 111 with sunrpc and 6000 with x11, but that doesn't work 
> either.  any clues...?

You only want to use the --port option once.  Separate port:protocol
combinations with commas.  The following should work for you:

firewall --medium --dhcp --ssh --port=111:tcp,6000:tcp

Lots of good stuff here:
http://www.redhat.com/docs/manuals/linux/RHL-9-Manual/custom-guide/s1-kickstart2-options.html

-- 
Jason Dixon, RHCE
DixonGroup Consulting
http://www.dixongroup.net


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to