Hi all,
I am new to FreeBSD system and to forum as well
I've spent 2 days online looking for solution and cannot find anything
Basically I use FreeBSD 10.3 as a server at home instead of router. My broadband is EE Fibre Optic (UK) and I would like to share connection at home. I bought Draytek Vigor 130 for broadband connection and Dell PowerEdge 1950 to run as a server. Also I bought Cisco Access Point WAP4410N to share connection via wireless (i.e. for mobile phones etc). My first adventure with FreeBSD was years ago when my mate did all the job for me on my previous server at home (FreeBSD 7.0) so I kept my firewall config etc. Everything was running nice and smooth until I decided to buy new hardware and learn myself a little bit. I used in the past Linux Red Hat and some other distributions but BSD is nothing like Linux as I noticed.
Now what is my issue?
I have everything connected and every time I reboot machine I don't get IP address from DHCP. I have to manually restart network interface using command
Then it's ok but I would like to disconnect server and connect it where it will be staying for a bit longer and do everything remoted. I don't have an access to screen and keyboard in where server will sit and also it's a bit annoying as it should work perfectly.
Next issue is Cisco access point doesn't have internet sharing. Internet works only on the devices connected via cable. I have no idea why? It's set to default at the moment without WPA and I can only receive IP address but no internet.
Once I get that sorted I will have more questions why ALTQ was working fine on FreeBSD 7.0 and it doesn't work on FreeBSD 10.3 even after I compiled kernel as guided online.
Please take a note that I am new and if somebody gonna ask me for log I will need command or path where log is located.
Thanks in advance
Seb
I am new to FreeBSD system and to forum as well
I've spent 2 days online looking for solution and cannot find anything
Basically I use FreeBSD 10.3 as a server at home instead of router. My broadband is EE Fibre Optic (UK) and I would like to share connection at home. I bought Draytek Vigor 130 for broadband connection and Dell PowerEdge 1950 to run as a server. Also I bought Cisco Access Point WAP4410N to share connection via wireless (i.e. for mobile phones etc). My first adventure with FreeBSD was years ago when my mate did all the job for me on my previous server at home (FreeBSD 7.0) so I kept my firewall config etc. Everything was running nice and smooth until I decided to buy new hardware and learn myself a little bit. I used in the past Linux Red Hat and some other distributions but BSD is nothing like Linux as I noticed.
Now what is my issue?
I have everything connected and every time I reboot machine I don't get IP address from DHCP. I have to manually restart network interface using command
Code:
ifconfig bce0 down
ifconfig bce0 up
Then it's ok but I would like to disconnect server and connect it where it will be staying for a bit longer and do everything remoted. I don't have an access to screen and keyboard in where server will sit and also it's a bit annoying as it should work perfectly.
Next issue is Cisco access point doesn't have internet sharing. Internet works only on the devices connected via cable. I have no idea why? It's set to default at the moment without WPA and I can only receive IP address but no internet.
Once I get that sorted I will have more questions why ALTQ was working fine on FreeBSD 7.0 and it doesn't work on FreeBSD 10.3 even after I compiled kernel as guided online.
Please take a note that I am new and if somebody gonna ask me for log I will need command or path where log is located.
Thanks in advance
Seb