Can't access service from other machines
Steel City Phantom
scphantm at yahoo.com
Wed Feb 7 17:36:00 UTC 2007
i just finished installing jboss on a bsd 6.1 machine. i can ssh into
the machine and nmap says the port is listening correctly (8080). using
lynx from the console i get to jboss just fine using both localhost and
the static ip number. but no other machine can access it. other
machines can ping it, i can ssh into it, but no other machines can hit
port 8080. i initially thought that it may be a firewall that was
inadvertantly installed by the guy that put bsd on the box for me but i
cant see where one is running, here is my process list:
secondary# ps -A
PID TT STAT TIME COMMAND
0 ?? WLs 0:00.00 [swapper]
1 ?? ILs 0:00.29 /sbin/init --
2 ?? DL 0:05.73 [g_event]
3 ?? DL 0:06.16 [g_up]
4 ?? DL 0:07.65 [g_down]
5 ?? DL 0:00.00 [thread taskq]
6 ?? DL 0:00.00 [kqueue taskq]
7 ?? DL 0:00.00 [acpi_task0]
8 ?? DL 0:00.00 [acpi_task1]
9 ?? DL 0:00.00 [acpi_task2]
10 ?? DL 0:00.00 [ktrace]
11 ?? RL 1341:39.95 [idle]
12 ?? WL 0:02.06 [swi1: net]
13 ?? WL 1:55.83 [swi4: clock sio]
14 ?? WL 0:00.00 [swi3: vm]
15 ?? DL 0:05.18 [yarrow]
16 ?? WL 0:00.00 [swi5: +]
17 ?? WL 0:00.00 [swi2: cambio]
18 ?? WL 0:00.00 [swi6: task queue]
19 ?? WL 0:00.00 [swi6: +]
20 ?? WL 0:00.00 [irq9: acpi0]
21 ?? WL 0:02.68 [irq22: dc0]
22 ?? WL 0:01.31 [irq14: ata0]
23 ?? WL 0:00.00 [irq15: ata1]
24 ?? WL 0:00.00 [irq19: uhci0]
25 ?? DL 0:00.01 [usb0]
26 ?? DL 0:00.00 [usbtask]
27 ?? WL 0:00.00 [irq23: uhci1]
28 ?? DL 0:00.01 [usb1]
29 ?? WL 0:00.00 [irq1: atkbd0]
30 ?? WL 0:00.00 [irq12: psm0]
31 ?? DL 0:00.54 [fdc0]
32 ?? WL 0:00.00 [swi0: sio]
33 ?? WL 0:00.00 [irq7: ppc0]
34 ?? DL 0:00.12 [pagedaemon]
35 ?? DL 0:00.00 [vmdaemon]
36 ?? DL 0:03.34 [pagezero]
37 ?? DL 0:00.59 [bufdaemon]
38 ?? DL 0:11.33 [syncer]
39 ?? DL 0:00.63 [vnlru]
40 ?? DL 0:01.26 [softdepflush]
41 ?? IL 0:00.00 [nfsiod 0]
42 ?? IL 0:00.00 [nfsiod 1]
43 ?? IL 0:00.00 [nfsiod 2]
44 ?? IL 0:00.00 [nfsiod 3]
45 ?? DL 0:04.77 [schedcpu]
269 ?? Is 0:00.00 /sbin/devd
303 ?? Ss 0:00.57 /usr/sbin/syslogd -s
387 ?? Ss 0:00.11 /usr/sbin/usbd
429 ?? Is 0:03.55 /usr/sbin/sshd
435 ?? Ss 0:02.17 sendmail: accepting connections (sendmail)
439 ?? Is 0:00.05 sendmail: Queue runner at 00:30:00 for
/var/spool/clientmqueue (sendmail)
445 ?? Is 0:00.30 /usr/sbin/cron -s
31308 ?? Is 0:00.06 sshd: wslepecki [priv] (sshd)
31311 ?? S 0:00.03 sshd: wslepecki at ttyp0 (sshd)
531 v0 Is+ 0:00.00 /usr/libexec/getty Pc ttyv0
532 v1 Is+ 0:00.00 /usr/libexec/getty Pc ttyv1
533 v2 Is+ 0:00.00 /usr/libexec/getty Pc ttyv2
534 v3 Is+ 0:00.00 /usr/libexec/getty Pc ttyv3
535 v4 Is+ 0:00.00 /usr/libexec/getty Pc ttyv4
536 v5 Is+ 0:00.00 /usr/libexec/getty Pc ttyv5
537 v6 Is+ 0:00.00 /usr/libexec/getty Pc ttyv6
538 v7 Is+ 0:00.00 /usr/libexec/getty Pc ttyv7
470 con- I 0:00.01 /bin/sh /usr/local/mysql/bin/mysqld_safe
--datadir=/data/mysql --pid-file=/data/mysql/secondary.voicedownload.com.pid
494 con- S 0:39.98 /usr/local/mysql/bin/mysqld
--basedir=/usr/local/mysql --datadir=/data/mysql --user=mysql
--pid-file=/data/mysql/secondary.voicedownload.com.pid
595 p0- S 20:47.07 /usr/local/diablo-jdk1.5.0/bin/java -cp
bin/run.jar:/usr/local/diablo-jdk1.5.0/lib/tools.jar org.jboss.Main
31312 p0 Is 0:00.01 -sh (sh)
31313 p0 I 0:00.01 su
31314 p0 S 0:00.03 _su (csh)
31344 p0 R+ 0:00.00 ps -A
also, if any firewall was running it would have to be listed in rc.conf,
here is mine
# -- sysinstall generated deltas -- # Fri Dec 8 05:48:44 2006
# Created: Fri Dec 8 05:48:44 2006
# Enable network daemons for user convenience.
# Please make all changes to this file, not to /etc/defaults/rc.conf.
# This file now contains just the overrides from /etc/defaults/rc.conf.
hostname="secondary.voicedownload.com"
network_interfaces="lo0 dc0"
ifconfig_dc0="inet 192.168.1.16 netmask 255.255.255.0"
ifconfig_lo0="inet 127.0.0.1 netmask 255.255.255.0"
defaultrouter="192.168.1.1"
ipv6_enable="YES"
linux_enable="YES"
sshd_enable="YES"
usbd_enable="YES"
jboss4_enable="YES"
jboss4_config="default"
mysql_enable="YES"
im stumped, anyone else have any ideas why this wouldn't be working?
More information about the freebsd-questions
mailing list