[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Red Hat 5.0 Release date



Turbo Fredriksson <turbo@tripnet.se> wrote:
> Wrote mine a long time ago, this is the way mine looks like:

Didn't include support for ip aliases.  I'm not sure we need to
go to the extreme that solaris has (/etc/hostname.___ where ___
is interface) -- then again maybe we should consider that a 
standard?

Here's what I've done in the meantime

$ cat /etc/rc.boot/proxy
#!/bin/sh
route add 198.80.98.242 lo
mkdir -p /tmp/monitor
chmod 1777 /tmp/monitor
ipfwadm -I -a accept -P tcp -D 198.80.98.242 21 -r 10021
ipfwadm -I -a accept -P tcp -D 198.80.98.242 23 -r 10023
ipfwadm -I -a accept -P tcp -D 198.80.98.242 80 -r 10080
ipfwadm -I -a accept -P tcp -D 198.80.98.241 1048 -r 10080
arp -Ds 198.80.98.242 eth0 pub		# 0:20:af:ec:44:28


-- 
Raul
 


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-devel-request@lists.debian.org . 
Trouble?  e-mail to templin@bucknell.edu .


Reply to: