SlackwareThis Forum is for the discussion of Slackware Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
well, if you setup eth1 in the rc.inet1.conf file but ifconfig shows no settings for that card, why don't you manually set eth1 and see if that works. Have you tried that?
I only asked about ipV6 out of curiosity. I think that might just complicate the issue at this point. I would first get the two cards working, then worry about that. Just my opinion though...
Below is the howto I used to get mine up and running. And it hasn't failed me since. You just have to make sure that you point the eth1 and eth0 to the right places. Hope that helps.
There seems to a lot of changes around the e100 driver in 2.6.4
In the original post I saw "bridge". Bridging is much harder to set up in Linux than routing and I have no idea what is involved in the 2.6.x kernel
I read Network Administer Guide 2 (on NAT). And I did download and print IP-Masquerade, haven't get to read it yet. I realise what I need is NAT (IP-Masquerade).
As I was configuring the kernel to support that in 2.6.4, I came across ethernet bridging and wonder what is it.
1. Get eth0 and eth1 working
2. Compile kernel to support ip-masq (check ip-masq-howto from tldp.org for the configs)
3. Download rc.firewall from http://www.ecst.csuchico.edu/~dranch...masq/examples/
4. Edit the ip-addresses and remove loading modules if you compile everything into the kernel like I did.
5. Place rc.firewall at /etc/rc.firewall and chmod 700 rc.firewall
6. ./rc.firewall
(I also chmod +x rc.ip_forward; not sure it is needed since rc.firewall will enable ip forward also).
And I am up and away. Tested it, everythign work so far.
But since I used strong firewall script, now I can't ssh or ping my Masq-server from outside. Need to configure the rc.firewall again, later.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.