This is a quick tutorial on how to do nic card bonding in opensuse linux
using the following commands.
Step 1. cd /etc/sysconfig/network
Step 2. make sure you remove the IPADDR line from ifcfg-eth1 ifcfg-eth0 etc etc ...
Step 3. touch ifcfg-bond0
Step 4. vi ifcfg-bond0
Step 5. enter the following information:
BONDING_MASTER=yes
BONDING_SLAVE_1='eth0'
BONDING_SLAVE_2='eth1'
IPADDR=192.168.44.1/24
STARTMODE=onboot
BOOTPROTO=static
Random Adventures and thoughts from the mind of a Security Researcher. Hacking is not a Job its a LifeStyle
Subscribe to:
Post Comments (Atom)
Cracking Kerberos Service Tickets (TGS) Using Kerberoasting
As of late I've been spending a lot of time researching and learning different techniques when it comes to attacking Active Directory En...

-
As of late I've been spending a lot of time researching and learning different techniques when it comes to attacking Active Directory En...
-
Well im finally back after a string a events going on in my life. This is a quick tutorial on how to upgrade python on OS X 10 in this case ...
No comments:
Post a Comment