Hi all,
Have set up bonding on my Fedora 13 server as per the tutorial :http://www.cyberciti.biz/tips/linux-...interface.html
Now the interfaces are up and the bond seems to be working on its static IP address of 192.168.0.100, I just no longer seem to have internet access on the server and can't work out why? I think I may have an issue at this stage:
Step # 3: Load bond driver/module
Make sure bonding module is loaded when the channel-bonding interface (bond0) is brought up. You need to modify kernel modules configuration file:# vi /etc/modprobe.confAppend following two lines:alias bond0 bonding
options bond0 mode=balance-alb miimon=100Save file and exit to shell prompt. You can learn more about all bounding options in kernel source documentation file (click here to read file online).
The file contains no information at all, so i did add these 2 lines of code as requested,
alias bond0 bonding
options bond0 mode=balance-alb miimon=100
but it did seem odd that it was blank before I added that code in, I'm wondering if Fedora 13 works differently to what this is suggesting?
I've got: GATEWAY=192.168.0.1 as part of the bond config, which is my default gateway and I've even tried manually adding the nameservers in the bond config file as either NAMESERVER=XXX.XXX.XXX.XXX and NAMESERVERS=XXX.XXX.XXX.XXX and that didn't appear to help. It almost seems like a DNS issue as I can ssh and VNC to the server remotely so it is accesible via the internet it just doesn't appear to be resolving addresses?
I've no idea whats wrong, as far as I can tell in every other way the bond is working fine, it's just the internet access side thats not right.
Any suggestions?
Thanks in advance,
E-I
__________________
Have set up bonding on my Fedora 13 server as per the tutorial :http://www.cyberciti.biz/tips/linux-...interface.html
Now the interfaces are up and the bond seems to be working on its static IP address of 192.168.0.100, I just no longer seem to have internet access on the server and can't work out why? I think I may have an issue at this stage:
Step # 3: Load bond driver/module
Make sure bonding module is loaded when the channel-bonding interface (bond0) is brought up. You need to modify kernel modules configuration file:# vi /etc/modprobe.confAppend following two lines:alias bond0 bonding
options bond0 mode=balance-alb miimon=100Save file and exit to shell prompt. You can learn more about all bounding options in kernel source documentation file (click here to read file online).
The file contains no information at all, so i did add these 2 lines of code as requested,
alias bond0 bonding
options bond0 mode=balance-alb miimon=100
but it did seem odd that it was blank before I added that code in, I'm wondering if Fedora 13 works differently to what this is suggesting?
I've got: GATEWAY=192.168.0.1 as part of the bond config, which is my default gateway and I've even tried manually adding the nameservers in the bond config file as either NAMESERVER=XXX.XXX.XXX.XXX and NAMESERVERS=XXX.XXX.XXX.XXX and that didn't appear to help. It almost seems like a DNS issue as I can ssh and VNC to the server remotely so it is accesible via the internet it just doesn't appear to be resolving addresses?
I've no idea whats wrong, as far as I can tell in every other way the bond is working fine, it's just the internet access side thats not right.
Any suggestions?
Thanks in advance,
E-I
__________________