Skip to main content

Posts

Showing posts from December, 2015

I just parted...

The recent disk management utility in the Fedora/RHEL installers are a bit challenging.   Since I don't know why things had changed, I won't bother commenting.  But, I don't find them nearly as easy/convenient as before.... Anyhow... I installed a 500GB SSD in my Intel NUC to build up as a "NAS" host (NFS and iSCSI).  The OS will take around 20GB, then SWAP, /boot.. whatever.  So, I wanted the remainder of the disk to be in it's own VG [root@rhel7-nas registry]# parted -l | grep Disk Disk /dev/sda: 480GB Disk Flags: Disk /dev/mapper/vg_exports-lv_registry: 21.5GB Disk Flags: Disk /dev/mapper/rhel7--nas-home: 1074MB Disk Flags: Disk /dev/mapper/rhel7--nas-swap: 8389MB Disk Flags: Disk /dev/mapper/rhel7--nas-root: 32.2GB Disk Flags: [root@rhel7-nas ~]# parted -s /dev/sda print free Model: ATA INTEL SSDSC2BP48 (scsi) Disk /dev/sda: 480GB Sector size (logical/physical): 512B/512B Partition Table: gpt Disk Flags: Number  Start   End     Size

Plex Media Server, a Cisco ASA 5505, and you...

The only hang-up I have with this setup is the fact that I now have an inside system exposed to the external interface (instead of a DMZ box :-( object network inside-network   subnet 192.168.0.0 255.255.255.0 object network PLEX-TCP32400   host 192.168.0.11 access-list acl_outside extended permit tcp any object PLEX-TCP32400 eq 32400 object network PLEX-TCP32400  nat (inside,outside) static interface service tcp 32400 32400