Displaying 2 results from an estimated 2 matches for "oopss".
Did you mean:
oops
2007 Nov 01
1
List of Nth removed associated objects.
Given the following..
Foo has_many :bars
Bar has_many ::widgets
Widget has_many :gadgets
Gadget has_many :parts
All of the following are now possible...
@foo.bars
@bar.widgets
@part.gadget.widget.bar.foo
However, I can''t just do the opposite of that last one...
@foo.bars.widgets.gadgets.parts
and get a full list of every Part associated with @foo.
I know there''s several
2005 Jan 19
11
Confuse, putting packets in wrong mangle table.
Folks,
I am a little bit confuse in how to put these packets into correct mangle
table for traffic shaping.
This is what i ve planned to do:
- - - - :eth0 [ LINUX-BOX ] eth1: - - - -
Let say:
eth0: 220.100.1.1
eth1: 192.168.1.1
eth1:1 192.168.1.2
192.168.1.0/24 get natted into 220.100.1.1 before reaching the internet.
I put every packets coming from internet (eth0) this way:
# iptables -t