As in previous blog posts about Bridge networking in RHEL, here we will discuss the implementation of the bridged networking on Suse Linux Enterprise (SLES).
Here are the steps to bridge networking :
- login as root
- Add the following code. In this case, we will bridge eth0 and eth1
ip addr flush dev eth0 ip addr flush dev eth1 brctl addbr br0 brctl addif br0 eth0 brctl addif br0 eth1 ip addr add 192.168.4.3/24 brd + dev br0 ip route add default via 192.168.4.254
- test using ifconfig
- That command is used for the temporary bridge networking. This means the bridge networking will be lost when the computer restarts.
Very informative post. Keep up the good work. I would really look forward to your other posts
ReplyDeleteDell - Inspiron 15.6" Touch-Screen Laptop - 6GB Memory - 500GB Hard Drive + 32GB Solid State Drive - Moon Silver
Dell - Inspiron 17.3" Laptop - 4GB Memory - 500GB Hard Drive - Black (17RV-1818BLK)