9 Legend

 • 

20.4K Posts

February 26th, 2009 10:00

yeah ..fastboot option is supported. Before you go with the reboot option ..see what support has to say about this.

9 Legend

 • 

20.4K Posts

February 25th, 2009 13:00

what fabric OS ? On 6.x you can do this:

To disable telnet:

ipfilter --create block_telnet_v4 --type ipv4

ipfilter --addrule block_telnet_v4 -rule 2 -sip any -dp 23 -proto tcp -act deny

ipfilter --save block_telnet_v4

ipfilter --activate block_telnet_v4

To re-enable telnet:

ipfilter --delete block_telnet_v4

ipfilter --save


...to do ssh ..change port 23 to 22.

80 Posts

February 25th, 2009 13:00

i read the admin guide, but wasnt' able to find anything except using ipfilter to filter out either telnet or ssh, but is there a way to natively enable/disable either protocol?

80 Posts

February 25th, 2009 15:00

i think it has admin rights, because that's the same account i use to do zoning and the new policy i just created, which blocked me out

80 Posts

February 25th, 2009 15:00

ok, i found the answer to my previous question is yes, i locked myself out, i can connect to console though, but when i try to delete the new rule i just created, it says,

Not owner of the current transaction

help!

9 Legend

 • 

20.4K Posts

February 25th, 2009 15:00

what commands are you using to remove the rule ?

9 Legend

 • 

20.4K Posts

February 25th, 2009 15:00

the account you are using on the console ..does it have admin role ?

9 Legend

 • 

20.4K Posts

February 25th, 2009 15:00

you might also try:

ipfilter ¿-transabort

9 Legend

 • 

20.4K Posts

February 25th, 2009 15:00

what if you simply run "ipfilter --save"

80 Posts

February 25th, 2009 15:00

so ipfilter is the only way? bummer

anyhow, do i have to create another rule to state any other traffic is allowed?

80 Posts

February 25th, 2009 16:00

i tried both removing the policy and removing the rule that denies telnet connection which is the #1 rule and the only rule in the policy, here's the commands i tried

ipfilter --delete block_telnet
ipfilter --delrule block_telnet -rule 1

the response to both commands is

Not owner of the current transaction

and yes, i tried "ipfilter --transabort", it took it but doesn't seem to do anything for me, i'm still locked out

9 Legend

 • 

20.4K Posts

February 25th, 2009 16:00

it's like your telnet session is stuck. Can you run "killtelnet" and see if there are any sessions hung ?

80 Posts

February 25th, 2009 16:00

i actually used a web session to create the policy

80 Posts

February 25th, 2009 16:00

and using "killtelnet", the only connection i can see is the console session

9 Legend

 • 

20.4K Posts

February 25th, 2009 17:00

can you post output from "ipfilter --show"
No Events found!

Top