Linux IPTV - Changin DHCP Request
#1
Hi All, really hope you are able to help me.

I wanted to activate IPTV on my XBMCbuntu, but as I am a complete noob I can use some expert advice.

I added an extra network card to enable IPTV on and spoofed the MAC address of the Set up box of my provider. Now I need to change the DHCP request so my provider sees this network card as the setup box.

I found these steps to complete:

Go to dhclient eth1
and change the following
Code:
request subnet-mask, time-offset, routers, domain-name-servers, host-name, domain-name,
   root-path, default-ip-ttl, broadcast-address, perform-mask-discovery, router-discovery,
   static-routes, nis-domain, nis-servers, ntp-servers, vendor-encapsulated-options;
send dhcp-max-message-size 548;
send vendor-encapsulated-options 03:09:61:6d:69:6e:65:74:31:33:30:04:05:66:69:73:79:73;
send vendor-class-identifier "Aminoaminet130fisys";
send dhcp-client-identifier 01:00:02:02:xx:xx:xx;
supersede domain-name-servers 208.67.222.222, 208.67.220.220;
supersede static-routes 82.139.121.0 10.252.160.1;

But when I submit the command
sudo dhclient eht1
Nothing happens, and I'm wondering what I'm not right.

Thank you very much for you help in advance. If you need any more information I will try to provide it as detailed as possible, but please keep in mind I'm not really familiar with Linux.
Reply
#2
h<->t

But you might get more help@ GoT
http://gathering.tweakers.net/forum/list...es/1416373
Reply
#3
I didn't even know this was possible - clever stuff, the problem is I don't have the time to look into this myself right now.
Reply

Logout Mark Read Team Forum Stats Members Help
IPTV - Changin DHCP Request0