Re: [gentoo-user] Idiots guide to NAT and DHCP

2003-09-28 Thread aeriksson

[EMAIL PROTECTED] said:
> iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
> doesn't work, where eth0 is the connection to the outside world.
> using ethereal it appears that packets are being received at eth1,
> the local network, but eth1 is not transmitting these packets. I
> know that the card that supplies eth1 works as it used to supply
> eth0 in my old machine. 

Is /proc/sys/net/ipv4/ip_forward set to "1"? It seems it's not

/A


--
[EMAIL PROTECTED] mailing list



[gentoo-user] gentoo & FHS

2003-09-21 Thread aeriksson

Hi all,

How come gentoo doesn't follow the File Hierarcy Standard (FHS) more
closely? For example, there are provisions in FHS to use /var/cache
for stuff which applicatons can recreate if it doesn't exist (the the
administrator can purge the directory at will). Putting 
/usr/portage/distfiles/ there seems obvious to me. But having 
edb/world
in there (with all memory of your world configuations) seems not to 
smart.

What's the philosophy around this? Shouldn't edb live in e.g. 
/var/lib?

Cheers,
/Anders




--
[EMAIL PROTECTED] mailing list