Quote:
Originally Posted by krock923
My first question should be relatively simple. How much of a difference would it make and how much easier would it be to implement having a user ssh. The user would be the only one that can start an ssh session and would have access to just about nothing. the user would then have to su into his own account.
|
yeah, that would work fine... just disable root access in your
ssd_config and also set it so that only user "ssh" is allowed to login via ssh... BTW, you might wanna use a differnt username to lessen the chances of getting cracked... maybe something like "ssh4me" or something...
Quote:
my other, and perhaps more complicated question deals with ipcop. Is it possible to make an ipcop box act like a switch isntead of a router? Or if not, can someone explain to me how it could route and still allow me to ssh into my machines? I'm on a campus network and i was planning next year to have a few boxes and an ipcop firewall. trouble is, how would they get ips from the campus dhcp with ipcop as a router? I hope that makes sense somewhat.
|
you don't need to have it work like a switch... it's fine as a router... you just need to forward some ports to your LAN boxes... for example let's say you had three LAN boxes: 192.168.100.101, 192.168.100.102, and 192.168.100.103... so you could forward one port on the router's WAN interface side to each of your internal boxes... for example you could forward port 100101 to 192.168.100.101:22, 100102 to 192.168.100.102:22, etc... etc... etc...
as for the campus DHCP server: your LAN doesn't really need that... basically only the WAN side of your router would need to use the campus DHCP server, as your LAN boxes would optimally get their IPs from your own DHCP server, which could be running on your router's LAN side - assigning internal IPs...
Quote:
Now that I think of it. . . (okay three questions) would it be a good idea to have something of a gateway box? I.e. I can remote into this machine from anywhere (currently i have it set up so i can only remote into my machines from within the campus network, a class B) and then from this machine i can ssh or vnc into one of my computers. my other computers would be set up to allow remote connections from only this one machine.
|
yes, instead of forwarding packets to your LAN boxes, you could instead SSH into your router and then from there SSH to your LAN boxes... have a look at my signature...
