web server with 3 nicss


 
Thread Tools Search this Thread
Operating Systems Linux Ubuntu web server with 3 nicss
# 1  
Old 01-16-2012
web server with 3 nicss

Hello Friends !

This is my 1st post with stange question/problem .

I have setup a ubuntu 10.04 with up2date package ,i have tryed nginx and apache2 web server .Ubuntu is on a DMZ network

I have utm box which is gateway to internet where i have configure dnat for web server ,ssh and ftp server on which this ubuntu is installed has 3 nic (planning to use same machine for virtualzation later)

i am not able to access web server ,ssh,ftp server from internal lan or from out site on ubuntu .

BUT .... on same machine with default oracle linux setup i am able to access all 3 services without makeing any hardware change in entire network ,i have to just change hardisk (change harddisk from ubuntu to centos --there are 2 hardisk on system )

when oracle linxu work then i installed centos (as oracle linux doesnt support some funcation which i want to test) on oracle linux harddisk and noting has change

my utm box provide ip address to all 3 nic with static ip binding

when i run nc -z mypublicip port (80,-5123(ssh) ftp 21) it did give sucess result with ftp only

i have disable iptable ,selinux (on centos) and on ubuntu i have uninstall ufw and check iptables for connection


when i run web server or ssh from other system i can see some packets are comming to ubuntu/centos


tcpdump -nvi eth2 port 80
tcpdump: listening on eth2, link-type EN10MB (Ethernet), capture size 65535 bytes
19:03:44.043981 IP (tos 0x0, ttl 64, id 63401, offset 0, flags [DF], proto TCP (6), length 60)
192.168.3.125.55832 > mypublicip .http: Flags [S], cksum 0xfc3c (correct), seq 1138034439, win 14600, options [mss 1460,sackOK,TS val 23392430 ecr 0,nop,wscale 7], length 0
19:03:44.045954 IP (tos 0x0, ttl 63, id 63401, offset 0, flags [DF], proto TCP (6), length 60)
192.168.3.125.55832 > 192.168.3.125.http: Flags [S], cksum 0x6f55 (correct), seq 1138034439, win 14600, options [mss 1460,sackOK,TS val 23392430 ecr 0,nop,wscale 7], length 0
19:03:47.043349 IP (tos 0x0, ttl 64, id 63402, offset 0, flags [DF], proto TCP (6), length 60)
192.168.3.125.55832 > mypublicip.http: Flags [S], cksum 0xf084 (correct), seq 1138034439, win 14600, options [mss 1460,sackOK,TS val 23395430 ecr 0,nop,wscale 7], length 0
19:03:47.044988 IP (tos 0x0, ttl 63, id 63402, offset 0, flags [DF], proto TCP (6), length 60)
192.168.3.125.55832 > 192.168.3.125.http: Flags [S], cksum 0x639d (correct), seq 1138034439, win 14600, options [mss 1460,sackOK,TS val 23395430 ecr 0,nop,wscale 7], length 0
19:03:53.043344 IP (tos 0x0, ttl 64, id 63403, offset 0, flags [DF], proto TCP (6), length 60)
192.168.3.125.55832 > mypublicip---.http: Flags [S], cksum 0xd914 (correct), seq 1138034439, win 14600, options [mss 1460,sackOK,TS val 23401430 ecr 0,nop,wscale 7], length 0
19:03:53.044951 IP (tos 0x0, ttl 63, id 63403, offset 0, flags [DF], proto TCP (6), length 60)
192.168.3.125.55832 > 192.168.3.125.http: Flags [S], cksum 0x4c2d (correct), seq 1138034439, win 14600, options [mss 1460,sackOK,TS val 23401430 ecr 0,nop,wscale 7], length 0


thanks
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Web Server - uploading Frontpage web - will there be problems??

hiya All, New to this Web site stuff. Will be installing Fedora's latest O/S (including Apache) - onto a spare PC Then... Gulp... setting up a Web server. Designing a Web site using WINDOWS FRONT PAGE 2002: * Simply easiest/quickiest way to knock up a basic site. * There won't be... (6 Replies)
Discussion started by: marty 600
6 Replies

2. UNIX for Dummies Questions & Answers

Web browser and web server for Unix

Hi there all I am looking for both a web browser as well as a web server (Ie. Netscape Fasttrack) that will run on HPUX 10. If you know where I can get these free via FTP, please contact me as soon as possible!! Thanks, Mark (1 Reply)
Discussion started by: mleathers
1 Replies

3. UNIX for Dummies Questions & Answers

Dynamic web pages for Unix Web Server

Hi, my company is considering a new development of our web site, which used to run on Apachi over Solaris. The company who is going to do this for us knows only about developing it in ASP. I guess this means we'll have to have another ISS server on NT for these dynamic pages :( What are... (5 Replies)
Discussion started by: me2unix
5 Replies
Login or Register to Ask a Question