Hello everyone, First things first. * shorewall version: 2.2.1 * ip addr show: 1: lo: <LOOPBACK,UP> mtu 16436 qdisc noqueue link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: sit0: <NOARP> mtu 1480 qdisc noop link/sit 0.0.0.0 brd 0.0.0.0 3: eth0: <BROADCAST,MULTICAST,NOTRAILERS,UP> mtu 1500 qdisc pfifo_fast qlen 1000 link/ether 00:02:3f:ac:37:58 brd ff:ff:ff:ff:ff:ff inet 192.168.123.2/24 brd 192.168.123.255 scope global eth0 * ip route show: 192.168.123.0/24 dev eth0 proto kernel scope link src 192.168.123.2 default via 192.168.123.123 dev eth0 * misc information installed shorewall using the QuickStart guide for a stand-along single public IP system. My laptop that * my problem: After starting the firewall I am unable to run the mobile emulator in netbeans. This also happens after i run `/etc/rc.d/shorewall stop`. Have looked around everywhere and found nothing that indicates to why I am experiencing this problem. Maybe I have overlooked something? Everything else seems to work perfectly. Hope that somebody can help me out. Cheers, Christer Stenbrenden
Hi Christer, what is this "mobile emulator", how is it realated to a firewall? Does it do network connections and from where to where? Alex Christer Stenbrenden schrieb:>Hello everyone, > >First things first. > >* shorewall version: > >2.2.1 > >* ip addr show: > >1: lo: <LOOPBACK,UP> mtu 16436 qdisc noqueue > link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 > inet 127.0.0.1/8 scope host lo > inet6 ::1/128 scope host > valid_lft forever preferred_lft forever >2: sit0: <NOARP> mtu 1480 qdisc noop > link/sit 0.0.0.0 brd 0.0.0.0 >3: eth0: <BROADCAST,MULTICAST,NOTRAILERS,UP> mtu 1500 qdisc pfifo_fast >qlen 1000 > link/ether 00:02:3f:ac:37:58 brd ff:ff:ff:ff:ff:ff > inet 192.168.123.2/24 brd 192.168.123.255 scope global eth0 > >* ip route show: > >192.168.123.0/24 dev eth0 proto kernel scope link src 192.168.123.2 >default via 192.168.123.123 dev eth0 > >* misc information > >installed shorewall using the QuickStart guide for a stand-along single >public IP system. My laptop that > >* my problem: > >After starting the firewall I am unable to run the mobile emulator in >netbeans. This also happens after i run `/etc/rc.d/shorewall stop`. Have >looked around everywhere and found nothing that indicates to why I am >experiencing this problem. Maybe I have overlooked something? Everything >else seems to work perfectly. > >Hope that somebody can help me out. > >Cheers, >Christer Stenbrenden >_______________________________________________ >Shorewall-users mailing list >Post: Shorewall-users@lists.shorewall.net >Subscribe/Unsubscribe: https://lists.shorewall.net/mailman/listinfo/shorewall-users >Support: http://www.shorewall.net/support.htm >FAQ: http://www.shorewall.net/FAQ.htm > >
Christer Stenbrenden
2005-Mar-02 13:16 UTC
Re: unable to start mobile emulator in netbeans
Alexander Wilms said:> Hi Christer, > > what is this "mobile emulator", how is it realated to a firewall? > Does it do network connections and from where to where? > > AlexHi Alex, netbeans 4.0 is a java IDE with it''s own mobility pack. In this pack there is an emulator that shares your network connection for simulating a GRPS/3G connection. Somehow running a firewall that doesn''t obstruct any other operations, prevents the emulator from running. It freezes. Stoping the firewall and setting INPUT and OUTPUT to ACCEPT makes it run again. Pretty strange if you ask me. :-) What tools should I use to debug the operation of the emulator, so that I could create a rule that allows it to work properly? tcpdump comes to mind. All the best, Christer
First of all have a look at /var/log/messages if you see some shorewall hits. If yes, try to verify that they are caused by your emulator. If you need help, post them here If it doesn''t log anything use tcpdump or ethereal. Alex Christer Stenbrenden schrieb:>Alexander Wilms said: > > >>Hi Christer, >> >>what is this "mobile emulator", how is it realated to a firewall? >>Does it do network connections and from where to where? >> >>Alex >> >> > >Hi Alex, > >netbeans 4.0 is a java IDE with it''s own mobility pack. In this pack there >is an emulator that shares your network connection for simulating a >GRPS/3G connection. Somehow running a firewall that doesn''t obstruct any >other operations, prevents the emulator from running. It freezes. Stoping >the firewall and setting INPUT and OUTPUT to ACCEPT makes it run again. >Pretty strange if you ask me. :-) What tools should I use to debug the >operation of the emulator, so that I could create a rule that allows it to >work properly? tcpdump comes to mind. > >All the best, >Christer >_______________________________________________ >Shorewall-users mailing list >Post: Shorewall-users@lists.shorewall.net >Subscribe/Unsubscribe: https://lists.shorewall.net/mailman/listinfo/shorewall-users >Support: http://www.shorewall.net/support.htm >FAQ: http://www.shorewall.net/FAQ.htm > >