[PC-BSD Testing] BIND problem in jail
Jeff
dejamuse at yahoo.com
Sat Mar 27 01:28:26 PDT 2010
Rebooted the machine and now can access the server from the other computer as before.
Hurray!
Still confusing krap though...
--- On Sat, 3/27/10, Jeff <dejamuse at yahoo.com> wrote:
From: Jeff <dejamuse at yahoo.com>
Subject: Re: [PC-BSD Testing] BIND problem in jail
To: "PC-BSD Testing list" <testing at lists.pcbsd.org>
Date: Saturday, March 27, 2010, 3:43 AM
Also should note that when the interface for the jail was set to re0, Drupal could not reach the outside world (to check for module updates) and I could not ping the IP from another computer in my local network (on a wireless port to the router).
Now using lagg0 I can ping the IP from the other computer but I cannot connect to the server as I could before. Strange. I suspect that has more to do with the router than PCBSD. I had been tinkering with it before, trying to expose the server to the internet. That normally requires port forwarding which in turn requires a static IP for the server. But when I first set things up, the server box was using DHCP and I could access the server on port 80 from the other computer - now I can't, even after resetting the router back to where it was.
Confusing krap!
--- On
Sat, 3/27/10, Jeff <dejamuse at yahoo.com> wrote:
From: Jeff <dejamuse at yahoo.com>
Subject: Re: [PC-BSD Testing] BIND problem in jail
To: "PC-BSD Testing list" <testing at lists.pcbsd.org>
Date: Saturday, March 27, 2010, 3:22 AM
When I reset the jail to use re0, the response of the server in the jail was sluggish, like 15 seconds to render a page.
Then I set it to use lagg0 and it's now fast again.
I don't understand too much of this network stuff - confusing.
--- On Fri, 3/26/10, Kris Moore <kris at pcbsd.org> wrote:
From: Kris Moore
<kris at pcbsd.org>
Subject: Re: [PC-BSD Testing] BIND problem in jail
To: "PC-BSD Testing list" <testing at lists.pcbsd.org>
Date: Friday, March 26, 2010, 7:17 AM
On 03/26/2010 13:31, Jeff wrote:
Yes created with the Warden (in 7.1.1).
Output of jls:
JID IP Address Hostname Path
1 192.168.1.12 Drupal
/usr/local/warden/jails/192.168.1.12
2 10.1.1.1 pcbsd-2276
/usr/jails/portjail
Contents of etc/pf.conf:
set skip on lo0
set block-policy return
scrub in all
nat on lagg0 from lo1:network to any -> (lagg0)
nat on re0 from lo1:network to any -> (re0)
block in log
antispoof quick for lo0 inet
block in from no-route to any
pass out keep state
table <blacklist> persist file "/etc/blacklist"
pass inet proto icmp from any to any
pass inet6 proto icmp6 from any to any
pass in proto {tcp,udp} from any to any port 49152:65535 keep state
block from <blacklist> to any
pass in on re0 proto tcp from any to (re0) port 80 keep state
pass in on re0 proto udp from any to (re0) port 138 keep state
pass in on re0 proto udp from any to (re0) port 111 keep state
pass in on re0 proto udp from any to (re0) port 1110 keep state
pass in on re0 proto udp from any to (re0) port 2049 keep state
pass in on re0 proto udp from any to (re0) port 4045 keep state
pass in on re0 proto tcp from any to (re0) port 445 keep state
pass in on re0 proto tcp from any to (re0) port 137 keep state
pass in on re0 proto tcp from any to (re0) port 139 keep state
pass in on re0 proto tcp from any to (re0) port 111 keep state
pass in on re0 proto tcp from any to (re0) port 1110 keep state
pass in on re0 proto tcp from any to (re0) port 4045 keep state
pass in on lagg0 proto udp from any to (lagg0) port 137 keep state
pass in on lagg0 proto udp from any to (lagg0) port 138 keep state
pass in on lagg0 proto udp from any to (lagg0) port 111 keep state
pass in on lagg0 proto udp from any to (lagg0) port 1110 keep state
pass in on lagg0 proto udp from any to (lagg0) port 2049 keep state
pass in on lagg0 proto udp from any to (lagg0) port 4045 keep state
pass in on lagg0 proto tcp from any to (lagg0) port 445 keep state
pass in on lagg0 proto tcp from any to (lagg0) port 137 keep state
pass in on lagg0 proto tcp from any to (lagg0) port 139 keep state
pass in on lagg0 proto tcp from any to (lagg0) port 111 keep state
pass in on lagg0 proto tcp from any to (lagg0) port 1110 keep state
pass in on lagg0 proto tcp from any to (lagg0) port 4045 keep state
pass out on re0 proto tcp from any to (re0) port 80 keep state
pass in on re0 proto tcp from any to (re0) port 8080 keep state
pass out on re0 proto tcp from any to (re0) port 8080 keep state
pass in on lagg0 proto tcp from any to (lagg0) port 80 keep state
pass out on lagg0 proto tcp from any to (lagg0) port 80 keep state
Oh another thing to check. We need to make sure the jail is getting
started on the right network interface. Try this as root:
# pbreg get /PC-BSD/TheWarden/NIC
What is that set to? If you are using the lagg0 interface in ifconfig,
then you'll need to set it to lagg0 with:
# pbreg set /PC-BSD/TheWarden/NIC lagg0
Otherwise, it'll need to bet set to the right device, such as re0 and
restart the jail.
--
Kris Moore
PC-BSD Software
iXsystems
-----Inline Attachment Follows-----
_______________________________________________
Testing mailing list
Testing at lists.pcbsd.org
http://lists.pcbsd.org/mailman/listinfo/testing
-----Inline Attachment Follows-----
_______________________________________________
Testing mailing list
Testing at lists.pcbsd.org
http://lists.pcbsd.org/mailman/listinfo/testing
-----Inline Attachment Follows-----
_______________________________________________
Testing mailing list
Testing at lists.pcbsd.org
http://lists.pcbsd.org/mailman/listinfo/testing
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.pcbsd.org/pipermail/testing/attachments/20100327/75d780ad/attachment.html>
More information about the Testing
mailing list