• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Setting up RoadRunner in Mandrake 7.2

lockness

Member
Im tyring to setup my linux box to be a firewall. Right now Im trying to get RR working on it. From what Ive read, its supposed to be real simple now. Just turn on DHCP for the nic and plug it to the cable modem. Well thats not working for me 🙁. Can someone provide any help? Im not using my 3comm nic from RR. Its in my Windows machine until I get the linux setup and turn on masquerading.

thanks
 
ha.... first of all... you better be 100 percent scared all the time to leave a linux box online with a static ip and broadband and be asking something like this. 🙂... but anyways..

don't use dhcp
mandrake 7.2:

netconf
setup nics for static ip
dns


for masq...
route add
ipchains
and dhcpd


more info www.linuxhelp.net or im me
 
im a little less scared to leave my linux box online all the time then trend is. if you disable all outside ports (inetd.conf, and your rc.scripts) and install portsentry you should be fine.

theres a lot of good security guides for linux just go to ldp.org. i would recommend u find and install portsentry, it detects scans and add the offenders to your hosts.deny to effectively block them off (however, there are ways around it but it does block most script kiddies).

to get linux to use your cable modem do the following: plug the cable modem into your computer nic. start a dhcp client (command is: dhcpcd eth#). where # is the number of your interface. good luck and make sure to secure your box.
 
lockness,

one thing you will have to do when you switch your modem from the windows box to the linux box is unplug it.

I recomend unpluging, then switch boxes, plug back in, and boot. I spent about a week trying to get DHCP to work on RH7, and that was my problem, it had absolutely nothing to do with linux.

this website helped me a ton: linuxdocs.org
specifically check out ipmasq how to

good luck.
 
Back
Top