How can I change the MAC address for VPN in RedHAT Linux Server 5?
[crap@localhost ~]$ /sbin/ifconfig -a | grep HWaddr
cipsec0 Link encap:Ethernet HWaddr 00:0C:EC:A8:09:5C
eth0 Link encap:Ethernet HWaddr 00:1F:3C:4D:C5:12
Here, I need to change the MAC address for cipsec0...How can I do this?
Also, if I want to set the static IP address for cipsec0, how can I do that?