I'm new to Salix and my goal is to set it up as a mini-server for software development and windows file sharing. I found that Git and SSH were already installed (perfect ! thank you =). I also got Samba working and now I need help tuning up my network.
I have 2 Network cards in this server: ifconfig outputs
Code: Select all
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.1.188 netmask 255.255.255.0 broadcast 192.168.1.255
inet6 fe80::a00:27ff:fe34:47b8 prefixlen 64 scopeid 0x20<link>
ether 08:00:27:34:47:b8 txqueuelen 1000 (Ethernet)
RX packets 53 bytes 6657 (6.5 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 102 bytes 11049 (10.7 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
eth1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet6 fe80::a00:27ff:fe5c:c896 prefixlen 64 scopeid 0x20<link>
ether 08:00:27:5c:c8:96 txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 3 bytes 238 (238.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 0 (Local Loopback)
RX packets 110 bytes 8436 (8.2 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 110 bytes 8436 (8.2 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0