Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - litusbdn

#16
General Discussion / Re: Clone sd card to a larger one
February 23, 2017, 06:25:02 PM
Thanks chemlud.

I downloaded the file OPNsense-17.1-OpenSSL-nano-amd64.img, I have burned it on a USB with the RUFUS application, but I directly start the opnsense, I do not get any installation wizard.

Have I downloaded the correct file? How can I see the installation menu?


#17
General Discussion / Clone sd card to a larger one
February 23, 2017, 01:39:25 PM
Good morning,

I have an Opensense installed on an 8GB SD card.
I ran out of space, and I cloned the card to a 32 GB SD.

I use the Win32DiskImager application. I've cloned the card, but it still recognizes the 8 GB. I'm afraid I have to move the size of partitions. With gparted of ubuntu (for its easy graphic environment) it does not recognize the file system. Is there any way to be able to,simple , go from an 8GB card to a 32 GB card?

Thank you so much,

Greetings.
#18
General Discussion / Run shell script
February 16, 2017, 01:42:47 PM
Good afternoon,

I need to install the following script, to achieve the monitoring of my opnsense through "TrueSight Pulse".

I tried to run the script, but I do not go out with the installation.
I find the following message:
bash: No such file or directory

The script is:

curl -fsS -d '{"token":"XXXXXXXXXXXXXXXXXXX"}' -H 'Content-Type: application/json' https://meter.truesight.bmc.com/setup_meter > setup_meter.sh && chmod +x setup_meter.sh && ./setup_meter.sh


Could you help me?

Thanks!


#19
General Discussion / OpnSense Notification List
February 09, 2017, 01:14:29 PM
Good Morning,

I have configured the alerts to be sent by Growl.
The alert test comes to me correctly.

Can someone give me the list of alerts that can be received by growl? (System, Login, etc.)

Is there any option to customize notifications?


Thank you so much.
#20
General Discussion / Windows command line ftp upload
January 24, 2017, 01:42:27 PM
Good morning,

I have replaced my old firewall with an Opnsense firewall.
I run through a script, a massive upload of txt files to an ftp server.

With the old firewall there were no problems running the script.
With Opensense, I find that it creates the txt files, but without content (all white). Reviewing the logs, I find the error: illegal port command.

With filezilla or other ftp clients works correctly. Only occurs via command line
I have created a firewall rule to allow the entire pass from the local server source to the remote FTP server, but I still have the same problem.

Can someone give me an idea how to correct my problem?

Thank you so much!
#21
General Discussion / Problem with Spamhaus rules
January 20, 2017, 06:32:57 PM
Good Morning,
I am trying to apply the antispam functionality with Spamhaus's "drop" and "edrop" listings. Following the docu-wiki, I created the rule on both the Wan interface and the Lan interface.

I keep getting a lot of SPAM (if no apparent improvement).

A spam mail that I have received, I have resolved the IP of the mail domain. With the Ip, I did a search on the Spamhause website, and it appears as a blocked email address in the "DBL" list. In the drop list and edrop does not appear this IP, for this reason, I think it does not block it.

Is there an effective way to stop spam?

Thank you so much.