On Sun November 26 2006 08:54, Daniel Hokka Zakrisson wrote:
> Roman Pretory wrote:
> > RP> ist a horror
> > RP> .)modules for iptables have canged
> > RP> have to search after use oldconfig
> >
> >>> What is the old version you compared it against?
> >
> > old Kernel = 2.6.12.3 = old .config
>
> Of course, things change, that is to be expected. Netfilter got a
> rewrite a couple of versions ago (2.6.16, I think).
>
The udev event system also changed across 2.6.14/.15
> > RP> .)Nic's are turned very funny for remote work
> >
Find where your host distribution keeps its udev rules,
rename your nics using their hardware (mac) address, like:
[Debian/Etch location but rule content should be the same]
in: /etc/udev/rules.d/z25_persistent-net.rules:
# You can modify these, as long as you keep each rule on a single line.
SUBSYSTEM=="net", DRIVERS=="?*", ATTRS{address}=="00:00:e8:60:ba:8a", NAME="eth0"
SUBSYSTEM=="net", DRIVERS=="?*", ATTRS{address}=="00:01:29:24:75:e9", NAME="eth1"
# USB device 0bda:8150 (rtl8150)
SUBSYSTEM=="net", DRIVERS=="?*", ATTRS{address}=="00:e0:4c:03:50:1d", NAME="eth2"
Mike
_______________________________________________
Vserver mailing list
Vserver@list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver
Received on Sun Nov 26 15:18:42 2006