Registering from blocked country


 
Thread Tools
Contact Us Forum Support Area for Unregistered Users & Account Problems Registering from blocked country
# 1  
Old 11-18-2015
Blade Registering from blocked country

Hi, I'm come from Vietnam and want to join to Unix forum just because I like Unix programming and want to learning more.
My IP is allocate by DHCP server so it is dynamic.

Here is my desired username and my email:
Username: lucasdo
Email: rennersstar@gmail.com



Thank you very much for your help!
lucasdo
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Forum Support Area for Unregistered Users & Account Problems

Account register from blocked country

my country is in spam list, please remove my ip addres from there (0 Replies)
Discussion started by: ndzorro
0 Replies

2. Forum Support Area for Unregistered Users & Account Problems

Account register from blocked country

Hi, I have tried to register an account from this forum but I have received an notification about I could not be able to register because my IP comes from China listed as block countries. I would like to study about Unix/Linux and gain the knowledge for applying the new job. Unfortunately, I... (1 Reply)
Discussion started by: Unregistered
1 Replies

3. Forum Support Area for Unregistered Users & Account Problems

Account register from blocked country

Hi, I have tried to register an account from this forum but I have received an notification about I could not be able to register because my IP comes from Viet Nam listed as block countries. I would like to study about Unix/Linux and gain the knowledge for applying the new job. Unfortunately,... (0 Replies)
Discussion started by: Unregistered
0 Replies

4. Forum Support Area for Unregistered Users & Account Problems

Account register from blocked country

Hi, I'm from Viet Nam, I have tried to register an account, but I received a block message from administrator because I'm currently from a blocked country. I would like to join in Unix forum so that I can study about Unix/Linux, as well as gaining the knowledge to apply for a new job,... (0 Replies)
Discussion started by: Unregistered
0 Replies

5. Forum Support Area for Unregistered Users & Account Problems

I want to register an account from blocked country

Hi, I want to register an account in Unix forum to learning but i'm come from Vietnam, it's in blocked country list. Can you help me. I do not have a static ip. I want to register with following information: Username: <removed> Email: <removed> (1 Reply)
Discussion started by: Unregistered
1 Replies

6. Forum Support Area for Unregistered Users & Account Problems

I want to register an account from blocked country

Hi, I want to register an account in Unix forum to learning but i'm come from Vietnam, it's in blocked country list. Can you help me. I do not have a static ip. I want to register with following information: Username: consoko Email: <removed> Can you help me. Thanks so much. (1 Reply)
Discussion started by: Unregistered
1 Replies

7. Programming

Xlib registering

hey, Im new to the linux world. Lately, I have tried to create a glx window with xlib, making it a popup window(fullscreen) so I set override_redirect to true. Im happy with the removed borders, but apparantly, the application doesnt show up in the left bar in ubuntu, neither when I press alt... (4 Replies)
Discussion started by: thedardanius
4 Replies

8. IP Networking

BitTorrent port 6969 blocked... how to get around the blocked port

Due to the massive Upload speeds killing .... or overstressing our schools network...... my school has blocked port 6969 (the most common BitTorrent port). So I cant connect to the tracker anymore, in other words no more downloading from school :( Does anyone know how I can get around the ports... (1 Reply)
Discussion started by: PenguinDevil
1 Replies

9. Post Here to Contact Site Administrators and Moderators

Problems registering

To the administrator I have created this global account "synamics" for our support team but have also tried creating a personal account "asayers" with the correct email address but the system has never emailed me my username and password when I request it and so cannot log in. My email address... (1 Reply)
Discussion started by: synamics
1 Replies
Login or Register to Ask a Question
DHCP-HELPER(8)						      System Manager's Manual						    DHCP-HELPER(8)

NAME
dhcp-helper - A DHCP/BOOTP relay agent. SYNOPSIS
dhcp-helper [OPTION]... DESCRIPTION
dhcp-helper is a DHCP and BOOTP relay agent. It listens for DHCP and BOOTP broadcasts on directly connected subnets and relays them to DHCP or BOOTP servers elsewhere. It also relays replies from the remote servers back to partially configured hosts. Once hosts are fully config- ured they can communicate directly with their servers and no longer need the services of a relay. OPTIONS
The only required option is at least one DHCP server to relay to. The simplest way to configure dhcp-helper on a router is just to give the interface to the network containing the DHCP server with a -b option. All the other interfaces present on the machine will then accept DHCP requests. On a machine which does not have an interface on the network containing the DHCP server, use a -s option instead. -s <server> Specify a DHCP or BOOTP server to relay to. The server may be given as a machine name or dotted-quad IP address. More than one server may be specified. -b <interface> Relay to a DHCP or BOOTP server using broadcast via <interface>. This eliminates the need to give a server address. <interface> is automatically added to the list of interfaces which will not receive DHCP requests. -i <interface> Specify which local interfaces to listen on for DHCP/BOOTP broadcasts. If no -i flags are given all interfaces are used except those specified by -e flags and those specified by -b flags. -e <interface> Specify which local interfaces to exclude. -p Use alternative ports (1067/1068) for the DHCP client and server. -v Report the software release version and copyright information. -d Debug mode, do not change UID, write a pid-file or go into the background. -r <file> Specify an alternate path for dhcp-helper to record its process-id in. Normally /var/run/dhcp-helper.pid. -u <username> Specify the userid to which dhcp-helper will change after startup. The daemon must normally be started as root, but it will drop root priviledges after startup by changing id to another user. Normally this user is "nobody" but that can be over-ridden with this switch. NOTES
Dhcp-helper requires a 2.2 or later Linux kernel. The "Linux packet filter" and "packet socket" facilities are not required, which is the chief advantage of this software over the ISC DHCP relay daemon. AUTHOR
This manual page was written by Simon Kelley <simon@thekelleys.org.uk>. DHCP-HELPER(8)