0% found this document useful (0 votes)
62 views3 pages

Configuration Net

1. Download and install Samsung unified driver on a laptop from the official site and add configuration lines to files to enable scanning. 2. Configure the router to hide the network name, set the password, enable port forwarding for ssh, virtualbox, and apache, turn on MAC address filtering and allow listed computers. 3. Change the server's DHCP setting to static IP by editing interface and ssh config files to assign an IP address and set the ssh port to 8022.

Uploaded by

kernelheart1
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as ODT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
62 views3 pages

Configuration Net

1. Download and install Samsung unified driver on a laptop from the official site and add configuration lines to files to enable scanning. 2. Configure the router to hide the network name, set the password, enable port forwarding for ssh, virtualbox, and apache, turn on MAC address filtering and allow listed computers. 3. Change the server's DHCP setting to static IP by editing interface and ssh config files to assign an IP address and set the ssh port to 8022.

Uploaded by

kernelheart1
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as ODT, PDF, TXT or read online on Scribd
You are on page 1/ 3

Installation Network Cyssea.

md :
1.InstallationSamsungUnifiedDriveronlaptops: a)downloadfromoficial site:http://downloadcenter.samsung.com/content/DR/201005/20100513133 713953/UnifiedLinuxDriver_0.93.tar.gz b)installationtarballfile: sudotarxzfUnifiedLinuxDriver_0.93.tar.gz cdcdroot(fileunpacked) sudo./autorun nextappearmenuofinstallationUnifiedLinuxDriverInstaller

c)addin/etc/sane.d/xerox_mfp.confthesetwolines: #SamsungSCX3200
usb 0x04e8 0x3441

d)addin/lib/udev/rules.d/40libsane.rulesthesetwolines: #SamsungSCX3200
ATTRS{idVendor}=="04e8", ATTRS{idProduct}=="3441", ENV{libsane_matched}="yes"

e)rebootandit'swork

2.SetupRouter: EnableHidenetwork;Name:Cyssea.mdpwd:cyssea2011 PortForwardingonrouter: allowport8022forssh, allowport8080forexternalvirtualboxandapache, allowport8081foropenerp TurnMacFilteringOnandallowcomputerslistedtoaccesthenetwork:

ActivateFirewall; 3.ChangeDHCPtostaticIPforServer: openthe/etc/network/interfacesfile: sudovi/etc/network/interfaces Fortheprimaryinterface,whichisusuallyeth0,youwillseetheselines:


auto eth0 iface eth0 inet dhcp

changeto: autoeth0 ifaceeth0inetstatic address192.168.0.100 netmask255.255.255.0 broadcast192.168.0.255 gateway192.168.0.254 open/etc/ssh/sshdconfig:sudovi/etc/ssh/sshdconfig checkportis8022 InstallationSaneforscaner: 1http://www.linuxfromscratch.org/blfs/view/svn/pst/sane.html #howtousecommandvitoinsertpressI, #toexitofinsertionregimeESC #toexit:wq!(write,quite) #howtousenano?nanofilenameopeningandcreatingfiles #nanow/filenamewriteafteropen #TosaveCTRL+O #ToexitCTRL+X #CancelingactionCTRL+C

You might also like