Sunday, July 11, 2010

Nic Card Bonding in Opensuse

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

No comments:

Post a Comment

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...