View Single Post
  #1   (View Single Post)  
Old 11th December 2010
ripp3r ripp3r is offline
New User
 
Join Date: Dec 2010
Posts: 5
Default PF - ifconfig problem

Hi all,

I'm doing my graduation with openBSD and PF.

Everything seemed to be fine... but right now I need to delete / create a interface and I have some problem:

(I'm logged on as ROOT, anyway I tried also with SUDO but same problem)

Code:
# ifconfig TestIF create
ifconfig: SIOCIFCREATE: Invalid argument
#
So I tried to DELETE this interface:

Code:
# ifconfig vic2 destroy
ifconfig: SIOCIFDESTROY: Invalid argument
#
NO LUCK AT ALL!

Who can help me please???
Reply With Quote