1752590 Members
3174 Online
108788 Solutions
New Discussion юеВ

i get an error on

 
SOLVED
Go to solution
akademik
Occasional Contributor

i get an error on

i get an error on
ifconfig lan0 192.168.1.203 netmask 255.255.255.0 up
ifconfig: socket: Operation not supported
what is the problem ? can someone give me some url woth dokumentation
10x in dvaice
2 REPLIES 2
Bill McNAMARA_1
Honored Contributor
Solution

Re: i get an error on

drop the up!

Later,
Bill
It works for me (tm)
Magdi KAMAL
Respected Contributor

Re: i get an error on

Or, just add "inet" after "lan0"

ifconfig lan0 inet 192.168.1.203 netmask 255.255.255.0 up

Magdi