<div>So if I run the following two commands the rules show up in the list.</div>
<div> </div>
<div>ip rule add from 173.11.51.46 table Cable</div>
<div>ip rule add from 67.152.166.2 table T1</div>
<div> </div>
<div># ip rule list<br>0:      from all lookup 255<br>32764:  from 67.152.166.2 lookup T1<br>32765:  from 173.11.51.46 lookup Cable<br>32766:  from all lookup main<br>32767:  from all lookup default<br><br>So why does that work but my other command not?</div>