I thought it through what you said and as far as far as my understanding goes it wouldn't work. I'll have to write it out cuz I don't have a scanner here.
ISP box--connects to port 1 on router, port 2 router connects to nic:ip1, connects to nic:ip2. The problem with this is my router is running dhcp, and it gives the ip's the the four ports through the internet port. So in this case only port1 on the router would get an ip. If I then connected port 2 to my nic. I wouldn't get an ip and have no internet connection and my internet traffic wouldn't get filtered/proxy.
I thought well then I could do it like this:
ISP box--connects to internet port router, then router gives 1-4 ports an ip, and I can connect port 1 to my nic. problem with this is. the router is giving ip's to all four ports. So traffic isn't getting filter and not going through a proxy.
The only logical solution I found is the following with 2 NIC's:
ISP box--connects to NIC1(192.168.2.254), is bridged/connects to NIC2(10.0.0.1). in between here traffic gets proxy/filtered. I also run dhcp service on machine and connect NIC2 to port 1 on router. port 1 gets an ip(10.0.0.100) from my dhcp service. Also ports 2 3 4. And I shut off my dhcp on my router so it now acts like a switch. Now my traffic is proxy/filtered. Only I see 2 things that concern me. 1 is that I'm not sure wlan would be filtered? and two is my pc would be directly connected to the isp box. How safe it this. I went into the interface of my isp box. I couldn't find anything of a firewall, but I read on the net it's built in and you can't turn it off. So I would think it wouldn't be too much of a problem. Port fowarding doesn't seem to work on it. I could try it again though. And lastly, I don't see how it could be possible with only one NIC even if it has two ips. ? That's how a colleage of mine explained it to me. I have thought it through like 100 times, and this is the conclusion I came to. I don't think running a dhcp service would be too hard I suppose. So then if my pc would be directly connected to my isp box, and run dhcp it would be just as is functioning as a router.
What do you think of my brainstorming and conclusions on this?
And about me not liking my own pc connect directly to the internet I was thinking the following. I'm hobbying/learning alot with this so I might as well invest some in it because it's worth it. So I was thinking of maybe
buying a
server at the end of the year(adding a network card) and then using as a proxy/filter/gateway for my private network. That way I keep my desktop as a desktop and have my server to control my network and I'll learn from it and enjoy it :)And I'll have a nice starters home network setup and can experiment more. How does that sound?